Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Jagx
@kaggle.lszltakcs_big_stock_data.jagx

  • 158.5 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.63999998569488531.6900000572204591.63999998569488531.690000057220459685041
2021-03-05 09:31:00-05:001.6900000572204591.72000002861022951.6849999427795411.7002999782562256142211
2021-03-05 09:32:00-05:001.70000004768371581.71000003814697291.63999998569488531.659999966621399141462
2021-03-05 09:33:00-05:001.6589000225067141.69500005245208741.65110003948211671.681300044059753463418
2021-03-05 09:34:00-05:001.67999994754791261.67999994754791261.6599999666213991.668900012969970726625
2021-03-05 09:35:00-05:001.66890001296997071.66999995708465581.6499999761581421.64999997615814265748
2021-03-05 09:36:00-05:001.6499999761581421.6599999666213991.62020003795623781.62189996242523280558
2021-03-05 09:37:00-05:001.62000000476837161.62999999523162841.61000001430511471.620000004768371664988
2021-03-05 09:38:00-05:001.61500000953674321.62000000476837161.61500000953674321.620000004768371657677

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