Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Yndx
@kaggle.lszltakcs_big_stock_data.yndx

  • 179.64 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:0063.9199981689453164.0899963378906263.54000091552734463.63999938964844147292
2021-03-05 09:31:00-05:0063.6399993896484463.8899993896484463.5699996948242263.889999389648447714
2021-03-05 09:32:00-05:0063.9500007629394563.990001678466863.7799987792968863.93500137329101616703
2021-03-05 09:33:00-05:0063.9225006103515663.9225006103515663.6399993896484463.7520015
2021-03-05 09:34:00-05:0063.72000122070312563.740001678466863.437563.437523247
2021-03-05 09:35:00-05:0063.4099998474121163.4500007629394563.1699981689453163.1699981689453127918
2021-03-05 09:36:00-05:0063.0449981689453163.2000007629394563.0449981689453163.18500137329101619591
2021-03-05 09:37:00-05:0063.20999908447265663.20999908447265662.9199981689453162.9300003051757829167
2021-03-05 09:38:00-05:0062.950000762939456362.90999984741211635777

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