Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Fwonk
@kaggle.lszltakcs_big_stock_data.fwonk

  • 152.8 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:0045.0699996948242245.0699996948242244.5349998474121144.5400009155273445208
2021-03-05 09:31:00-05:0044.4099998474121145.00500106811523444.2545.0050010681152345232
2021-03-05 09:32:00-05:0045.9300003051757845.9300003051757845.9300003051757845.93000030517578385
2021-03-05 09:33:00-05:00
2021-03-05 09:34:00-05:0045.8600006103515645.8600006103515645.8600006103515645.86000061035156139
2021-03-05 09:35:00-05:0045.0999984741210945.0999984741210945.0999984741210945.09999847412109300
2021-03-05 09:36:00-05:00
2021-03-05 09:37:00-05:0045.70999908447265645.7999992370605545.70999908447265645.79999923706055509
2021-03-05 09:38:00-05:00

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