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 |
---|---|---|---|---|---|---|
Wed Oct 17 2018 00:00:00 GMT+0000 (Coordinated Universal Time) | 30.67 | 30.75 | 30.58 | 30.700001 | 29.017845 | 7200 |
Thu Oct 18 2018 00:00:00 GMT+0000 (Coordinated Universal Time) | 30.450001 | 30.450001 | 29.700001 | 29.85 | 28.214417 | 19600 |
Fri Oct 19 2018 00:00:00 GMT+0000 (Coordinated Universal Time) | 30 | 30 | 29.5 | 29.5 | 27.883596 | 8900 |
Mon Oct 22 2018 00:00:00 GMT+0000 (Coordinated Universal Time) | 29.73 | 29.74 | 29.52 | 29.620001 | 27.997021 | 9900 |
Tue Oct 23 2018 00:00:00 GMT+0000 (Coordinated Universal Time) | 28.85 | 29.24 | 28.610001 | 29.200001 | 27.600035 | 6600 |
Wed Oct 24 2018 00:00:00 GMT+0000 (Coordinated Universal Time) | 28.83 | 28.83 | 27.74 | 27.74 | 26.22003 | 14700 |
Thu Oct 25 2018 00:00:00 GMT+0000 (Coordinated Universal Time) | 27.65 | 28.26 | 27.65 | 28.120001 | 26.57921 | 2200 |
Fri Oct 26 2018 00:00:00 GMT+0000 (Coordinated Universal Time) | 27.23 | 27.629999 | 27.08 | 27.299999 | 25.804138 | 4100 |
Mon Oct 29 2018 00:00:00 GMT+0000 (Coordinated Universal Time) | 27.6 | 27.690001 | 26.26 | 26.26 | 24.821129 | 54000 |
Tue Oct 30 2018 00:00:00 GMT+0000 (Coordinated Universal Time) | 26.709999 | 26.969999 | 26.709999 | 26.780001 | 25.312634 | 4800 |
CREATE TABLE espo (
"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.