Baselight

Nasdaq Stock Market Data

Historical stock market data for 4500+ Nasdaq listed companies

@kaggle.xnezumi_nasdaq_stock_market_data

Wsbf
@kaggle.xnezumi_nasdaq_stock_market_data.wsbf

  • 163.79 KB
  • 4738 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Wed Oct 05 2005 00:00:00 GMT+0000 (Coordinated Universal Time)10.01640510.4356549.88880810.2533726.1358861662697
Thu Oct 06 2005 00:00:00 GMT+0000 (Coordinated Universal Time)10.35362710.69084910.26248610.5997086.34314670060
Fri Oct 07 2005 00:00:00 GMT+0000 (Coordinated Universal Time)10.61793710.61793710.39008410.4356546.244968318627
Mon Oct 10 2005 00:00:00 GMT+0000 (Coordinated Universal Time)10.48122510.48122510.25337210.2989436.163153233484
Tue Oct 11 2005 00:00:00 GMT+0000 (Coordinated Universal Time)10.26248610.33539910.14400310.1622316.081344173138
Wed Oct 12 2005 00:00:00 GMT+0000 (Coordinated Universal Time)10.14400310.1986889.56079.7794395.852269382923
Thu Oct 13 2005 00:00:00 GMT+0000 (Coordinated Universal Time)9.7794399.7794399.4331029.5242445.699556126507
Fri Oct 14 2005 00:00:00 GMT+0000 (Coordinated Universal Time)9.5242449.6609559.4786739.6609555.781366139235
Mon Oct 17 2005 00:00:00 GMT+0000 (Coordinated Universal Time)9.7065269.715649.5698149.6153855.75409778011
Tue Oct 18 2005 00:00:00 GMT+0000 (Coordinated Universal Time)9.7976679.7976679.6153859.6882975.79772940816

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