Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Casa
@kaggle.lszltakcs_big_stock_data.casa

  • 136.56 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.6500000953674327.8099999427795417.5100002288818367.61000013351440410437
2021-03-05 09:31:00-05:007.7350001335144047.7350001335144047.5149998664855967.53000020980835605
2021-03-05 09:32:00-05:007.7300000190734867.7350001335144047.7300000190734867.735000133514404708
2021-03-05 09:33:00-05:007.6599998474121097.719999790191657.6599998474121097.719999790191653274
2021-03-05 09:34:00-05:007.719999790191657.719999790191657.6117000579833987.6999998092651373500
2021-03-05 09:35:00-05:007.655000209808357.6999998092651377.6100001335144047.61000013351440411911
2021-03-05 09:36:00-05:007.6999998092651377.6999998092651377.5999999046325687.599999904632568319
2021-03-05 09:37:00-05:007.6399998664855967.6399998664855967.58799982070922857.6399998664855961000
2021-03-05 09:38:00-05:007.6399998664855967.6399998664855967.6399998664855967.639999866485596511

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