Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Surf
@kaggle.lszltakcs_big_stock_data.surf

  • 179.94 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:007.7649998664855967.7649998664855967.5999999046325687.69999980926513730810
2021-03-05 09:31:00-05:007.6900000572204597.7357997894287117.5999999046325687.6001000404357919300
2021-03-05 09:32:00-05:007.6100001335144047.6100001335144047.5100002288818367.5399999618530276804
2021-03-05 09:33:00-05:007.51009988784797.6498999595642097.51009988784797.5801000595092776700
2021-03-05 09:34:00-05:007.56909990310668957.56909990310668957.5199999809265147.5199999809265143015
2021-03-05 09:35:00-05:007.57.530000209808357.4594001770019537.5100002288818364705
2021-03-05 09:36:00-05:007.4900999069213877.4900999069213877.4300999641418467.4780998229980471716
2021-03-05 09:37:00-05:007.4800000190734867.4800000190734867.4299998283386237.4499998092651377814
2021-03-05 09:38:00-05:007.4200000762939457.4299998283386237.3600001335144047.40999984741210916328

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