Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Mara
@kaggle.lszltakcs_big_stock_data.mara

  • 173.23 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:0032.40000152587890632.88000106811523432.40000152587890632.779998779296875874914
2021-03-05 09:31:00-05:0032.7532.8199996948242232.40000152587890632.40000152587890697600
2021-03-05 09:32:00-05:0032.4300003051757832.5900001525878932.240001678466832.4445991516113379668
2021-03-05 09:33:00-05:0032.532.6800003051757832.25009918212890632.3027000427246182717
2021-03-05 09:34:00-05:0031.8999996185302831.9211006164550831.7600002288818431.82999992370605120596
2021-03-05 09:35:00-05:0031.629999160766631.79000091552734431.5300998687744131.5818004608154389262
2021-03-05 09:36:00-05:0031.27000045776367231.49909973144531231.22999954223632831.2679996490478586719
2021-03-05 09:37:00-05:0031.2531.2530.60000038146972730.600000381469727108646
2021-03-05 09:38:00-05:0030.6888008117675731.17000007629394530.6140003204345730.79000091552734494691

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