Baselight

Nasdaq Stock Market Data

Historical stock market data for 4500+ Nasdaq listed companies

@kaggle.xnezumi_nasdaq_stock_market_data

Ayro
@kaggle.xnezumi_nasdaq_stock_market_data.ayro

  • 146.37 KB
  • 5241 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Tue Oct 07 2003 00:00:00 GMT+0000 (Coordinated Universal Time)2696601.528385282696601.52820787.252820787.25
Wed Oct 08 2003 00:00:00 GMT+0000 (Coordinated Universal Time)2891750.52891750.52767564.752803046.52803046.5
Thu Oct 09 2003 00:00:00 GMT+0000 (Coordinated Universal Time)28385282962713.5283852829272322927232
Fri Oct 10 2003 00:00:00 GMT+0000 (Coordinated Universal Time)2927232301593629272322998195.252998195.25
Mon Oct 13 2003 00:00:00 GMT+0000 (Coordinated Universal Time)2962713.53069158.529272322980454.52980454.5
Tue Oct 14 2003 00:00:00 GMT+0000 (Coordinated Universal Time)30159363033676.752909491.2530159363015936
Wed Oct 15 2003 00:00:00 GMT+0000 (Coordinated Universal Time)301593630159362909491.2529272322927232
Thu Oct 16 2003 00:00:00 GMT+0000 (Coordinated Universal Time)2962713.530159362944972.752944972.752944972.75
Fri Oct 17 2003 00:00:00 GMT+0000 (Coordinated Universal Time)29272323015936292723230159363015936
Mon Oct 20 2003 00:00:00 GMT+0000 (Coordinated Universal Time)2998195.2530159362909491.252998195.252998195.25

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