Baselight

Nasdaq Stock Market Data

Historical stock market data for 4500+ Nasdaq listed companies

@kaggle.xnezumi_nasdaq_stock_market_data

Cac
@kaggle.xnezumi_nasdaq_stock_market_data.cac

  • 224.01 KB
  • 6748 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Wed Oct 08 1997 00:00:00 GMT+0000 (Coordinated Universal Time)9.88888911.1666679.88888911.1111114.60592639600
Thu Oct 09 1997 00:00:00 GMT+0000 (Coordinated Universal Time)11.11111111.22222211.11111111.2222224.6519891350
Fri Oct 10 1997 00:00:00 GMT+0000 (Coordinated Universal Time)11.22222211.33333311.22222211.3333334.69804818900
Mon Oct 13 1997 00:00:00 GMT+0000 (Coordinated Universal Time)11.38888911.511.38888911.54.7671362250
Tue Oct 14 1997 00:00:00 GMT+0000 (Coordinated Universal Time)11.55555611.72222211.55555611.7222224.8592543600
Wed Oct 15 1997 00:00:00 GMT+0000 (Coordinated Universal Time)11.7777781211.777778124.9744023150
Thu Oct 16 1997 00:00:00 GMT+0000 (Coordinated Universal Time)12.08333312.55555612.08333312.55.1816710800
Fri Oct 17 1997 00:00:00 GMT+0000 (Coordinated Universal Time)12.61111112.77777812.61111112.7777785.2968186750
Mon Oct 20 1997 00:00:00 GMT+0000 (Coordinated Universal Time)12.94444413.11111112.88888912.9722225.37742118900
Tue Oct 21 1997 00:00:00 GMT+0000 (Coordinated Universal Time)12.94444413.27777812.944444135.4214415750

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