Baselight

Nasdaq Stock Market Data

Historical stock market data for 4500+ Nasdaq listed companies

@kaggle.xnezumi_nasdaq_stock_market_data

Opt
@kaggle.xnezumi_nasdaq_stock_market_data.opt

  • 35.19 KB
  • 954 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri Oct 16 2020 00:00:00 GMT+0000 (Coordinated Universal Time)11.0512.7410.2212.312.31376900
Mon Oct 19 2020 00:00:00 GMT+0000 (Coordinated Universal Time)13.2413.312.6113.1513.15350300
Tue Oct 20 2020 00:00:00 GMT+0000 (Coordinated Universal Time)13.2113.5513.1413.513.5182500
Wed Oct 21 2020 00:00:00 GMT+0000 (Coordinated Universal Time)13.513.8913.4113.513.5184300
Thu Oct 22 2020 00:00:00 GMT+0000 (Coordinated Universal Time)13.51413.3513.513.5213900
Fri Oct 23 2020 00:00:00 GMT+0000 (Coordinated Universal Time)13.513.611313.513.5108400
Mon Oct 26 2020 00:00:00 GMT+0000 (Coordinated Universal Time)13.513.67613.1313.513.5129000
Tue Oct 27 2020 00:00:00 GMT+0000 (Coordinated Universal Time)13.3513.3513.213.3513.3553100
Wed Oct 28 2020 00:00:00 GMT+0000 (Coordinated Universal Time)13.1613.24512.71512.8412.84117500
Thu Oct 29 2020 00:00:00 GMT+0000 (Coordinated Universal Time)12.7113.1512.513.0513.0518600

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