Baselight

Nasdaq Stock Market Data

Historical stock market data for 4500+ Nasdaq listed companies

@kaggle.xnezumi_nasdaq_stock_market_data

Ntnx
@kaggle.xnezumi_nasdaq_stock_market_data.ntnx

  • 83.7 KB
  • 1972 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri Sep 30 2016 00:00:00 GMT+0000 (Coordinated Universal Time)26.539.40000226.1373730011500
Mon Oct 03 2016 00:00:00 GMT+0000 (Coordinated Universal Time)38.84999846.77999937.544.45999944.45999928809900
Tue Oct 04 2016 00:00:00 GMT+0000 (Coordinated Universal Time)43.09999843.4000023838.0938.099879400
Wed Oct 05 2016 00:00:00 GMT+0000 (Coordinated Universal Time)40.09999840.86000136.09999836.1836.188423500
Thu Oct 06 2016 00:00:00 GMT+0000 (Coordinated Universal Time)35.7737.70000135.1836.70000136.7000015266600
Fri Oct 07 2016 00:00:00 GMT+0000 (Coordinated Universal Time)37.43999939.1636.20999938.15000238.1500025268800
Mon Oct 10 2016 00:00:00 GMT+0000 (Coordinated Universal Time)39.61000139.90000233.6634.81000134.8100013719400
Tue Oct 11 2016 00:00:00 GMT+0000 (Coordinated Universal Time)34.70000135.4331.2532.00999832.0099984014200
Wed Oct 12 2016 00:00:00 GMT+0000 (Coordinated Universal Time)32.27999933.78699932.08000232.532.52269500
Thu Oct 13 2016 00:00:00 GMT+0000 (Coordinated Universal Time)32.47000135.90000231.29999934.70000134.7000013785100

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