Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Mtch
@kaggle.lszltakcs_big_stock_data.mtch

  • 191.45 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:00149.00999450683594149.00999450683594146.22000122070312146.449996948242277141
2021-03-05 09:31:00-05:00146.41000366210938147.2949981689453146.00999450683594146.9900054931640611592
2021-03-05 09:32:00-05:00146.16000366210938147.22000122070312145.64999389648438146.1100006103515645570
2021-03-05 09:33:00-05:00146.41000366210938146.52000427246094144.58999633789062145.3500061035156247476
2021-03-05 09:34:00-05:00145.30999755859375146.30999755859375145.24000549316406145.2400054931640622033
2021-03-05 09:35:00-05:00145.25145.9250030517578144.1199951171875144.130004882812517634
2021-03-05 09:36:00-05:00144.22000122070312145.18389892578125144.22000122070312144.830001831054710989
2021-03-05 09:37:00-05:00144.25145.2039031982422144.25145.1242065429687511537
2021-03-05 09:38:00-05:00144.5050048828125144.93499755859375144.5050048828125144.639999389648446291

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