Baselight

Nasdaq Stock Market Data

Historical stock market data for 4500+ Nasdaq listed companies

@kaggle.xnezumi_nasdaq_stock_market_data

Athe
@kaggle.xnezumi_nasdaq_stock_market_data.athe

  • 126.26 KB
  • 5247 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Mon Sep 29 2003 00:00:00 GMT+0000 (Coordinated Universal Time)304.200012305.399994299.399994299.399994299.39999445
Tue Sep 30 2003 00:00:00 GMT+0000 (Coordinated Universal Time)284.399994296.399994280.799988295.799988295.79998892
Wed Oct 01 2003 00:00:00 GMT+0000 (Coordinated Universal Time)294308.399994284.399994293.399994293.39999447
Thu Oct 02 2003 00:00:00 GMT+0000 (Coordinated Universal Time)280.799988297280.79998829729718
Fri Oct 03 2003 00:00:00 GMT+0000 (Coordinated Universal Time)297297297297297
Mon Oct 06 2003 00:00:00 GMT+0000 (Coordinated Universal Time)30030030030030017
Tue Oct 07 2003 00:00:00 GMT+0000 (Coordinated Universal Time)296.399994300286.200012299.399994299.39999432
Wed Oct 08 2003 00:00:00 GMT+0000 (Coordinated Universal Time)280.799988299.399994280.799988299.399994299.39999427
Thu Oct 09 2003 00:00:00 GMT+0000 (Coordinated Universal Time)288.600006288.600006288.600006288.600006288.60000653
Fri Oct 10 2003 00:00:00 GMT+0000 (Coordinated Universal Time)297297285.600006292.799988292.79998857

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