Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Vcel
@kaggle.lszltakcs_big_stock_data.vcel

  • 167.13 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:0041.3899993896484441.6010017395019541.3899993896484441.601001739501956243
2021-03-05 09:31:00-05:0041.4449996948242241.4449996948242240.95000076293945411180
2021-03-05 09:32:00-05:0040.8600006103515640.8600006103515640.8600006103515640.86000061035156152
2021-03-05 09:33:00-05:00
2021-03-05 09:34:00-05:0040.884998321533241.009998321533240.86999893188476641.00999832153321933
2021-03-05 09:35:00-05:0040.9674987792968840.9674987792968840.9674987792968840.96749877929688101
2021-03-05 09:36:00-05:0041.0299987792968841.0299987792968841.0299987792968841.02999877929688246
2021-03-05 09:37:00-05:0041.2799987792968841.2799987792968841.115001678466841.119998931884766460
2021-03-05 09:38:00-05:00414140.509998321533240.690601348876954514

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