Baselight

Big Stock Data

Thousands of stocks from the us market with a 1min resolution.

@kaggle.lszltakcs_big_stock_data

Mksi
@kaggle.lszltakcs_big_stock_data.mksi

  • 149.99 KB
  • 14040 rows
  • 6 columns
datetime

Datetime

open

Open

high

High

low

Low

close

Close

volume

Volume

2021-03-04 09:30:00-05:00
2021-03-05 09:30:00-05:00153.75999450683594154.10499572753906153.75999450683594154.104995727539065480
2021-03-05 09:31:00-05:00153.94000244140625153.94000244140625153.39999389648438153.929992675781251350
2021-03-05 09:32:00-05:00
2021-03-05 09:33:00-05:00153.8000030517578154.4499969482422153.8000030517578154.4499969482422903
2021-03-05 09:34:00-05:00154.00999450683594154.33999633789062152.8000030517578152.80000305175782861
2021-03-05 09:35:00-05:00152152.13999938964844151.89999389648438152.139999389648446437
2021-03-05 09:36:00-05:00153.4499969482422153.4499969482422153.4499969482422153.44999694824225629
2021-03-05 09:37:00-05:00
2021-03-05 09:38:00-05:00152.61500549316406152.61500549316406152.61500549316406152.61500549316406328

CREATE TABLE mksi (
  "datetime" VARCHAR,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE
);

Share link

Anyone who has the link will be able to view this.