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 |
---|---|---|---|---|---|---|
Thu Oct 15 2020 00:00:00 GMT+0000 (Coordinated Universal Time) | 12.25 | 12.49 | 11.95 | 12.15 | 11.16855 | 39485500 |
Fri Oct 16 2020 00:00:00 GMT+0000 (Coordinated Universal Time) | 12.13 | 12.13 | 11.91 | 11.91 | 10.947938 | 6006800 |
Mon Oct 19 2020 00:00:00 GMT+0000 (Coordinated Universal Time) | 11.92 | 11.94 | 11.74 | 11.89 | 10.929555 | 5884300 |
Tue Oct 20 2020 00:00:00 GMT+0000 (Coordinated Universal Time) | 11.9 | 11.94 | 11.805 | 11.88 | 10.920362 | 2929400 |
Wed Oct 21 2020 00:00:00 GMT+0000 (Coordinated Universal Time) | 11.88 | 12.5 | 11.8 | 12.4 | 11.398355 | 20829300 |
Thu Oct 22 2020 00:00:00 GMT+0000 (Coordinated Universal Time) | 12.33 | 12.5 | 12.28 | 12.48 | 11.471895 | 4070800 |
Fri Oct 23 2020 00:00:00 GMT+0000 (Coordinated Universal Time) | 12.49 | 12.49 | 12.11 | 12.26 | 11.269667 | 2034700 |
Mon Oct 26 2020 00:00:00 GMT+0000 (Coordinated Universal Time) | 12.05 | 12.25 | 12.05 | 12.08 | 11.104205 | 2336600 |
Tue Oct 27 2020 00:00:00 GMT+0000 (Coordinated Universal Time) | 12.17 | 12.17 | 12 | 12 | 11.030667 | 1562900 |
Wed Oct 28 2020 00:00:00 GMT+0000 (Coordinated Universal Time) | 12 | 12 | 11.82 | 11.93 | 10.966324 | 2149500 |
CREATE TABLE ebc (
"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.