Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Aapl
@kaggle.lszltakcs_big_stock_data.aapl

  • 150.75 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:00121121.66999816894533120.809997558593761215169649
2021-03-05 09:31:00-05:00120.98999786376952121.30999755859376120.77999877929688121.0500030517578632765
2021-03-05 09:32:00-05:00121.05660247802734121.11000061035156120.5120.6500015258789488230
2021-03-05 09:33:00-05:00120.4499969482422120.46990203857422120.44000244140624120.44000244140624495106
2021-03-05 09:34:00-05:00120.16999816894533120.25120.0199966430664120.0500030517578595926
2021-03-05 09:35:00-05:00120.12999725341795120.1501007080078120.12999725341795120.1501007080078656734
2021-03-05 09:36:00-05:00120.125120.3000030517578120.0199966430664120.02980041503906580890
2021-03-05 09:37:00-05:00119.85749816894533119.93000030517578119.76000213623048119.76000213623048725213
2021-03-05 09:38:00-05:00119.75119.83000183105467119.73999786376952119.80999755859376707736

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