Nasdaq Stock Market Data
Historical stock market data for 4500+ Nasdaq listed companies
@kaggle.xnezumi_nasdaq_stock_market_data
Historical stock market data for 4500+ Nasdaq listed companies
@kaggle.xnezumi_nasdaq_stock_market_data
dateDate | openOpen | highHigh | lowLow | closeClose | adj_closeAdj Close | volumeVolume |
---|---|---|---|---|---|---|
Tue Oct 11 2016 00:00:00 GMT+0000 (Coordinated Universal Time) | 212520 | 234780 | 204540 | 209160 | 209160 | 3 |
Wed Oct 12 2016 00:00:00 GMT+0000 (Coordinated Universal Time) | 210420 | 230160 | 210000 | 230160 | 230160 | 3 |
Thu Oct 13 2016 00:00:00 GMT+0000 (Coordinated Universal Time) | 233100 | 235200 | 215040 | 216300 | 216300 | 1 |
Fri Oct 14 2016 00:00:00 GMT+0000 (Coordinated Universal Time) | 224280 | 224700 | 210462 | 220920 | 220920 | 2 |
Mon Oct 17 2016 00:00:00 GMT+0000 (Coordinated Universal Time) | 221340 | 224280 | 210000 | 210420 | 210420 | 3 |
Tue Oct 18 2016 00:00:00 GMT+0000 (Coordinated Universal Time) | 214200 | 215880 | 167160 | 208740 | 208740 | 1 |
Wed Oct 19 2016 00:00:00 GMT+0000 (Coordinated Universal Time) | 210000 | 211806 | 203700 | 207900 | 207900 | 1 |
Thu Oct 20 2016 00:00:00 GMT+0000 (Coordinated Universal Time) | 205800 | 210000 | 205800 | 210000 | 210000 | |
Fri Oct 21 2016 00:00:00 GMT+0000 (Coordinated Universal Time) | 209706 | 210000 | 207900 | 209160 | 209160 | |
Mon Oct 24 2016 00:00:00 GMT+0000 (Coordinated Universal Time) | 208446 | 212100 | 207942 | 210000 | 210000 |
CREATE TABLE ento (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);
Anyone who has the link will be able to view this.