Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Eqix
@kaggle.lszltakcs_big_stock_data.eqix

  • 163.2 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:00606.3499755859375607.2550048828125601.9099731445312601.909973144531212548
2021-03-05 09:31:00-05:00603.5499877929688606.3900146484375603.1900024414062603.54998779296882009
2021-03-05 09:32:00-05:00601.6300048828125603.4400024414062600.5999755859375601.8449707031259940
2021-03-05 09:33:00-05:00601.6649780273438602.6400146484375600.6099853515625602.64001464843754367
2021-03-05 09:34:00-05:00602602.0599975585938601.6099853515625601.60998535156255123
2021-03-05 09:35:00-05:00601.25601.4299926757812599.7100219726562599.71002197265628753
2021-03-05 09:36:00-05:00600.6900024414062601.010009765625600.5399780273438601.0100097656253486
2021-03-05 09:37:00-05:00599.9600219726562600.7000122070312599.9600219726562600.70001220703125535
2021-03-05 09:38:00-05:00599.969970703125599.969970703125597.9650268554688597.9650268554688682

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