Baselight

Nasdaq Stock Market Data

Historical stock market data for 4500+ Nasdaq listed companies

@kaggle.xnezumi_nasdaq_stock_market_data

Pyxs
@kaggle.xnezumi_nasdaq_stock_market_data.pyxs

  • 28.19 KB
  • 708 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri Oct 08 2021 00:00:00 GMT+0000 (Coordinated Universal Time)191913.0913.213.24248000
Mon Oct 11 2021 00:00:00 GMT+0000 (Coordinated Universal Time)13.0513.511.721212739000
Tue Oct 12 2021 00:00:00 GMT+0000 (Coordinated Universal Time)11.3912.3410.8911.7811.78902900
Wed Oct 13 2021 00:00:00 GMT+0000 (Coordinated Universal Time)11.4212.4711.311.9211.92656800
Thu Oct 14 2021 00:00:00 GMT+0000 (Coordinated Universal Time)11.7611.9411.4711.8311.83406100
Fri Oct 15 2021 00:00:00 GMT+0000 (Coordinated Universal Time)11.7212.2411.2211.7711.77236500
Mon Oct 18 2021 00:00:00 GMT+0000 (Coordinated Universal Time)121211.30511.611.6197200
Tue Oct 19 2021 00:00:00 GMT+0000 (Coordinated Universal Time)11.4111.810.9411.4911.49378700
Wed Oct 20 2021 00:00:00 GMT+0000 (Coordinated Universal Time)11.3112.5711.2312.5112.51210900
Thu Oct 21 2021 00:00:00 GMT+0000 (Coordinated Universal Time)12.2713.1412.1513.1213.12187800

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