Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Tlry
@kaggle.lszltakcs_big_stock_data.tlry

  • 196.13 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:0022.98999977111816423.2199993133544922.8199996948242223.21199989318848698441
2021-03-05 09:31:00-05:0023.1756992340087923.20000076293945322.8299999237060522.91010093688965125389
2021-03-05 09:32:00-05:0022.89500045776367223.0799999237060522.72999954223632823.069700241088867105959
2021-03-05 09:33:00-05:0023.04000091552734423.19779968261718822.9703006744384823.05999946594238373511
2021-03-05 09:34:00-05:0022.7522.7522.7522.7556195
2021-03-05 09:35:00-05:0022.7522.82480049133300822.60000038146972722.714000701904297105270
2021-03-05 09:36:00-05:0022.522.5100002288818422.4382991790771522.51000022888184167631
2021-03-05 09:37:00-05:0022.522.53000068664550822.3299999237060522.424999237060547123646
2021-03-05 09:38:00-05:0022.3600006103515622.37522.23999977111816422.29000091552734477449

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