S&P 500 Stock Prices
All companies which included in S&P 500 index
@kaggle.artemburenok_sp_500_stock_prices
All companies which included in S&P 500 index
@kaggle.artemburenok_sp_500_stock_prices
dateDate | openOpen | highHigh | lowLow | closeClose | adj_closeAdj Close | volumeVolume |
---|---|---|---|---|---|---|
Wed Oct 04 1989 00:00:00 GMT+0000 (Coordinated Universal Time) | 2.46875 | 2.546875 | 2.4375 | 2.5 | 1.7905142307281494 | 20636000 |
Thu Oct 05 1989 00:00:00 GMT+0000 (Coordinated Universal Time) | 2.515625 | 2.625 | 2.5 | 2.578125 | 1.8464667797088623 | 6453600 |
Fri Oct 06 1989 00:00:00 GMT+0000 (Coordinated Universal Time) | 2.59375 | 2.625 | 2.546875 | 2.546875 | 1.8240858316421509 | 2755200 |
Mon Oct 09 1989 00:00:00 GMT+0000 (Coordinated Universal Time) | 2.546875 | 2.546875 | 2.5 | 2.546875 | 1.8240858316421509 | 1084000 |
Tue Oct 10 1989 00:00:00 GMT+0000 (Coordinated Universal Time) | 2.5625 | 2.5625 | 2.5 | 2.53125 | 1.8128961324691768 | 1493600 |
Wed Oct 11 1989 00:00:00 GMT+0000 (Coordinated Universal Time) | 2.5 | 2.515625 | 2.46875 | 2.515625 | 1.8017057180404663 | 1260000 |
Thu Oct 12 1989 00:00:00 GMT+0000 (Coordinated Universal Time) | 2.515625 | 2.546875 | 2.515625 | 2.53125 | 1.8128961324691768 | 602400 |
Fri Oct 13 1989 00:00:00 GMT+0000 (Coordinated Universal Time) | 2.53125 | 2.53125 | 2.46875 | 2.484375 | 1.779323697090149 | 3970400 |
Mon Oct 16 1989 00:00:00 GMT+0000 (Coordinated Universal Time) | 2.375 | 2.46875 | 2.375 | 2.46875 | 1.7681334018707275 | 3924800 |
Tue Oct 17 1989 00:00:00 GMT+0000 (Coordinated Universal Time) | 2.4375 | 2.5 | 2.4375 | 2.5 | 1.7905142307281494 | 1843200 |
CREATE TABLE eog (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" DOUBLE
);
Anyone who has the link will be able to view this.