Baselight

Nasdaq Stock Market Data

Historical stock market data for 4500+ Nasdaq listed companies

@kaggle.xnezumi_nasdaq_stock_market_data

Ftxo
@kaggle.xnezumi_nasdaq_stock_market_data.ftxo

  • 83.37 KB
  • 1967 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri Oct 07 2016 00:00:00 GMT+0000 (Coordinated Universal Time)20.61000120.61000120.61000120.61000116.817451200
Mon Oct 10 2016 00:00:00 GMT+0000 (Coordinated Universal Time)20.61000120.61000120.61000120.61000116.817451
Tue Oct 11 2016 00:00:00 GMT+0000 (Coordinated Universal Time)20.520.520.420.416.6460913300
Wed Oct 12 2016 00:00:00 GMT+0000 (Coordinated Universal Time)20.420.420.420.416.646091
Thu Oct 13 2016 00:00:00 GMT+0000 (Coordinated Universal Time)19.9919.9919.9919.9916.3115372500
Fri Oct 14 2016 00:00:00 GMT+0000 (Coordinated Universal Time)20.120.120.120.116.40132500
Mon Oct 17 2016 00:00:00 GMT+0000 (Coordinated Universal Time)19.95000119.95999919.95000119.95999916.2870545000
Tue Oct 18 2016 00:00:00 GMT+0000 (Coordinated Universal Time)20.12999920.13999920.12999920.13999916.4339355000
Wed Oct 19 2016 00:00:00 GMT+0000 (Coordinated Universal Time)20.65220.65220.64220.64216.843561500
Thu Oct 20 2016 00:00:00 GMT+0000 (Coordinated Universal Time)20.78000120.78000120.7420.7416.923529200

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