Baselight

Nasdaq Stock Market Data

Historical stock market data for 4500+ Nasdaq listed companies

@kaggle.xnezumi_nasdaq_stock_market_data

Xrtx
@kaggle.xnezumi_nasdaq_stock_market_data.xrtx

  • 31.62 KB
  • 719 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Thu Sep 23 2021 00:00:00 GMT+0000 (Coordinated Universal Time)421.281006444.690002396.899994406.053009406.05300921
Fri Sep 24 2021 00:00:00 GMT+0000 (Coordinated Universal Time)414.639008414.639008375.029999375.029999375.02999910
Mon Sep 27 2021 00:00:00 GMT+0000 (Coordinated Universal Time)355.589996355.589996324.809998345.869995345.86999577
Tue Sep 28 2021 00:00:00 GMT+0000 (Coordinated Universal Time)340.200012351.540009315.575989341.01001341.0100153
Wed Sep 29 2021 00:00:00 GMT+0000 (Coordinated Universal Time)349.109985358.829987343.278015345.059998345.059998132
Thu Sep 30 2021 00:00:00 GMT+0000 (Coordinated Universal Time)353.160004392.850006353.160004387.584991387.584991142
Fri Oct 01 2021 00:00:00 GMT+0000 (Coordinated Universal Time)385.964996395.279999378.269989395.279999395.2799997
Mon Oct 04 2021 00:00:00 GMT+0000 (Coordinated Universal Time)454.166992457.649994432.540009456.839996456.83999665
Tue Oct 05 2021 00:00:00 GMT+0000 (Coordinated Universal Time)473.445007495.720001461.700012473.364014473.36401452
Wed Oct 06 2021 00:00:00 GMT+0000 (Coordinated Universal Time)456.029999456.029999426.059998442.26001442.2600128

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