Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Xray
@kaggle.lszltakcs_big_stock_data.xray

  • 128.23 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:0059.88000106811523459.8899993896484458.990001678466859.3600006103515635196
2021-03-05 09:31:00-05:0059.559.8400001525878959.559.700000762939454211
2021-03-05 09:32:00-05:0059.7000007629394560.2000007629394559.7000007629394559.9300003051757825325
2021-03-05 09:33:00-05:0060.3199005126953160.3199005126953160.27500152587890660.275001525878906203
2021-03-05 09:34:00-05:0060.1599998474121160.4099998474121160.1599998474121160.409999847412116608
2021-03-05 09:35:00-05:0060.3400001525878960.7000007629394560.3250007629394560.6899986267089811298
2021-03-05 09:36:00-05:0060.6749992370605560.8300018310546960.56000137329101660.74000167846688399
2021-03-05 09:37:00-05:0060.6800003051757860.81000137329101660.6800003051757860.7449989318847668064
2021-03-05 09:38:00-05:0060.9300003051757861.13000106811523460.8600006103515661.06000137329101676293

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