Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Cogt
@kaggle.lszltakcs_big_stock_data.cogt

  • 118.09 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.6300001144409187.6900000572204597.5100002288818367.6900000572204596769
2021-03-05 09:31:00-05:007.5201001167297367.6901001930236827.5201001167297367.6199998855590821944
2021-03-05 09:32:00-05:007.6199998855590827.6199998855590827.6199998855590827.619999885559082400
2021-03-05 09:33:00-05:007.6199998855590827.6199998855590827.540100097656257.54010009765625800
2021-03-05 09:34:00-05:007.540100097656257.6984000205993657.540100097656257.5599999427795411169
2021-03-05 09:35:00-05:007.6599998474121097.6900000572204597.5500998497009287.6149997711181642226
2021-03-05 09:36:00-05:007.6259999275207527.6687998771667487.6199998855590827.66879987716674816626
2021-03-05 09:37:00-05:007.6700000762939457.6700000762939457.5700998306274417.5700998306274414082
2021-03-05 09:38:00-05:007.6350002288818367.6900000572204597.6350002288818367.6900000572204593100

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