Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Aal
@kaggle.artemburenok_sp_500_stock_prices.aal

  • 189.52 KB
  • 4334 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Tue Sep 27 2005 00:00:00 GMT+0000 (Coordinated Universal Time)21.04999923706054721.39999961853027719.10000038146972719.29999923706054718.19490623474121961200
Wed Sep 28 2005 00:00:00 GMT+0000 (Coordinated Universal Time)19.29999923706054720.53000068664550819.20000076293945320.519.326198577880865747900
Thu Sep 29 2005 00:00:00 GMT+0000 (Coordinated Universal Time)20.39999961853027720.5799999237060520.10000038146972720.20999908447265619.052804946899411078200
Fri Sep 30 2005 00:00:00 GMT+0000 (Coordinated Universal Time)20.2600002288818421.04999923706054720.1800003051757821.0100002288818419.806999206542973123300
Mon Oct 03 2005 00:00:00 GMT+0000 (Coordinated Universal Time)20.89999961853027721.7520.89999961853027721.520.2689437866210941057900
Tue Oct 04 2005 00:00:00 GMT+0000 (Coordinated Universal Time)21.44000053405761722.521.44000053405761722.1599998474121120.8911514282226561768800
Wed Oct 05 2005 00:00:00 GMT+0000 (Coordinated Universal Time)22.10000038146972722.30999946594238321.7522.20000076293945320.92885971069336904300
Thu Oct 06 2005 00:00:00 GMT+0000 (Coordinated Universal Time)22.6000003814697272322.39999961853027722.5799999237060521.287101745605471614200
Fri Oct 07 2005 00:00:00 GMT+0000 (Coordinated Universal Time)22.2522.60000038146972721.79999923706054722.14999961853027720.881725311279297753400
Mon Oct 10 2005 00:00:00 GMT+0000 (Coordinated Universal Time)22.28000068664550822.29000091552734422.10000038146972722.20999908447265620.93828773498535538700

CREATE TABLE aal (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" DOUBLE
);

Share link

Anyone who has the link will be able to view this.