S&P500 Stock Prices
Historical stock price data of all S&P500 companies
@kaggle.rprkh15_sp500_stock_prices
Historical stock price data of all S&P500 companies
@kaggle.rprkh15_sp500_stock_prices
dateDate | openOpen | highHigh | lowLow | closeClose | volumeVolume | dividendsDividends | stock_splitsStock Splits |
---|---|---|---|---|---|---|---|
Mon Aug 16 2004 00:00:00 GMT+0000 (Coordinated Universal Time) | 5.974756240844726 | 5.98909552818819 | 5.974756240844726 | 5.974756240844727 | 188800 | ||
Tue Aug 17 2004 00:00:00 GMT+0000 (Coordinated Universal Time) | 5.974758524483662 | 5.993877733528494 | 5.974758524483662 | 5.979538440704346 | 153600 | ||
Wed Aug 18 2004 00:00:00 GMT+0000 (Coordinated Universal Time) | 5.974758524483662 | 6.046455444442306 | 5.974758524483662 | 5.979538440704346 | 149800 | ||
Thu Aug 19 2004 00:00:00 GMT+0000 (Coordinated Universal Time) | 5.97475735153144 | 5.998656472105127 | 5.97475735153144 | 5.989096641540527 | 126900 | ||
Fri Aug 20 2004 00:00:00 GMT+0000 (Coordinated Universal Time) | 5.989095490486587 | 6.017774520830705 | 5.974756203233389 | 5.998655319213867 | 144900 | ||
Mon Aug 23 2004 00:00:00 GMT+0000 (Coordinated Universal Time) | 5.998655319213867 | 6.017774520830705 | 5.974756203233389 | 5.998655319213867 | 64400 | ||
Tue Aug 24 2004 00:00:00 GMT+0000 (Coordinated Universal Time) | 5.998657908402434 | 6.208969216963896 | 5.998657908402434 | 6.204189300537109 | 382900 | ||
Wed Aug 25 2004 00:00:00 GMT+0000 (Coordinated Universal Time) | 6.094250954114474 | 6.256764385824892 | 6.094250954114474 | 6.213746070861816 | 500200 | ||
Thu Aug 26 2004 00:00:00 GMT+0000 (Coordinated Universal Time) | 6.2376460049404265 | 6.428838034521734 | 6.189847769626222 | 6.395379543304443 | 435200 | ||
Fri Aug 27 2004 00:00:00 GMT+0000 (Coordinated Universal Time) | 6.404938659487347 | 6.514874413957236 | 6.314122563045036 | 6.428837776184082 | 694300 |
CREATE TABLE exr (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" BIGINT,
"dividends" DOUBLE,
"stock_splits" BIGINT
);
Anyone who has the link will be able to view this.