Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Trup
@kaggle.lszltakcs_big_stock_data.trup

  • 162.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:0087.5699996948242287.5699996948242287.0400009155273487.040000915527344505
2021-03-05 09:31:00-05:0087.0299987792968887.0299987792968887.0299987792968887.02999877929688171
2021-03-05 09:32:00-05:00
2021-03-05 09:33:00-05:0086.5800018310546986.5800018310546986.5800018310546986.58000183105469485
2021-03-05 09:34:00-05:00878786.9499969482421986.94999694824219586
2021-03-05 09:35:00-05:0086.5400009155273486.5400009155273486.0400009155273486.040000915527341333
2021-03-05 09:36:00-05:0085.4400024414062585.4400024414062585.0500030517578185.05000305175781319
2021-03-05 09:37:00-05:0085.2099990844726685.2099990844726684.2900009155273484.290000915527341382
2021-03-05 09:38:00-05:0084.7200012207031285.8850021362304784.7200012207031285.555000305175787349

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