Baselight

Nasdaq Stock Market Data

Historical stock market data for 4500+ Nasdaq listed companies

@kaggle.xnezumi_nasdaq_stock_market_data

Ebay
@kaggle.xnezumi_nasdaq_stock_market_data.ebay

  • 334.8 KB
  • 6506 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Thu Sep 24 1998 00:00:00 GMT+0000 (Coordinated Universal Time)0.9382010.9513540.7759890.8307910.757329518656090
Fri Sep 25 1998 00:00:00 GMT+0000 (Coordinated Universal Time)0.797910.808870.7211880.7869490.717364121255834
Mon Sep 28 1998 00:00:00 GMT+0000 (Coordinated Universal Time)0.8329830.8921680.8066780.8461350.77131789772883
Tue Sep 29 1998 00:00:00 GMT+0000 (Coordinated Universal Time)0.8658630.8812080.8373670.8570950.78130839289536
Wed Sep 30 1998 00:00:00 GMT+0000 (Coordinated Universal Time)0.8275020.8417510.7584530.7902370.72036144113766
Thu Oct 01 1998 00:00:00 GMT+0000 (Coordinated Universal Time)0.7474920.7584530.7014590.7014590.63943444433101
Fri Oct 02 1998 00:00:00 GMT+0000 (Coordinated Universal Time)0.7102270.7321480.6137770.7014590.63943446816704
Mon Oct 05 1998 00:00:00 GMT+0000 (Coordinated Universal Time)0.6861150.6861150.6115850.6291210.57349233832339
Tue Oct 06 1998 00:00:00 GMT+0000 (Coordinated Universal Time)0.670770.670770.5611670.6400810.58348340270349
Wed Oct 07 1998 00:00:00 GMT+0000 (Coordinated Universal Time)0.6137770.6247370.5414390.5414390.49356335058355

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