Baselight

Nasdaq Stock Market Data

Historical stock market data for 4500+ Nasdaq listed companies

@kaggle.xnezumi_nasdaq_stock_market_data

Viot
@kaggle.xnezumi_nasdaq_stock_market_data.viot

  • 48.09 KB
  • 1473 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Tue Sep 25 2018 00:00:00 GMT+0000 (Coordinated Universal Time)9.510.958.979.088.99943312077700
Wed Sep 26 2018 00:00:00 GMT+0000 (Coordinated Universal Time)9.29.498.28.38.2263543367200
Thu Sep 27 2018 00:00:00 GMT+0000 (Coordinated Universal Time)8.39.157.5698.9201422555400
Fri Sep 28 2018 00:00:00 GMT+0000 (Coordinated Universal Time)8.699.18.5998.920142624400
Mon Oct 01 2018 00:00:00 GMT+0000 (Coordinated Universal Time)99.088.9198.920142329300
Tue Oct 02 2018 00:00:00 GMT+0000 (Coordinated Universal Time)8.728.888.258.468.384933791900
Wed Oct 03 2018 00:00:00 GMT+0000 (Coordinated Universal Time)8.469.038.1698.920142497600
Thu Oct 04 2018 00:00:00 GMT+0000 (Coordinated Universal Time)998.58.528.444402288600
Fri Oct 05 2018 00:00:00 GMT+0000 (Coordinated Universal Time)8.788.788.258.48.32546591500
Mon Oct 08 2018 00:00:00 GMT+0000 (Coordinated Universal Time)8.569.058.219.048.959787371000

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