Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Rprx
@kaggle.lszltakcs_big_stock_data.rprx

  • 166.21 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.9199981689453142.9199981689453142.542.6399993896484423825
2021-03-05 09:31:00-05:0042.72000122070312542.72000122070312542.5900001525878942.676498413085941187
2021-03-05 09:32:00-05:0042.5999984741210942.70999908447265642.56000137329101642.6258809
2021-03-05 09:33:00-05:0042.62542.88000106811523442.62542.779998779296885765
2021-03-05 09:34:00-05:0042.72000122070312542.8499984741210942.6800003051757842.7350006103515612867
2021-03-05 09:35:00-05:0042.72000122070312542.7799987792968842.6699981689453142.70999908447265630355
2021-03-05 09:36:00-05:0042.70999908447265642.70999908447265642.6399993896484442.639999389648443307
2021-03-05 09:37:00-05:0042.6399993896484442.70999908447265642.63000106811523442.7099990844726567067
2021-03-05 09:38:00-05:0042.6549987792968842.6599998474121142.4038009643554742.514999389648443783

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