Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Nndm
@kaggle.lszltakcs_big_stock_data.nndm

  • 159.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:007.9899997711181648.0799999237060557.8189997673034677.8600001335144042052383
2021-03-05 09:31:00-05:007.8699998855590827.9292001724243167.7101001739501957.715000152587891223367
2021-03-05 09:32:00-05:007.7150001525878917.8000001907348637.6399998664855967.752200126647949391137
2021-03-05 09:33:00-05:007.757.7600002288818367.5999999046325687.678999900817871198527
2021-03-05 09:34:00-05:007.6199998855590827.6900000572204597.5999999046325687.635000228881836344271
2021-03-05 09:35:00-05:007.5500001907348637.5588998794555667.53950023651123057.5395002365112305317144
2021-03-05 09:36:00-05:007.5900001525878917.5991001129150397.5900001525878917.593999862670898304841
2021-03-05 09:37:00-05:007.4800000190734867.4800000190734867.4600000381469737.474400043487549300013
2021-03-05 09:38:00-05:007.4700999259948737.4795999526977547.4299998283386237.440100193023682184473

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