Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Oesx
@kaggle.lszltakcs_big_stock_data.oesx

  • 117.36 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.8000001907348637.8000001907348637.8000001907348634503
2021-03-05 09:31:00-05:007.7177000045776377.7177000045776377.7177000045776377.717700004577637558
2021-03-05 09:32:00-05:00
2021-03-05 09:33:00-05:007.7395000457763677.7395000457763677.7395000457763677.739500045776367346
2021-03-05 09:34:00-05:00
2021-03-05 09:35:00-05:007.6459999084472667.6459999084472667.6459999084472667.6459999084472661521
2021-03-05 09:36:00-05:007.6300001144409187.6300001144409187.6300001144409187.630000114440918588
2021-03-05 09:37:00-05:007.6500000953674327.6500000953674327.6500000953674327.650000095367432267
2021-03-05 09:38:00-05:007.5700001716613777.5700001716613777.5199999809265147.5199999809265142597

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