Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Yq
@kaggle.lszltakcs_big_stock_data.yq

  • 173.19 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:0011.87580013275146511.87580013275146511.6800003051757811.689999580383350718
2021-03-05 09:31:00-05:0011.71000003814697311.80000019073486311.71000003814697311.76500034332275421961
2021-03-05 09:32:00-05:0011.7895002365112311.7895002365112311.51000022888183611.52000045776367218112
2021-03-05 09:33:00-05:0011.61999988555908211.6599998474121111.5699996948242211.6400003433227545130
2021-03-05 09:34:00-05:0011.56669998168945111.63899993896484411.511.520995
2021-03-05 09:35:00-05:0011.511.51000022888183611.511.5100002288818367051
2021-03-05 09:36:00-05:0011.55249977111816411.57999992370605611.511.569999694824228409
2021-03-05 09:37:00-05:0011.57999992370605611.57999992370605611.42000007629394411.42000007629394418916
2021-03-05 09:38:00-05:0011.3400001525878911.3400001525878911.21000003814697311.2100000381469734488

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