Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Qcom
@kaggle.lszltakcs_big_stock_data.qcom

  • 138.15 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:00129.80999755859375131.16600036621094129.7967987060547129.80999755859375454773
2021-03-05 09:31:00-05:00129.80999755859375130.6199951171875129.77000427246094130.3399963378906267061
2021-03-05 09:32:00-05:00130.33999633789062130.8000030517578130.16000366210938130.7599945068359442249
2021-03-05 09:33:00-05:00130.75999450683594130.875130.39999389648438130.3999938964843869569
2021-03-05 09:34:00-05:00130130.04029846191406130130.0402984619140652638
2021-03-05 09:35:00-05:00129.83999633789062129.83999633789062129.74000549316406129.7559613
2021-03-05 09:36:00-05:00129.65499877929688129.65499877929688129.58999633789062129.5899963378906242434
2021-03-05 09:37:00-05:00129.1999969482422129.22000122070312129.07000732421875129.0700073242187537474
2021-03-05 09:38:00-05:00129129128.89999389648438128.9299926757812553886

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