Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Calm
@kaggle.lszltakcs_big_stock_data.calm

  • 116.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:0040.29000091552734440.29000091552734440.29000091552734440.2900009155273442555
2021-03-05 09:31:00-05:0040.40000152587890640.47000122070312540.40000152587890640.470001220703125200
2021-03-05 09:32:00-05:0040.2949981689453140.2949981689453140.2949981689453140.29499816894531357
2021-03-05 09:33:00-05:0040.47000122070312540.47000122070312540.47000122070312540.470001220703125530
2021-03-05 09:34:00-05:00
2021-03-05 09:35:00-05:0040.509998321533240.6899986267089840.509998321533240.68999862670898247
2021-03-05 09:36:00-05:0040.7000007629394540.7000007629394540.7000007629394540.70000076293945200
2021-03-05 09:37:00-05:0040.6800003051757840.7000007629394540.6800003051757840.70000076293945100
2021-03-05 09:38:00-05:0040.6749992370605540.8600006103515640.6749992370605540.860000610351562403

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