Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Eeft
@kaggle.lszltakcs_big_stock_data.eeft

  • 166.43 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:00155.8699951171875156.4199981689453153.9199981689453154.860000610351564472
2021-03-05 09:31:00-05:00154.97000122070312156.1999969482422154.92999267578125155.940002441406251674
2021-03-05 09:32:00-05:00156.13999938964844156.17999267578125156.13999938964844156.17999267578125501
2021-03-05 09:33:00-05:00155.44000244140625157.00999450683594155.44000244140625157.00999450683594603
2021-03-05 09:34:00-05:00157.0399932861328157.1999969482422156.22999572753906157.1999969482422711
2021-03-05 09:35:00-05:00157.36000061035156157.8300018310547157.36000061035156157.809997558593751016
2021-03-05 09:36:00-05:00157.75999450683594157.75999450683594157.75999450683594157.75999450683594200
2021-03-05 09:37:00-05:00157.74000549316406157.74000549316406155.89500427246094157.68499755859375818
2021-03-05 09:38:00-05:00157.66000366210938157.66000366210938157.66000366210938157.66000366210938108

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