Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Crtx
@kaggle.lszltakcs_big_stock_data.crtx

  • 132.92 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:0036.54000091552734436.54000091552734435.52999877929687535.700000762939452842
2021-03-05 09:31:00-05:0035.4189987182617235.88000106811523435.40000152587890635.50999832153324195
2021-03-05 09:32:00-05:0035.45999908447265635.6450004577636735.34999847412109435.3499984741210943594
2021-03-05 09:33:00-05:0035.5149993896484435.8899993896484435.2000007629394535.889999389648441204
2021-03-05 09:34:00-05:0035.7999992370605535.7999992370605535.7999992370605535.79999923706055428
2021-03-05 09:35:00-05:0035.7999992370605535.90000152587890635.7299995422363335.9000015258789061429
2021-03-05 09:36:00-05:0035.7000007629394535.84999847412109435.59999847412109435.700000762939455154
2021-03-05 09:37:00-05:0035.7535.79000091552734435.6800003051757835.739299774169924935
2021-03-05 09:38:00-05:0035.5900001525878935.72940063476562535.5900001525878935.729400634765625772

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