Baselight

Nasdaq Stock Market Data

Historical stock market data for 4500+ Nasdaq listed companies

@kaggle.xnezumi_nasdaq_stock_market_data

Exai
@kaggle.xnezumi_nasdaq_stock_market_data.exai

  • 30.49 KB
  • 713 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri Oct 01 2021 00:00:00 GMT+0000 (Coordinated Universal Time)27.13999930.37999926.927.127.16060500
Mon Oct 04 2021 00:00:00 GMT+0000 (Coordinated Universal Time)28.5929.2523.125.2625.261782200
Tue Oct 05 2021 00:00:00 GMT+0000 (Coordinated Universal Time)26.1826.1821.12999922.79999922.799999566200
Wed Oct 06 2021 00:00:00 GMT+0000 (Coordinated Universal Time)21.63999922.8521.63999922.29000122.290001365400
Thu Oct 07 2021 00:00:00 GMT+0000 (Coordinated Universal Time)22.30999923.54000121.522.422.4340300
Fri Oct 08 2021 00:00:00 GMT+0000 (Coordinated Universal Time)22.524.78522.524.04999924.049999138800
Mon Oct 11 2021 00:00:00 GMT+0000 (Coordinated Universal Time)24.525.1620.762121301100
Tue Oct 12 2021 00:00:00 GMT+0000 (Coordinated Universal Time)21.20999922.04999920.04999920.6720.67268400
Wed Oct 13 2021 00:00:00 GMT+0000 (Coordinated Universal Time)20.2523.86000120.2522.7722.77139600
Thu Oct 14 2021 00:00:00 GMT+0000 (Coordinated Universal Time)22.9823.69000119.8520.20000120.200001165500

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