Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Htbx
@kaggle.lszltakcs_big_stock_data.htbx

  • 124.66 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.8000001907348637.8800001144409187.8000001907348637.80999994277954122032
2021-03-05 09:31:00-05:007.8200001716613777.8200001716613777.6599998474121097.6700000762939456637
2021-03-05 09:32:00-05:007.664800167083747.8099999427795417.6500000953674327.73500013351440410764
2021-03-05 09:33:00-05:007.7125000953674327.7980999946594247.7125000953674327.7300000190734861771
2021-03-05 09:34:00-05:007.7300000190734867.7649998664855967.719999790191657.7300000190734862100
2021-03-05 09:35:00-05:007.7300000190734867.8031997680664067.7300000190734867.7300000190734863272
2021-03-05 09:36:00-05:007.7300000190734867.7899999618530277.7300000190734867.7699999809265142042
2021-03-05 09:37:00-05:007.757.7600002288818367.757.7501001358032234333
2021-03-05 09:38:00-05:007.7550001144409187.7564997673034677.757.755000114440918764

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