Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Cmcsa
@kaggle.lszltakcs_big_stock_data.cmcsa

  • 138.87 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:0054.6899986267089854.7700004577636754.11999893188476654.130001068115234271554
2021-03-05 09:31:00-05:0054.11999893188476654.3199996948242254.06000137329101654.2799987792968833006
2021-03-05 09:32:00-05:0054.29000091552734454.4199981689453154.2554.3199996948242274542
2021-03-05 09:33:00-05:0054.31000137329101654.3300018310546954.22000122070312554.259998321533234237
2021-03-05 09:34:00-05:0054.2554.2999992370605554.24499893188476654.29000091552734433390
2021-03-05 09:35:00-05:0054.3400001525878954.3600006103515654.259998321533254.259998321533245008
2021-03-05 09:36:00-05:0054.2554.2799987792968854.2299995422363354.2299995422363319212
2021-03-05 09:37:00-05:0054.2554.2700004577636754.0800018310546954.08499908447265696932
2021-03-05 09:38:00-05:005454.009998321533253.9300003051757853.990001678466878952

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