Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Nrix
@kaggle.lszltakcs_big_stock_data.nrix

  • 171.52 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:0034.40000152587890634.990001678466833.679698944091834.79999923706055116942
2021-03-05 09:31:00-05:0034.990001678466835.534.3400001525878935.08499908447265625780
2021-03-05 09:32:00-05:0035.1399993896484435.8400001525878934.9199981689453135.479999542236339828
2021-03-05 09:33:00-05:0035.56000137329101636.6899986267089835.31000137329101636.20999908447265616221
2021-03-05 09:34:00-05:0035.6699981689453135.6699981689453135.1548995971679735.55624
2021-03-05 09:35:00-05:0035.3050003051757835.68999862670898435.3050003051757835.680000305175785426
2021-03-05 09:36:00-05:0035.535.5499992370605535.2700004577636735.5250015258789066512
2021-03-05 09:37:00-05:0035.0499992370605535.20999908447265634.7535.18999862670898410511
2021-03-05 09:38:00-05:0035.259998321533235.54000091552734435.0900001525878935.4399986267089847111

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