Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Ftnt
@kaggle.lszltakcs_big_stock_data.ftnt

  • 152.07 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:00165.6999969482422166.02000427246094164.77670288085938165.6600036621093874869
2021-03-05 09:31:00-05:00165.32000732421875165.75999450683594165.10000610351562165.490005493164061926
2021-03-05 09:32:00-05:00165.25165.36000061035156164.59500122070312165.251474
2021-03-05 09:33:00-05:00165.53500366210938165.53500366210938165.53500366210938165.53500366210938769
2021-03-05 09:34:00-05:00164.8699951171875164.97999572753906164.7449951171875164.979995727539062732
2021-03-05 09:35:00-05:00164.7259979248047164.7259979248047164.3800048828125164.38000488281251987
2021-03-05 09:36:00-05:00164.30999755859375164.32000732421875164.30999755859375164.32000732421875965
2021-03-05 09:37:00-05:00163.69000244140625163.69000244140625163.58999633789062163.660003662109382434
2021-03-05 09:38:00-05:00163.6199951171875163.7899932861328163.47250366210938163.472503662109381583

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