Baselight

Nasdaq Stock Market Data

Historical stock market data for 4500+ Nasdaq listed companies

@kaggle.xnezumi_nasdaq_stock_market_data

Roku
@kaggle.xnezumi_nasdaq_stock_market_data.roku

  • 82.1 KB
  • 1722 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Thu Sep 28 2017 00:00:00 GMT+0000 (Coordinated Universal Time)15.823.515.7523.523.539265900
Fri Sep 29 2017 00:00:00 GMT+0000 (Coordinated Universal Time)26.7429.79999925.46999926.54000126.54000144294700
Mon Oct 02 2017 00:00:00 GMT+0000 (Coordinated Universal Time)25.20000126.28000123.2623.55999923.55999916008400
Tue Oct 03 2017 00:00:00 GMT+0000 (Coordinated Universal Time)23.0123.0220.7720.80999920.80999913678500
Wed Oct 04 2017 00:00:00 GMT+0000 (Coordinated Universal Time)21.29000122.620.8220.8520.859345700
Thu Oct 05 2017 00:00:00 GMT+0000 (Coordinated Universal Time)21.422.20000121.3522.0122.016361600
Fri Oct 06 2017 00:00:00 GMT+0000 (Coordinated Universal Time)22.4823.3700012223.20000123.2000017058800
Mon Oct 09 2017 00:00:00 GMT+0000 (Coordinated Universal Time)23.8525.3523.55999924.54000124.5400017740800
Tue Oct 10 2017 00:00:00 GMT+0000 (Coordinated Universal Time)25.19000125.622.70000122.9322.937479300
Wed Oct 11 2017 00:00:00 GMT+0000 (Coordinated Universal Time)23.80999924.3323.20000123.6623.665449300

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