Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Tndm
@kaggle.lszltakcs_big_stock_data.tndm

  • 169.49 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:008486.23500061035156848416177
2021-03-05 09:31:00-05:0083.7583.9049987792968883.5100021362304783.904998779296884003
2021-03-05 09:32:00-05:0083.730003356933684.349998474121183.6900024414062583.844100952148441614
2021-03-05 09:33:00-05:0083.974998474121183.974998474121183.5800018310546983.910003662109382615
2021-03-05 09:34:00-05:0083.583.8899993896484483.1699981689453183.809997558593754867
2021-03-05 09:35:00-05:0083.6100006103515683.6100006103515683.1502990722656283.150299072265622446
2021-03-05 09:36:00-05:0083.4199981689453183.4199981689453183.2350006103515683.235000610351564361
2021-03-05 09:37:00-05:0083.5299987792968883.5299987792968882.9700012207031283.180000305175782240
2021-03-05 09:38:00-05:0082.9150009155273483.2200012207031282.9150009155273483.220001220703122807

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