Baselight

Nasdaq Stock Market Data

Historical stock market data for 4500+ Nasdaq listed companies

@kaggle.xnezumi_nasdaq_stock_market_data

Egan
@kaggle.xnezumi_nasdaq_stock_market_data.egan

  • 154.41 KB
  • 6255 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Thu Sep 23 1999 00:00:00 GMT+0000 (Coordinated Universal Time)345380220230230875420
Fri Sep 24 1999 00:00:00 GMT+0000 (Coordinated Universal Time)246.875265205217.5217.5235600
Mon Sep 27 1999 00:00:00 GMT+0000 (Coordinated Universal Time)239.375259.375220220220100020
Tue Sep 28 1999 00:00:00 GMT+0000 (Coordinated Universal Time)216.25220186.25205205103160
Wed Sep 29 1999 00:00:00 GMT+0000 (Coordinated Universal Time)203.75204.375178.75182.5182.546440
Thu Sep 30 1999 00:00:00 GMT+0000 (Coordinated Universal Time)185200.62517018518587690
Fri Oct 01 1999 00:00:00 GMT+0000 (Coordinated Universal Time)186.25233.59375185.625226.875226.875147200
Mon Oct 04 1999 00:00:00 GMT+0000 (Coordinated Universal Time)241.25267.5230254.375254.375178620
Tue Oct 05 1999 00:00:00 GMT+0000 (Coordinated Universal Time)247.5251.875221.87522522555940
Wed Oct 06 1999 00:00:00 GMT+0000 (Coordinated Universal Time)223.75230210215.625215.62546960

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