Baselight

Nasdaq Stock Market Data

Historical stock market data for 4500+ Nasdaq listed companies

@kaggle.xnezumi_nasdaq_stock_market_data

Iwtr
@kaggle.xnezumi_nasdaq_stock_market_data.iwtr

  • 24.45 KB
  • 465 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Tue Sep 27 2022 00:00:00 GMT+0000 (Coordinated Universal Time)23.423.423.22100123.22100121.9586661200
Wed Sep 28 2022 00:00:00 GMT+0000 (Coordinated Universal Time)23.7523.79400123.7523.79400122.500517300
Thu Sep 29 2022 00:00:00 GMT+0000 (Coordinated Universal Time)23.4923.4923.2323.33499922.066467300
Fri Sep 30 2022 00:00:00 GMT+0000 (Coordinated Universal Time)23.20523.20523.20523.20521.943537100
Mon Oct 03 2022 00:00:00 GMT+0000 (Coordinated Universal Time)23.79223.79223.79223.79222.498625
Tue Oct 04 2022 00:00:00 GMT+0000 (Coordinated Universal Time)24.3224.45524.3224.45523.125584100
Wed Oct 05 2022 00:00:00 GMT+0000 (Coordinated Universal Time)24.26199924.26199924.26199924.26199922.943073100
Thu Oct 06 2022 00:00:00 GMT+0000 (Coordinated Universal Time)23.86823.87999923.86599923.87400122.576168500
Fri Oct 07 2022 00:00:00 GMT+0000 (Coordinated Universal Time)23.30999923.30999923.30999923.30999922.042828100
Mon Oct 10 2022 00:00:00 GMT+0000 (Coordinated Universal Time)23.2323.2323.2323.2321.967176100

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