Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Crox
@kaggle.lszltakcs_big_stock_data.crox

  • 172.26 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:0076.349998474121176.349998474121175.2099990844726675.2099990844726613611
2021-03-05 09:31:00-05:0076.3700027465820376.3700027465820375.3600006103515675.36000061035156363
2021-03-05 09:32:00-05:0075.8150024414062575.9793014526367275.230003356933675.65930175781251563
2021-03-05 09:33:00-05:0075.3899993896484475.769996643066475.349998474121175.54000091552734897
2021-03-05 09:34:00-05:0075.855003356933675.8649978637695375.5299987792968875.610000610351561070
2021-03-05 09:35:00-05:0075.7050018310546975.7050018310546975.3700027465820375.614997863769531858
2021-03-05 09:36:00-05:0075.5924987792968875.5924987792968875.3099975585937575.309997558593751038
2021-03-05 09:37:00-05:0075.2575.2574.7600021362304774.760002136230472557
2021-03-05 09:38:00-05:0074.9250030517578174.9250030517578174.6800003051757874.680000305175781538

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