Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Txg
@kaggle.lszltakcs_big_stock_data.txg

  • 166.9 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:00152.00999450683594153.4949951171875150.11000061035156153.3099975585937530799
2021-03-05 09:31:00-05:00152.44000244140625152.44000244140625150.02999877929688150.03999328613287599
2021-03-05 09:32:00-05:00150.0500030517578150.35499572753906149.60000610351562150.354995727539062970
2021-03-05 09:33:00-05:00150.39540100097656152.08999633789062150.39540100097656152.089996337890624205
2021-03-05 09:34:00-05:00152155.05999755859375152155.0599975585937545693
2021-03-05 09:35:00-05:00155.47000122070312156.0800018310547155.30999755859375156.080001831054719855
2021-03-05 09:36:00-05:00154.3800048828125154.3800048828125152.3488006591797152.34880065917977203
2021-03-05 09:37:00-05:00152.36000061035156153.7899932861328151.2303924560547151.860000610351567099
2021-03-05 09:38:00-05:00151.17999267578125151.36000061035156151151.360000610351566885

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