Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Silk
@kaggle.lszltakcs_big_stock_data.silk

  • 124.04 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:0053.1030006408691453.1030006408691451.8499984741210952.0099983215332
2021-03-05 09:31:00-05:0051.615001678466852.990001678466851.615001678466852.9700012207031252728
2021-03-05 09:32:00-05:0052.5499992370605552.5499992370605552.5499992370605552.54999923706055326
2021-03-05 09:33:00-05:0052.552.552.3499984741210952.34999847412109702
2021-03-05 09:34:00-05:0052.4099998474121152.5699996948242252.4099998474121152.569999694824223053
2021-03-05 09:35:00-05:0052.5499992370605552.6100006103515652.3950004577636752.395000457763671116
2021-03-05 09:36:00-05:0052.20999908447265652.384998321533252.1100006103515652.110000610351562358
2021-03-05 09:37:00-05:0051.9500007629394552.1599998474121151.88000106811523451.8800010681152341201
2021-03-05 09:38:00-05:0052.259399414062552.509998321533252.2350006103515652.485000610351563632

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