Baselight

Nasdaq Stock Market Data

Historical stock market data for 4500+ Nasdaq listed companies

@kaggle.xnezumi_nasdaq_stock_market_data

Eq
@kaggle.xnezumi_nasdaq_stock_market_data.eq

  • 46.48 KB
  • 1460 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri Oct 12 2018 00:00:00 GMT+0000 (Coordinated Universal Time)14.3514.9513.761414913200
Mon Oct 15 2018 00:00:00 GMT+0000 (Coordinated Universal Time)1414.1814141447200
Tue Oct 16 2018 00:00:00 GMT+0000 (Coordinated Universal Time)13.8214.213.82141429600
Wed Oct 17 2018 00:00:00 GMT+0000 (Coordinated Universal Time)1414.1513.9141411300
Thu Oct 18 2018 00:00:00 GMT+0000 (Coordinated Universal Time)141413.0313.9213.9259200
Fri Oct 19 2018 00:00:00 GMT+0000 (Coordinated Universal Time)13.9514.4413.81414117200
Mon Oct 22 2018 00:00:00 GMT+0000 (Coordinated Universal Time)13.9914.5313.9914.3114.3113800
Tue Oct 23 2018 00:00:00 GMT+0000 (Coordinated Universal Time)13.2913.969.2113.8513.8539200
Wed Oct 24 2018 00:00:00 GMT+0000 (Coordinated Universal Time)13.931413.9213.9913.9923100
Thu Oct 25 2018 00:00:00 GMT+0000 (Coordinated Universal Time)14.0814.9713.0114.9714.97153300

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