Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Hrtx
@kaggle.lszltakcs_big_stock_data.hrtx

  • 121.56 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:0017.2517.2517.2517.2519134
2021-03-05 09:31:00-05:0017.15500068664550817.15500068664550816.89999961853027316.9799995422363283415
2021-03-05 09:32:00-05:0016.97999954223632817.02000045776367216.97999954223632817.0200004577636722553
2021-03-05 09:33:00-05:0017.02499961853027317.02499961853027317.02499961853027317.024999618530273142
2021-03-05 09:34:00-05:0017.14999961853027317.14999961853027317.04999923706054717.079999923706055905
2021-03-05 09:35:00-05:0016.89999961853027316.89999961853027316.89999961853027316.899999618530273122
2021-03-05 09:36:00-05:0016.95000076293945316.95000076293945316.88999938964843816.8899993896484381066
2021-03-05 09:37:00-05:0016.8199996948242216.8747005462646516.8199996948242216.874700546264651508
2021-03-05 09:38:00-05:0016.77000045776367216.77000045776367216.7516.752099

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