Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Cone
@kaggle.lszltakcs_big_stock_data.cone

  • 123.86 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:0063.7799987792968864.349998474121163.7799987792968864.34999847412117763
2021-03-05 09:31:00-05:0064.3899993896484464.3899993896484464.099998474121164.0999984741211540
2021-03-05 09:32:00-05:0064.099998474121164.105003356933663.6749992370605563.830001831054692924
2021-03-05 09:33:00-05:0063.7999992370605564.1388015747070363.7999992370605563.860000610351563021
2021-03-05 09:34:00-05:0063.7000007629394563.8400001525878963.7000007629394563.84000015258789611
2021-03-05 09:35:00-05:0063.8400001525878963.8400001525878963.47000122070312563.4700012207031251992
2021-03-05 09:36:00-05:0063.4449996948242263.4449996948242263.3600006103515663.36000061035156414
2021-03-05 09:37:00-05:0063.56000137329101663.634998321533263.4854011535644563.485401153564451517
2021-03-05 09:38:00-05:0063.50500106811523463.50500106811523463.50500106811523463.505001068115234490

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