Baselight

Nasdaq Stock Market Data

Historical stock market data for 4500+ Nasdaq listed companies

@kaggle.xnezumi_nasdaq_stock_market_data

Pbpb
@kaggle.xnezumi_nasdaq_stock_market_data.pbpb

  • 83.42 KB
  • 2725 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri Oct 04 2013 00:00:00 GMT+0000 (Coordinated Universal Time)28.6633.77999928.12000130.7730.7716996100
Mon Oct 07 2013 00:00:00 GMT+0000 (Coordinated Universal Time)31.95000133.5731.20999932.40000232.4000023183200
Tue Oct 08 2013 00:00:00 GMT+0000 (Coordinated Universal Time)33.533.9000023030.21999930.2199991911900
Wed Oct 09 2013 00:00:00 GMT+0000 (Coordinated Universal Time)30.63999931.353030.6630.66601100
Thu Oct 10 2013 00:00:00 GMT+0000 (Coordinated Universal Time)31.4931.4929.12000129.3229.32849900
Fri Oct 11 2013 00:00:00 GMT+0000 (Coordinated Universal Time)29.1529.2527.21999927.80999927.8099991278500
Mon Oct 14 2013 00:00:00 GMT+0000 (Coordinated Universal Time)26.2426.87999925.78000126.20999926.2099991220400
Tue Oct 15 2013 00:00:00 GMT+0000 (Coordinated Universal Time)25.9226.4323.7625.6825.682133300
Wed Oct 16 2013 00:00:00 GMT+0000 (Coordinated Universal Time)25.7626.2525.03000125.3325.33630800
Thu Oct 17 2013 00:00:00 GMT+0000 (Coordinated Universal Time)25.126.582525.12000125.120001862600

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