Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Pubm
@kaggle.lszltakcs_big_stock_data.pubm

  • 181.02 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:0051.2551.4999008178710951.18500137329101651.3549995422363315457
2021-03-05 09:31:00-05:0051.3499984741210951.4499015808105551.1799011230468851.179901123046884362
2021-03-05 09:32:00-05:0051.2000007629394551.3300018310546950.5999984741210950.779998779296888407
2021-03-05 09:33:00-05:0050.7849998474121150.990001678466850.2000007629394550.8386001586914061243
2021-03-05 09:34:00-05:0050.2691001892089850.9999008178710950.01010131835937550.0101013183593756381
2021-03-05 09:35:00-05:0050.50500106811523450.950000762939455050.479999542236333948
2021-03-05 09:36:00-05:0050.180000305175785150.13000106811523450.575000762939452712
2021-03-05 09:37:00-05:0050.4709014892578150.759998321533250.0999984741210950.2099990844726562572
2021-03-05 09:38:00-05:0050.384998321533250.740001678466849.259998321533249.25999832153323560

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