Baselight

Nasdaq Stock Market Data

Historical stock market data for 4500+ Nasdaq listed companies

@kaggle.xnezumi_nasdaq_stock_market_data

Bscr
@kaggle.xnezumi_nasdaq_stock_market_data.bscr

  • 62.23 KB
  • 1723 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Wed Sep 27 2017 00:00:00 GMT+0000 (Coordinated Universal Time)19.9919.9919.9919.9916.180948600
Thu Sep 28 2017 00:00:00 GMT+0000 (Coordinated Universal Time)19.96999919.96999919.96999919.96999916.164759500
Fri Sep 29 2017 00:00:00 GMT+0000 (Coordinated Universal Time)202019.9972016.18903917900
Mon Oct 02 2017 00:00:00 GMT+0000 (Coordinated Universal Time)19.9920.0219.9920.0216.2052353000
Tue Oct 03 2017 00:00:00 GMT+0000 (Coordinated Universal Time)2020.0400012020.03000116.21332629900
Wed Oct 04 2017 00:00:00 GMT+0000 (Coordinated Universal Time)20.0820.0820.03520.03516.2173731200
Thu Oct 05 2017 00:00:00 GMT+0000 (Coordinated Universal Time)20.04000120.04000120.02820.03816.2198055200
Fri Oct 06 2017 00:00:00 GMT+0000 (Coordinated Universal Time)19.9820.0219.9820.0216.20523510500
Mon Oct 09 2017 00:00:00 GMT+0000 (Coordinated Universal Time)20.03000120.03000120.01600120.03000116.2133269000
Tue Oct 10 2017 00:00:00 GMT+0000 (Coordinated Universal Time)20.04000120.04000120.03000120.03000116.2133263300

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