Baselight

Nasdaq Stock Market Data

Historical stock market data for 4500+ Nasdaq listed companies

@kaggle.xnezumi_nasdaq_stock_market_data

Tsha
@kaggle.xnezumi_nasdaq_stock_market_data.tsha

  • 40.89 KB
  • 970 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Thu Sep 24 2020 00:00:00 GMT+0000 (Coordinated Universal Time)22.2426.04000120.524.05999924.0599992590100
Fri Sep 25 2020 00:00:00 GMT+0000 (Coordinated Universal Time)25.7527.53000121.524.46999924.4699991031100
Mon Sep 28 2020 00:00:00 GMT+0000 (Coordinated Universal Time)23.6524.0822.04999923.69000123.690001330000
Tue Sep 29 2020 00:00:00 GMT+0000 (Coordinated Universal Time)23.2524.79000122.8150012323509700
Wed Sep 30 2020 00:00:00 GMT+0000 (Coordinated Universal Time)2323.95522.04999922.422.4202400
Thu Oct 01 2020 00:00:00 GMT+0000 (Coordinated Universal Time)22.523.62999920.3520.3520.35298500
Fri Oct 02 2020 00:00:00 GMT+0000 (Coordinated Universal Time)20.2322.25200119.31620.0820.08306000
Mon Oct 05 2020 00:00:00 GMT+0000 (Coordinated Universal Time)20.4321.02599918.1619.919.9207700
Tue Oct 06 2020 00:00:00 GMT+0000 (Coordinated Universal Time)20.12119.920.37999920.379999112100
Wed Oct 07 2020 00:00:00 GMT+0000 (Coordinated Universal Time)20.4221.95000120.1820.20000120.200001333400

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