Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Qdel
@kaggle.lszltakcs_big_stock_data.qdel

  • 182.89 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:00148.60000610351562148.97999572753906147.52999877929688147.5350036621093811911
2021-03-05 09:31:00-05:00147.35000610351562148.02000427246094147.35000610351562148.020004272460941295
2021-03-05 09:32:00-05:00147.35000610351562148.93499755859375147.35000610351562148.929992675781252097
2021-03-05 09:33:00-05:00
2021-03-05 09:34:00-05:00148.56500244140625148.56500244140625147.55999755859375147.559997558593752004
2021-03-05 09:35:00-05:00147147.60000610351562146.75999450683594146.940002441406253871
2021-03-05 09:36:00-05:00147.52999877929688147.52999877929688147.52999877929688147.52999877929688347
2021-03-05 09:37:00-05:00146.8000030517578147.35000610351562146.07000732421875147.350006103515621941
2021-03-05 09:38:00-05:00147.0959930419922147.3350067138672146.5050048828125146.91999816894531074

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