Baselight

Nasdaq Stock Market Data

Historical stock market data for 4500+ Nasdaq listed companies

@kaggle.xnezumi_nasdaq_stock_market_data

Grts
@kaggle.xnezumi_nasdaq_stock_market_data.grts

  • 52.77 KB
  • 1470 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri Sep 28 2018 00:00:00 GMT+0000 (Coordinated Universal Time)15.215.7413.514.2414.241452600
Mon Oct 01 2018 00:00:00 GMT+0000 (Coordinated Universal Time)14.514.513.0713.4513.45263400
Tue Oct 02 2018 00:00:00 GMT+0000 (Coordinated Universal Time)13.515.0512.512.5512.55244700
Wed Oct 03 2018 00:00:00 GMT+0000 (Coordinated Universal Time)12.6113.2612.4912.5512.55157700
Thu Oct 04 2018 00:00:00 GMT+0000 (Coordinated Universal Time)12.513.3412.2612.3312.33105100
Fri Oct 05 2018 00:00:00 GMT+0000 (Coordinated Universal Time)12.413.0612.0112.3712.37112300
Mon Oct 08 2018 00:00:00 GMT+0000 (Coordinated Universal Time)12.5612.611.7611.9511.95142600
Tue Oct 09 2018 00:00:00 GMT+0000 (Coordinated Universal Time)12.112.111.5111.6111.61194000
Wed Oct 10 2018 00:00:00 GMT+0000 (Coordinated Universal Time)11.6112.0111.511.6511.6599700
Thu Oct 11 2018 00:00:00 GMT+0000 (Coordinated Universal Time)11.9512.711.6712.2812.28104500

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