Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Csiq
@kaggle.lszltakcs_big_stock_data.csiq

  • 183.02 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:0042.1399993896484442.5699996948242241.5200004577636741.5200004577636770735
2021-03-05 09:31:00-05:0041.759998321533241.9749984741210941.2000007629394541.4049987792968813098
2021-03-05 09:32:00-05:0041.45999908447265641.8861007690429741.4500007629394541.8861007690429711296
2021-03-05 09:33:00-05:0041.9412994384765642.13000106811523441.7523994445800841.7523994445800810195
2021-03-05 09:34:00-05:0041.9299011230468842.0900001525878941.72389984130859441.950000762939459083
2021-03-05 09:35:00-05:0041.83499908447265641.83499908447265641.3149986267089841.629901885986336885
2021-03-05 09:36:00-05:0041.49499893188476641.63000106811523441.4500007629394541.450000762939453265
2021-03-05 09:37:00-05:0041.3600006103515641.4306983947753941.2700004577636741.2700004577636710497
2021-03-05 09:38:00-05:0041.34500122070312541.4399986267089841.0999984741210941.259998321533214100

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