Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Ffin
@kaggle.lszltakcs_big_stock_data.ffin

  • 153.33 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:0045.9500007629394545.9500007629394545.3300018310546945.330001831054697214
2021-03-05 09:31:00-05:0045.37545.37545.37545.375200
2021-03-05 09:32:00-05:004545.5050010681152344545.294998168945314685
2021-03-05 09:33:00-05:0045.36999893188476645.545.3499984741210945.3800010681152344715
2021-03-05 09:34:00-05:0045.3899993896484445.3899993896484445.34500122070312545.3450012207031251733
2021-03-05 09:35:00-05:0045.240001678466845.240001678466845.240001678466845.2400016784668610
2021-03-05 09:36:00-05:0045.2649993896484445.2775001525878945.2649993896484445.277500152587892883
2021-03-05 09:37:00-05:0045.490001678466845.490001678466845.31000137329101645.310001373291016491
2021-03-05 09:38:00-05:0045.2999992370605545.2999992370605545.1599998474121145.189998626708981233

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