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 18 2018 00:00:00 GMT+0000 (Coordinated Universal Time) | 19.309999 | 19.309999 | 19.129999 | 19.129999 | 17.97806 | 4700 |
Fri Oct 19 2018 00:00:00 GMT+0000 (Coordinated Universal Time) | 19.25 | 19.25 | 19.1 | 19.1 | 17.949862 | 3400 |
Mon Oct 22 2018 00:00:00 GMT+0000 (Coordinated Universal Time) | 19.1 | 19.1 | 19.1 | 19.1 | 17.949862 | 1500 |
Tue Oct 23 2018 00:00:00 GMT+0000 (Coordinated Universal Time) | 18.690001 | 18.690001 | 18.68 | 18.68 | 17.555157 | 300 |
Wed Oct 24 2018 00:00:00 GMT+0000 (Coordinated Universal Time) | 18.85 | 18.870001 | 18.85 | 18.870001 | 17.733715 | 400 |
Thu Oct 25 2018 00:00:00 GMT+0000 (Coordinated Universal Time) | 18.75 | 18.75 | 18.75 | 18.75 | 17.620941 | 100 |
Fri Oct 26 2018 00:00:00 GMT+0000 (Coordinated Universal Time) | 18.52 | 18.52 | 18.52 | 18.52 | 17.404795 | 100 |
Mon Oct 29 2018 00:00:00 GMT+0000 (Coordinated Universal Time) | 18.799999 | 18.84 | 18.799999 | 18.84 | 17.705523 | 700 |
Tue Oct 30 2018 00:00:00 GMT+0000 (Coordinated Universal Time) | 18.84 | 18.84 | 18.84 | 18.84 | 17.705523 | 100 |
Wed Oct 31 2018 00:00:00 GMT+0000 (Coordinated Universal Time) | 19.129999 | 19.129999 | 19.129999 | 19.129999 | 17.97806 | 5800 |
CREATE TABLE dvol (
"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.