Baselight

Nasdaq Stock Market Data

Historical stock market data for 4500+ Nasdaq listed companies

@kaggle.xnezumi_nasdaq_stock_market_data

Qqqs
@kaggle.xnezumi_nasdaq_stock_market_data.qqqs

  • 23.46 KB
  • 453 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Thu Oct 13 2022 00:00:00 GMT+0000 (Coordinated Universal Time)24.2425.73224.0825.35725.1139352000
Fri Oct 14 2022 00:00:00 GMT+0000 (Coordinated Universal Time)25.22400125.2324.74500124.74500124.5078013000
Mon Oct 17 2022 00:00:00 GMT+0000 (Coordinated Universal Time)25.53425.53425.53425.53425.289238100
Tue Oct 18 2022 00:00:00 GMT+0000 (Coordinated Universal Time)26.11000126.57500125.74200125.74200125.4952433900
Wed Oct 19 2022 00:00:00 GMT+0000 (Coordinated Universal Time)25.7325.7324.88999924.96524.7256932900
Thu Oct 20 2022 00:00:00 GMT+0000 (Coordinated Universal Time)24.96999925.55999924.86524.93499924.6959787300
Fri Oct 21 2022 00:00:00 GMT+0000 (Coordinated Universal Time)25.03000125.54999924.80999925.525.2555627300
Mon Oct 24 2022 00:00:00 GMT+0000 (Coordinated Universal Time)25.44000125.572525.54000125.29517919400
Tue Oct 25 2022 00:00:00 GMT+0000 (Coordinated Universal Time)25.6526.5225.6526.40926.15584920600
Wed Oct 26 2022 00:00:00 GMT+0000 (Coordinated Universal Time)26.44000127.29999926.44000126.71400126.4579248300

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