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 10 2007 00:00:00 GMT+0000 (Coordinated Universal Time) | 11.5 | 11.75 | 11.45 | 11.73 | 8.182298 | 5551600 |
Thu Oct 11 2007 00:00:00 GMT+0000 (Coordinated Universal Time) | 11.75 | 11.95 | 11.65 | 11.69 | 8.154391 | 700600 |
Fri Oct 12 2007 00:00:00 GMT+0000 (Coordinated Universal Time) | 11.7 | 11.7 | 11.6 | 11.65 | 8.126493 | 241800 |
Mon Oct 15 2007 00:00:00 GMT+0000 (Coordinated Universal Time) | 11.5 | 11.65 | 11.5 | 11.51 | 8.028835 | 380900 |
Tue Oct 16 2007 00:00:00 GMT+0000 (Coordinated Universal Time) | 11.55 | 11.55 | 11.45 | 11.53 | 8.042787 | 410300 |
Wed Oct 17 2007 00:00:00 GMT+0000 (Coordinated Universal Time) | 11.5 | 11.51 | 11.45 | 11.5 | 8.021861 | 662800 |
Thu Oct 18 2007 00:00:00 GMT+0000 (Coordinated Universal Time) | 11.48 | 11.54 | 11.45 | 11.54 | 8.04976 | 272400 |
Fri Oct 19 2007 00:00:00 GMT+0000 (Coordinated Universal Time) | 11.5 | 11.5 | 11.45 | 11.45 | 7.986982 | 223100 |
Mon Oct 22 2007 00:00:00 GMT+0000 (Coordinated Universal Time) | 11.4 | 11.5 | 11 | 11.48 | 8.007909 | 386000 |
Tue Oct 23 2007 00:00:00 GMT+0000 (Coordinated Universal Time) | 11.5 | 11.52 | 11.45 | 11.5 | 8.021861 | 135000 |
CREATE TABLE ffnw (
"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.