Baselight

Nasdaq Stock Market Data

Historical stock market data for 4500+ Nasdaq listed companies

@kaggle.xnezumi_nasdaq_stock_market_data

Qylg
@kaggle.xnezumi_nasdaq_stock_market_data.qylg

  • 43.16 KB
  • 971 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Wed Sep 23 2020 00:00:00 GMT+0000 (Coordinated Universal Time)26.8426.8426.19899926.19899918.9800629700
Thu Sep 24 2020 00:00:00 GMT+0000 (Coordinated Universal Time)26.04999926.46999926.04999926.32919.0742423300
Fri Sep 25 2020 00:00:00 GMT+0000 (Coordinated Universal Time)26.4226.8526.29400126.80219.4169086900
Mon Sep 28 2020 00:00:00 GMT+0000 (Coordinated Universal Time)27.04000127.19000126.98927.14919.6682973500
Tue Sep 29 2020 00:00:00 GMT+0000 (Coordinated Universal Time)27.2627.2627.13999927.15099919.6697489700
Wed Sep 30 2020 00:00:00 GMT+0000 (Coordinated Universal Time)27.2327.4927.16500127.30299919.7798589300
Thu Oct 01 2020 00:00:00 GMT+0000 (Coordinated Universal Time)27.55627.55627.4827.5219.937073800
Fri Oct 02 2020 00:00:00 GMT+0000 (Coordinated Universal Time)27.5227.5227.5227.5219.9370731000
Mon Oct 05 2020 00:00:00 GMT+0000 (Coordinated Universal Time)27.34900127.5227.34900127.45299919.8885293500
Tue Oct 06 2020 00:00:00 GMT+0000 (Coordinated Universal Time)27.37000127.4827.13699927.13699919.6596071200

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