Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Disck
@kaggle.lszltakcs_big_stock_data.disck

  • 166.51 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:0052.2766990661621152.284999847412115252.2849998474121119566
2021-03-05 09:31:00-05:0052.20999908447265652.20999908447265652.009998321533252.2099990844726565446
2021-03-05 09:32:00-05:0052.1800003051757852.45999908447265652.1800003051757852.3800010681152346481
2021-03-05 09:33:00-05:0052.63000106811523452.63000106811523452.63000106811523452.6300010681152345794
2021-03-05 09:34:00-05:0052.6861991882324252.7084007263183652.6399993896484452.6500015258789061665
2021-03-05 09:35:00-05:0052.5900001525878952.6399993896484452.56000137329101652.63000106811523410054
2021-03-05 09:36:00-05:0052.5999984741210952.65000152587890652.5699996948242252.639999389648443368
2021-03-05 09:37:00-05:0052.65000152587890652.7552.4500007629394552.450000762939459104
2021-03-05 09:38:00-05:0052.3499984741210952.4300003051757852.3499984741210952.4000015258789069629

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