Baselight

Nasdaq Stock Market Data

Historical stock market data for 4500+ Nasdaq listed companies

@kaggle.xnezumi_nasdaq_stock_market_data

Evok
@kaggle.xnezumi_nasdaq_stock_market_data.evok

  • 90.89 KB
  • 2732 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Wed Sep 25 2013 00:00:00 GMT+0000 (Coordinated Universal Time)1605.5999761694.8800051519.1999511690.5600591690.5600595189
Thu Sep 26 2013 00:00:00 GMT+0000 (Coordinated Universal Time)1684.80004916921586.8800051684.8000491684.800049804
Fri Sep 27 2013 00:00:00 GMT+0000 (Coordinated Universal Time)1658.8800051769.760011657.4399411732.3199461732.3199461245
Mon Sep 30 2013 00:00:00 GMT+0000 (Coordinated Universal Time)1738.0799561753.9200441689.1199951753.9200441753.920044309
Tue Oct 01 2013 00:00:00 GMT+0000 (Coordinated Universal Time)1762.5600591762.5600591641.5999761742.4000241742.400024941
Wed Oct 02 2013 00:00:00 GMT+0000 (Coordinated Universal Time)1742.4000241762.5600591713.5999761749.5999761749.599976701
Thu Oct 03 2013 00:00:00 GMT+0000 (Coordinated Universal Time)1776.95996119081733.760011818.7199711818.7199713018
Fri Oct 04 2013 00:00:00 GMT+0000 (Coordinated Universal Time)1853.2800292028.9599611850.4000242014.5600592014.5600592260
Mon Oct 07 2013 00:00:00 GMT+0000 (Coordinated Universal Time)2052205219441987.1999511987.199951752
Tue Oct 08 2013 00:00:00 GMT+0000 (Coordinated Universal Time)1975.6800542014.5600591802.8800051802.8800051802.8800051093

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