Baselight

Nasdaq Stock Market Data

Historical stock market data for 4500+ Nasdaq listed companies

@kaggle.xnezumi_nasdaq_stock_market_data

Chrw
@kaggle.xnezumi_nasdaq_stock_market_data.chrw

  • 282.89 KB
  • 6742 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Thu Oct 16 1997 00:00:00 GMT+0000 (Coordinated Universal Time)5.81255.81255.56255.68753.5164337436400
Fri Oct 17 1997 00:00:00 GMT+0000 (Coordinated Universal Time)5.656255.755.406255.593753.4584713390400
Mon Oct 20 1997 00:00:00 GMT+0000 (Coordinated Universal Time)5.55.6255.468755.531253.4198283068000
Tue Oct 21 1997 00:00:00 GMT+0000 (Coordinated Universal Time)5.56255.68755.55.593753.4584712382400
Wed Oct 22 1997 00:00:00 GMT+0000 (Coordinated Universal Time)5.68755.755.593755.718753.5357551525200
Thu Oct 23 1997 00:00:00 GMT+0000 (Coordinated Universal Time)5.68755.68755.531255.593753.4584711622400
Fri Oct 24 1997 00:00:00 GMT+0000 (Coordinated Universal Time)5.656255.718755.56255.718753.535755813600
Mon Oct 27 1997 00:00:00 GMT+0000 (Coordinated Universal Time)5.656255.755.3755.4218753.3522031507200
Tue Oct 28 1997 00:00:00 GMT+0000 (Coordinated Universal Time)5.255.68754.93755.593753.4584712955600
Wed Oct 29 1997 00:00:00 GMT+0000 (Coordinated Universal Time)5.68755.718755.593755.656253.4971131859200

CREATE TABLE chrw (
  "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.