Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Inpx
@kaggle.lszltakcs_big_stock_data.inpx

  • 143.18 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:001.1599999666213991.17999994754791261.1599999666213991.1797000169754028236210
2021-03-05 09:31:00-05:001.16999995708465581.17999994754791261.16050004959106451.174999952316284227915
2021-03-05 09:32:00-05:001.16999995708465581.16999995708465581.1599999666213991.168900012969970738055
2021-03-05 09:33:00-05:001.16499996185302711.16999995708465581.15009999275207521.150099992752075219266
2021-03-05 09:34:00-05:001.15419995784759521.1599999666213991.1499999761581421.15999996662139954444
2021-03-05 09:35:00-05:001.1499999761581421.1599999666213991.1499999761581421.154999971389770529276
2021-03-05 09:36:00-05:001.15050005912780761.1599999666213991.1499999761581421.159899950027465839290
2021-03-05 09:37:00-05:001.15369999408721921.1599999666213991.1499999761581421.151100039482116737143
2021-03-05 09:38:00-05:001.15110003948211671.1599999666213991.13999998569488531.139999985694885348730

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