Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Ea
@kaggle.lszltakcs_big_stock_data.ea

  • 148.46 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:00131.52999877929688132.18499755859375131131.0099945068359452473
2021-03-05 09:31:00-05:00131.07000732421875131.21499633789062130.94000244140625131.104995727539062369
2021-03-05 09:32:00-05:00131.10499572753906131.55999755859375131.10000610351562131.330001831054713602
2021-03-05 09:33:00-05:00131.33999633789062131.34500122070312130.92999267578125130.929992675781255428
2021-03-05 09:34:00-05:00131.1999969482422131.25130.8699951171875131.229995727539065579
2021-03-05 09:35:00-05:00130.86000061035156130.90499877929688130.41000366210938130.410003662109385489
2021-03-05 09:36:00-05:00130.58999633789062130.6199951171875130.58999633789062130.61999511718752580
2021-03-05 09:37:00-05:00130.3800048828125130.47000122070312130.3300018310547130.470001220703123516
2021-03-05 09:38:00-05:00130.47000122070312130.6199951171875130.3300018310547130.490005493164068737

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