Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Band
@kaggle.lszltakcs_big_stock_data.band

  • 157.66 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:00129.30999755859375129.9499969482422128.63999938964844128.9799957275390611889
2021-03-05 09:31:00-05:00127.42009735107422129.97000122070312127.42009735107422129.052505493164064222
2021-03-05 09:32:00-05:00128.94000244140625128.94000244140625128.72999572753906128.72999572753906465
2021-03-05 09:33:00-05:00128.6750030517578129.02859497070312128.6750030517578129.02859497070312630
2021-03-05 09:34:00-05:00128.66000366210938128.66000366210938127.75479888916016127.75479888916016581
2021-03-05 09:35:00-05:00128.8800048828125128.8800048828125127.80999755859376127.934997558593762415
2021-03-05 09:36:00-05:00127.80999755859376128.9199981689453127.80999755859376128.279998779296882896
2021-03-05 09:37:00-05:00128.77200317382812128.88999938964844128.30999755859375128.309997558593751699
2021-03-05 09:38:00-05:00128.1300048828125128.1300048828125128.1300048828125128.13000488281251857

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