Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Clps
@kaggle.lszltakcs_big_stock_data.clps

  • 152.84 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:005.1999998092651375.368999958038335.1999998092651375.3049998283386238973574
2021-03-05 09:31:00-05:005.3099999427795415.3099999427795415.1199998855590825.239999771118164202944
2021-03-05 09:32:00-05:005.2399997711181645.4600000381469735.2372999191284185.360499858856201305699
2021-03-05 09:33:00-05:005.3800001144409185.3800001144409185.21299982070922855.25217439
2021-03-05 09:34:00-05:005.255.2600002288818365.255.2580523
2021-03-05 09:35:00-05:005.2596998214721685.3000001907348635.1999998092651375.199999809265137147877
2021-03-05 09:36:00-05:00554.969999790191654.970099925994873397920
2021-03-05 09:37:00-05:004.97009992599487354.9000000953674324.910099983215332215552
2021-03-05 09:38:00-05:004.9800000190734864.9800000190734864.9601001739501954.980000019073486160202

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