Baselight

Nasdaq Stock Market Data

Historical stock market data for 4500+ Nasdaq listed companies

@kaggle.xnezumi_nasdaq_stock_market_data

Bblgw
@kaggle.xnezumi_nasdaq_stock_market_data.bblgw

  • 23.9 KB
  • 705 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Wed Oct 13 2021 00:00:00 GMT+0000 (Coordinated Universal Time)0.8521.240.8521.191.19283800
Thu Oct 14 2021 00:00:00 GMT+0000 (Coordinated Universal Time)1.51.51.141.151.1599300
Fri Oct 15 2021 00:00:00 GMT+0000 (Coordinated Universal Time)1.021.181.021.091.0927500
Mon Oct 18 2021 00:00:00 GMT+0000 (Coordinated Universal Time)1.031.191.031.041.0419200
Tue Oct 19 2021 00:00:00 GMT+0000 (Coordinated Universal Time)1.111.1260.9951.041.0432100
Wed Oct 20 2021 00:00:00 GMT+0000 (Coordinated Universal Time)0.960.970.90.9480.94833300
Thu Oct 21 2021 00:00:00 GMT+0000 (Coordinated Universal Time)0.9481.050.90.9460.94610000
Fri Oct 22 2021 00:00:00 GMT+0000 (Coordinated Universal Time)0.90.9550.850.9440.9449500
Mon Oct 25 2021 00:00:00 GMT+0000 (Coordinated Universal Time)0.890.90.820.8730.87315500
Tue Oct 26 2021 00:00:00 GMT+0000 (Coordinated Universal Time)0.830.870.830.8580.85818100

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