Baselight

Nasdaq Stock Market Data

Historical stock market data for 4500+ Nasdaq listed companies

@kaggle.xnezumi_nasdaq_stock_market_data

Buse
@kaggle.xnezumi_nasdaq_stock_market_data.buse

  • 214.42 KB
  • 6498 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Tue Oct 06 1998 00:00:00 GMT+0000 (Coordinated Universal Time)3738373815.95466250
Wed Oct 07 1998 00:00:00 GMT+0000 (Coordinated Universal Time)3838383815.95466750
Thu Oct 08 1998 00:00:00 GMT+0000 (Coordinated Universal Time)3838383815.95466
Fri Oct 09 1998 00:00:00 GMT+0000 (Coordinated Universal Time)3838373715.5348052600
Mon Oct 12 1998 00:00:00 GMT+0000 (Coordinated Universal Time)38.2538.25383815.954661950
Tue Oct 13 1998 00:00:00 GMT+0000 (Coordinated Universal Time)38.538.538.538.516.164595300
Wed Oct 14 1998 00:00:00 GMT+0000 (Coordinated Universal Time)3737373715.53480550
Thu Oct 15 1998 00:00:00 GMT+0000 (Coordinated Universal Time)3737373715.534805
Fri Oct 16 1998 00:00:00 GMT+0000 (Coordinated Universal Time)3838.25383816.041374300
Mon Oct 19 1998 00:00:00 GMT+0000 (Coordinated Universal Time)3838383816.04137450

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