Baselight

Nasdaq Stock Market Data

Historical stock market data for 4500+ Nasdaq listed companies

@kaggle.xnezumi_nasdaq_stock_market_data

Pays
@kaggle.xnezumi_nasdaq_stock_market_data.pays

  • 91.31 KB
  • 4232 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Wed Oct 10 2007 00:00:00 GMT+0000 (Coordinated Universal Time)0.70.70.70.70.7
Thu Oct 11 2007 00:00:00 GMT+0000 (Coordinated Universal Time)0.70.70.70.70.7100
Fri Oct 12 2007 00:00:00 GMT+0000 (Coordinated Universal Time)0.70.70.70.70.7
Mon Oct 15 2007 00:00:00 GMT+0000 (Coordinated Universal Time)0.70.70.70.70.7
Tue Oct 16 2007 00:00:00 GMT+0000 (Coordinated Universal Time)0.70.70.70.70.7
Wed Oct 17 2007 00:00:00 GMT+0000 (Coordinated Universal Time)0.450.550.450.450.453800
Thu Oct 18 2007 00:00:00 GMT+0000 (Coordinated Universal Time)0.450.450.450.450.45
Fri Oct 19 2007 00:00:00 GMT+0000 (Coordinated Universal Time)0.550.550.550.550.553000
Mon Oct 22 2007 00:00:00 GMT+0000 (Coordinated Universal Time)0.550.550.550.550.55
Tue Oct 23 2007 00:00:00 GMT+0000 (Coordinated Universal Time)0.550.550.550.550.55

CREATE TABLE pays (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" BIGINT
);

Share link

Anyone who has the link will be able to view this.