Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Txn
@kaggle.lszltakcs_big_stock_data.txn

  • 158.31 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:00167.53790283203125167.75999450683594166.35000610351562166.451004028320395977
2021-03-05 09:31:00-05:00166.14930725097656166.7899932861328166.1396942138672166.6000061035156213096
2021-03-05 09:32:00-05:00166.52000427246094167.49000549316406166.44979858398438167.417892456054720567
2021-03-05 09:33:00-05:00167.3800048828125167.5166.3800048828125166.419998168945339558
2021-03-05 09:34:00-05:00166.17999267578125166.375165.57000732421875165.68330383300786239
2021-03-05 09:35:00-05:00165.75165.75165.44000244140625165.5099945068359420493
2021-03-05 09:36:00-05:00165.3800048828125165.8800048828125165.34500122070312165.610000610351569962
2021-03-05 09:37:00-05:00165.5850067138672165.5850067138672165.10000610351562165.1000061035156210155
2021-03-05 09:38:00-05:00165.1999969482422165.30999755859375164.97000122070312164.9700012207031219066

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