Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Bynd
@kaggle.lszltakcs_big_stock_data.bynd

  • 201.34 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:00136.4199981689453136.42999267578125135.02999877929688135.1499938964843883961
2021-03-05 09:31:00-05:00135.5500030517578135.5500030517578134.22000122070312134.7200012207031213947
2021-03-05 09:32:00-05:00134.72000122070312135.5134.20620727539062135.58204
2021-03-05 09:33:00-05:00135.5135.5134.3800048828125134.4799957275390612508
2021-03-05 09:34:00-05:00134.1999969482422134.47999572753906133.50999450683594134.205001831054716443
2021-03-05 09:35:00-05:00133.36000061035156133.97999572753906133133.7400054931640624623
2021-03-05 09:36:00-05:00133.5134.3800048828125133.46499633789062133.960006713867292222
2021-03-05 09:37:00-05:00133.8800048828125133.97000122070312132.89999389648438132.8999938964843810422
2021-03-05 09:38:00-05:00132.93499755859375133.13999938964844132.38999938964844132.389999389648448258

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