Baselight

Nasdaq Stock Market Data

Historical stock market data for 4500+ Nasdaq listed companies

@kaggle.xnezumi_nasdaq_stock_market_data

Usbf
@kaggle.xnezumi_nasdaq_stock_market_data.usbf

  • 31.52 KB
  • 701 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Tue Oct 19 2021 00:00:00 GMT+0000 (Coordinated Universal Time)100.099998100.09999899.9399.9390.142555400
Wed Oct 20 2021 00:00:00 GMT+0000 (Coordinated Universal Time)99.9399.9399.9399.9390.142555
Thu Oct 21 2021 00:00:00 GMT+0000 (Coordinated Universal Time)99.9399.9399.9399.9390.142555
Fri Oct 22 2021 00:00:00 GMT+0000 (Coordinated Universal Time)99.9399.9399.9399.9390.142555
Mon Oct 25 2021 00:00:00 GMT+0000 (Coordinated Universal Time)99.91999899.91999899.85500399.85500390.074898200
Tue Oct 26 2021 00:00:00 GMT+0000 (Coordinated Universal Time)99.85500399.85500399.85500399.85500390.074898
Wed Oct 27 2021 00:00:00 GMT+0000 (Coordinated Universal Time)99.85500399.85500399.85500399.85500390.074898
Thu Oct 28 2021 00:00:00 GMT+0000 (Coordinated Universal Time)99.85500399.85500399.85500399.85500390.074898
Fri Oct 29 2021 00:00:00 GMT+0000 (Coordinated Universal Time)100.133003100.204002100.133003100.20400290.389709100
Mon Nov 01 2021 00:00:00 GMT+0000 (Coordinated Universal Time)100.204002100.204002100.204002100.20400290.389709

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