Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Hoth
@kaggle.lszltakcs_big_stock_data.hoth

  • 116.24 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.96000003814697291.96000003814697291.9400000572204591.94000005722045946717
2021-03-05 09:31:00-05:001.92999994754791281.92999994754791281.89320003986358641.893200039863586418074
2021-03-05 09:32:00-05:001.89499998092651371.92999994754791281.88999998569488531.89999997615814224162
2021-03-05 09:33:00-05:001.9148000478744511.9199999570846561.90499997138977051.9199999570846563448
2021-03-05 09:34:00-05:001.8999999761581421.8999999761581421.8999999761581421.899999976158142545
2021-03-05 09:35:00-05:001.8999999761581421.91219997406005841.8999999761581421.89999997615814213226
2021-03-05 09:36:00-05:001.8999999761581421.9099999666213991.89010000228881841.9099999666213995473
2021-03-05 09:37:00-05:001.89059996604919431.9099999666213991.89059996604919431.9099999666213992092
2021-03-05 09:38:00-05:001.90499997138977051.9199999570846561.90499997138977051.9199999570846565796

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