Baselight

Nasdaq Stock Market Data

Historical stock market data for 4500+ Nasdaq listed companies

@kaggle.xnezumi_nasdaq_stock_market_data

Usmc
@kaggle.xnezumi_nasdaq_stock_market_data.usmc

  • 75.75 KB
  • 1712 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Thu Oct 12 2017 00:00:00 GMT+0000 (Coordinated Universal Time)24.95999924.95999924.95999924.95999922.422272120000
Fri Oct 13 2017 00:00:00 GMT+0000 (Coordinated Universal Time)2525.01424.98500125.01422.4707873600
Mon Oct 16 2017 00:00:00 GMT+0000 (Coordinated Universal Time)25.4325.4324.99624.99622.4546181800
Tue Oct 17 2017 00:00:00 GMT+0000 (Coordinated Universal Time)25.03925.04999925.03525.04999922.503126300
Wed Oct 18 2017 00:00:00 GMT+0000 (Coordinated Universal Time)25.12000126.36000125.12000125.13999922.58397531200
Thu Oct 19 2017 00:00:00 GMT+0000 (Coordinated Universal Time)25.30999925.30999925.04999925.11000122.5570286000
Fri Oct 20 2017 00:00:00 GMT+0000 (Coordinated Universal Time)25.12999925.1825.12000125.1722.6109281100
Mon Oct 23 2017 00:00:00 GMT+0000 (Coordinated Universal Time)25.20000125.20000125.14225.14222.5857752500
Tue Oct 24 2017 00:00:00 GMT+0000 (Coordinated Universal Time)25.12000125.13999925.12000125.12999922.5749953300
Wed Oct 25 2017 00:00:00 GMT+0000 (Coordinated Universal Time)25.11000125.11000124.96999925.04999922.5031264202800

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