Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Cocp
@kaggle.lszltakcs_big_stock_data.cocp

  • 134.86 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:001.36000001430511471.3999999761581421.35570001602172831.379999995231628463505
2021-03-05 09:31:00-05:001.37999999523162841.37999999523162841.3751.3751663
2021-03-05 09:32:00-05:001.36220002174377441.37779998779296881.36099994182586671.36220002174377442323
2021-03-05 09:33:00-05:001.36220002174377441.37000000476837161.3601000308990481.37000000476837162210
2021-03-05 09:34:00-05:001.37000000476837161.37940001487731911.36500000953674321.37940001487731912543
2021-03-05 09:35:00-05:001.37000000476837161.37000000476837161.36099994182586671.37000000476837165540
2021-03-05 09:36:00-05:001.37950003147125241.3798999786376951.37000000476837161.37000000476837164218
2021-03-05 09:37:00-05:001.3796999454498291.38950002193450931.3796999454498291.389500021934509324762
2021-03-05 09:38:00-05:001.38010001182556151.38999998569488531.37000000476837161.371099948883056622157

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