Baselight

Nasdaq Stock Market Data

Historical stock market data for 4500+ Nasdaq listed companies

@kaggle.xnezumi_nasdaq_stock_market_data

Qqqm
@kaggle.xnezumi_nasdaq_stock_market_data.qqqm

  • 49.1 KB
  • 957 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Tue Oct 13 2020 00:00:00 GMT+0000 (Coordinated Universal Time)121.080002121.970001120.559998121.050003118.09902213100
Wed Oct 14 2020 00:00:00 GMT+0000 (Coordinated Universal Time)121.330002121.719002119.369003119.970001117.04533437800
Thu Oct 15 2020 00:00:00 GMT+0000 (Coordinated Universal Time)118.029999119.279999117.789001119.107002116.20336930600
Fri Oct 16 2020 00:00:00 GMT+0000 (Coordinated Universal Time)119.900002120.410004118.5118.5115.6111651000
Mon Oct 19 2020 00:00:00 GMT+0000 (Coordinated Universal Time)119.830002119.830002116.235001116.449997113.61114550600
Tue Oct 20 2020 00:00:00 GMT+0000 (Coordinated Universal Time)116.910004118.085999116.290001116.889999114.04042149800
Wed Oct 21 2020 00:00:00 GMT+0000 (Coordinated Universal Time)116.949997118116.669998117.040001114.1867628200
Thu Oct 22 2020 00:00:00 GMT+0000 (Coordinated Universal Time)117.110001117.348999115.459999116.720001113.87457324800
Fri Oct 23 2020 00:00:00 GMT+0000 (Coordinated Universal Time)116.989998117115.809998117114.14774340600
Mon Oct 26 2020 00:00:00 GMT+0000 (Coordinated Universal Time)116.010002116.980003113.848999115.18112.37210874400

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