Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Yy
@kaggle.lszltakcs_big_stock_data.yy

  • 169.11 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:00118.6500015258789118.91999816894533118.25118.2520184
2021-03-05 09:31:00-05:00117.87000274658205118.44000244140624116.83000183105467118.1600036621093819734
2021-03-05 09:32:00-05:00117117115.27999877929688115.885002136230487005
2021-03-05 09:33:00-05:00116.25116.8499984741211116.25116.5669
2021-03-05 09:34:00-05:00116.49500274658205116.9499969482422116.49500274658205116.940002441406241266
2021-03-05 09:35:00-05:00116.9499969482422117.25116.83999633789062117.259691
2021-03-05 09:36:00-05:00117.87000274658205117.87000274658205117.70999908447266117.709999084472665322
2021-03-05 09:37:00-05:00117.76499938964844117.81999969482422116.83000183105467117.8199996948242216037
2021-03-05 09:38:00-05:00117117.33000183105467116.16500091552734116.8300018310546717924

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