Baselight

Nasdaq Stock Market Data

Historical stock market data for 4500+ Nasdaq listed companies

@kaggle.xnezumi_nasdaq_stock_market_data

Pinc
@kaggle.xnezumi_nasdaq_stock_market_data.pinc

  • 101.97 KB
  • 2731 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Thu Sep 26 2013 00:00:00 GMT+0000 (Coordinated Universal Time)3131.429.29999930.6527.4029519032800
Fri Sep 27 2013 00:00:00 GMT+0000 (Coordinated Universal Time)30.432.4130.0231.69000128.332775843300
Mon Sep 30 2013 00:00:00 GMT+0000 (Coordinated Universal Time)31.5932.9900023131.70000128.341719649200
Tue Oct 01 2013 00:00:00 GMT+0000 (Coordinated Universal Time)31.7000013230.5130.79999927.537061740100
Wed Oct 02 2013 00:00:00 GMT+0000 (Coordinated Universal Time)30.9331.530.46999930.6627.411894638400
Thu Oct 03 2013 00:00:00 GMT+0000 (Coordinated Universal Time)30.3431.29999930.2631.05999927.76951663400
Fri Oct 04 2013 00:00:00 GMT+0000 (Coordinated Universal Time)31.4931.7330.95000131.12000127.823162854400
Mon Oct 07 2013 00:00:00 GMT+0000 (Coordinated Universal Time)30.80999930.9930.28000130.9927.70693319900
Tue Oct 08 2013 00:00:00 GMT+0000 (Coordinated Universal Time)30.5930.9930.21999930.54999927.313549723200
Wed Oct 09 2013 00:00:00 GMT+0000 (Coordinated Universal Time)30.2630.69000129.69000130.527.2688451100900

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