Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Mktx
@kaggle.lszltakcs_big_stock_data.mktx

  • 132.89 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:00488.1000061035156488.1099853515625487.5488.10998535156252996
2021-03-05 09:31:00-05:00485.1000061035156485.1000061035156481.55999755859375481.559997558593751289
2021-03-05 09:32:00-05:00483.55999755859375483.55999755859375481.010009765625481.010009765625944
2021-03-05 09:33:00-05:00483.8699951171875490.9800109863281483.8699951171875490.98001098632811510
2021-03-05 09:34:00-05:00
2021-03-05 09:35:00-05:00485485485485101
2021-03-05 09:36:00-05:00486.9299926757813486.9299926757813481.0700073242188481.0700073242188927
2021-03-05 09:37:00-05:00480480476.239990234375476.239990234375885
2021-03-05 09:38:00-05:00477.1199951171875477.1199951171875474.2799987792969474.27999877929696617

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