Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Pdce
@kaggle.lszltakcs_big_stock_data.pdce

  • 171.15 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:0040.47000122070312541.7403984069824240.47000122070312540.5699996948242245980
2021-03-05 09:31:00-05:0040.901599884033240.901599884033240.4099998474121140.770000457763672413
2021-03-05 09:32:00-05:0040.5999984741210940.7299003601074240.1899986267089840.6799011230468814364
2021-03-05 09:33:00-05:0040.5200004577636740.95999908447265640.3400001525878940.634998321533226111
2021-03-05 09:34:00-05:0040.6599998474121140.9850006103515640.6599998474121140.979999542236336870
2021-03-05 09:35:00-05:004141.1599998474121140.6399993896484441.1599998474121116487
2021-03-05 09:36:00-05:0041.3499984741210941.5499992370605541.0800018310546941.40000152587890626960
2021-03-05 09:37:00-05:0041.19589996337890641.4799995422363340.9987983703613341.270000457763671296
2021-03-05 09:38:00-05:0041.2541.45999908447265640.9399986267089841.2900009155273446208

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