Baselight

Nasdaq Stock Market Data

Historical stock market data for 4500+ Nasdaq listed companies

@kaggle.xnezumi_nasdaq_stock_market_data

Aso
@kaggle.xnezumi_nasdaq_stock_market_data.aso

  • 48.78 KB
  • 964 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri Oct 02 2020 00:00:00 GMT+0000 (Coordinated Universal Time)12.113.0112.0512.9912.7640568785600
Mon Oct 05 2020 00:00:00 GMT+0000 (Coordinated Universal Time)13.3313.8813.0513.1512.9212722040800
Tue Oct 06 2020 00:00:00 GMT+0000 (Coordinated Universal Time)13.1513.3612.7513.0412.813187901400
Wed Oct 07 2020 00:00:00 GMT+0000 (Coordinated Universal Time)13.0213.3212.8513.1812.9507491333600
Thu Oct 08 2020 00:00:00 GMT+0000 (Coordinated Universal Time)13.2513.4813.113.2813.049011998900
Fri Oct 09 2020 00:00:00 GMT+0000 (Coordinated Universal Time)13.4113.6613.1213.313.068664410700
Mon Oct 12 2020 00:00:00 GMT+0000 (Coordinated Universal Time)13.413.713.3213.4513.216054343600
Tue Oct 13 2020 00:00:00 GMT+0000 (Coordinated Universal Time)13.5713.5913.313.4613.22588320600
Wed Oct 14 2020 00:00:00 GMT+0000 (Coordinated Universal Time)13.4613.641313.3113.078491942500
Thu Oct 15 2020 00:00:00 GMT+0000 (Coordinated Universal Time)12.981412.813.713.461705438900

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