Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Dcph
@kaggle.lszltakcs_big_stock_data.dcph

  • 134.93 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.95999908447265643.009998321533242.7949981689453143.00999832153323797
2021-03-05 09:31:00-05:0042.65000152587890642.6599998474121142.542.659999847412111378
2021-03-05 09:32:00-05:0042.3250007629394542.3250007629394542.3250007629394542.32500076293945101
2021-03-05 09:33:00-05:0042.38000106811523442.54000091552734442.38000106811523442.5400009155273441308
2021-03-05 09:34:00-05:0042.2999992370605542.3857994079589842.2999992370605542.38579940795898614
2021-03-05 09:35:00-05:0042.0900001525878942.2005004882812542.0900001525878942.20050048828125455
2021-03-05 09:36:00-05:0042.1100006103515642.2000007629394542.0900001525878942.20000076293945613
2021-03-05 09:37:00-05:0041.81000137329101641.81000137329101641.81000137329101641.8100013732910161133
2021-03-05 09:38:00-05:0041.7999992370605541.7999992370605541.541.5437

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