Baselight

Nasdaq Stock Market Data

Historical stock market data for 4500+ Nasdaq listed companies

@kaggle.xnezumi_nasdaq_stock_market_data

Icfi
@kaggle.xnezumi_nasdaq_stock_market_data.icfi

  • 171.32 KB
  • 4491 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Thu Sep 28 2006 00:00:00 GMT+0000 (Coordinated Universal Time)1213.491212.2511.7532861598500
Fri Sep 29 2006 00:00:00 GMT+0000 (Coordinated Universal Time)12.3512.7512.212.6512.137066206100
Mon Oct 02 2006 00:00:00 GMT+0000 (Coordinated Universal Time)12.8412.8712.1312.6512.137066114800
Tue Oct 03 2006 00:00:00 GMT+0000 (Coordinated Universal Time)12.612.6511.6612.1711.676528375200
Wed Oct 04 2006 00:00:00 GMT+0000 (Coordinated Universal Time)12.0112.351212.111.609368198200
Thu Oct 05 2006 00:00:00 GMT+0000 (Coordinated Universal Time)12.3512.3512.0112.0811.59017866900
Fri Oct 06 2006 00:00:00 GMT+0000 (Coordinated Universal Time)12.1112.181212.0111.52301839900
Mon Oct 09 2006 00:00:00 GMT+0000 (Coordinated Universal Time)12.112.4812.0312.0311.54220752300
Tue Oct 10 2006 00:00:00 GMT+0000 (Coordinated Universal Time)12.3312.4312.0112.0111.52301858600
Wed Oct 11 2006 00:00:00 GMT+0000 (Coordinated Universal Time)12.0112.2212.0112.0511.56139824400

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