Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Lmnl
@kaggle.lszltakcs_big_stock_data.lmnl

  • 106.02 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:004.0500001907348634.1500000953674324.0500001907348634.11520004272460911926
2021-03-05 09:31:00-05:00
2021-03-05 09:32:00-05:004.0999999046325684.0999999046325684.0201001167297364.0409998893737792625
2021-03-05 09:33:00-05:004.0650000572204594.0749998092651374.0199999809265144.0199999809265146963
2021-03-05 09:34:00-05:004.0199999809265144.0735001564025884.0199999809265144.0599999427795411231
2021-03-05 09:35:00-05:004.0292000770568854.0292000770568854.0292000770568854.029200077056885610
2021-03-05 09:36:00-05:004.0715999603271484.0844001770019534.0715999603271484.0844001770019531335
2021-03-05 09:37:00-05:004.0500001907348634.0500001907348634.0399999618530274.0399999618530271178
2021-03-05 09:38:00-05:004.0411000251770024.0411000251770024.0100002288818364.0149998664855963478

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