Baselight

Nasdaq Stock Market Data

Historical stock market data for 4500+ Nasdaq listed companies

@kaggle.xnezumi_nasdaq_stock_market_data

Glsi
@kaggle.xnezumi_nasdaq_stock_market_data.glsi

  • 42.4 KB
  • 969 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri Sep 25 2020 00:00:00 GMT+0000 (Coordinated Universal Time)5.755.754.3555459500
Mon Sep 28 2020 00:00:00 GMT+0000 (Coordinated Universal Time)55.084.94.914.9144300
Tue Sep 29 2020 00:00:00 GMT+0000 (Coordinated Universal Time)4.944.9424.0664.64.6124900
Wed Sep 30 2020 00:00:00 GMT+0000 (Coordinated Universal Time)4.754.984.344.64.627000
Thu Oct 01 2020 00:00:00 GMT+0000 (Coordinated Universal Time)4.754.794.54.5754.5756800
Fri Oct 02 2020 00:00:00 GMT+0000 (Coordinated Universal Time)4.54.54.254.294.2917300
Mon Oct 05 2020 00:00:00 GMT+0000 (Coordinated Universal Time)4.314.494.264.284.2824900
Tue Oct 06 2020 00:00:00 GMT+0000 (Coordinated Universal Time)4.3414.54.274.54.52300
Wed Oct 07 2020 00:00:00 GMT+0000 (Coordinated Universal Time)4.374.54.374.54.53700
Thu Oct 08 2020 00:00:00 GMT+0000 (Coordinated Universal Time)4.474.924.474.94.916200

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