Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Dmtk
@kaggle.lszltakcs_big_stock_data.dmtk

  • 210.29 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.31000137329101656.56000137329101653.0999984741210956.4399986267089890170
2021-03-05 09:31:00-05:0056.5499992370605556.56000137329101654.8694000244140655.279998779296889669
2021-03-05 09:32:00-05:0055.00500106811523455.10189819335937553.47000122070312554.1899986267089813387
2021-03-05 09:33:00-05:0054.0499992370605554.13000106811523452.54000091552734453.0999984741210915608
2021-03-05 09:34:00-05:0052.5499992370605553.3799018859863352.5499992370605552.5499992370605517462
2021-03-05 09:35:00-05:0051.33499908447265651.9799995422363351.06000137329101651.539021
2021-03-05 09:36:00-05:0050.551.550.551.3563003540039117490
2021-03-05 09:37:00-05:0051.3499984741210951.3499984741210950.755120598
2021-03-05 09:38:00-05:00505049.11999893188476649.11999893188476645501

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