Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Ltrx
@kaggle.lszltakcs_big_stock_data.ltrx

  • 91.48 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:004.5700001716613774.5700001716613774.5700001716613774.5700001716613773931
2021-03-05 09:31:00-05:00
2021-03-05 09:32:00-05:004.5500001907348634.5500001907348634.5500001907348634.550000190734863357
2021-03-05 09:33:00-05:00
2021-03-05 09:34:00-05:004.4850001335144044.5399999618530274.4300999641418464.4300999641418463274
2021-03-05 09:35:00-05:004.5399999618530274.5399999618530274.4299998283386234.4299998283386232318
2021-03-05 09:36:00-05:00
2021-03-05 09:37:00-05:00
2021-03-05 09:38:00-05:00

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