Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Cvlt
@kaggle.lszltakcs_big_stock_data.cvlt

  • 124.37 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:0061.0200004577636761.2000007629394560.2000007629394560.75999832153324555
2021-03-05 09:31:00-05:0060.9099998474121160.9099998474121160.9099998474121160.90999984741211370
2021-03-05 09:32:00-05:0060.61999893188476660.61999893188476660.61999893188476660.619998931884766190
2021-03-05 09:33:00-05:0060.9300003051757860.9300003051757860.8499984741210960.930000305175781924
2021-03-05 09:34:00-05:0060.9199981689453160.9199981689453160.65000152587890660.6500015258789062917
2021-03-05 09:35:00-05:00
2021-03-05 09:36:00-05:0060.5299987792968860.5299987792968860.5299987792968860.52999877929688288
2021-03-05 09:37:00-05:0060.5499992370605560.8288993835449260.5499992370605560.82889938354492784
2021-03-05 09:38:00-05:0060.4099998474121160.4099998474121160.4099998474121160.40999984741211252

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