Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Sonm
@kaggle.lszltakcs_big_stock_data.sonm

  • 170.07 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:000.89770001173019410.90990000963211060.89499998092651370.909900009632110689735
2021-03-05 09:31:00-05:000.90990000963211060.93999999761581420.90899997949600220.91019999980926521646
2021-03-05 09:32:00-05:000.9251000285148620.93989998102188120.91030001640319820.92009902000427237160
2021-03-05 09:33:00-05:000.925001025199890.93000000715255740.92000001668930040.920000016689300415109
2021-03-05 09:34:00-05:000.92000001668930040.92030000686645520.92000001668930040.92030000686645521288
2021-03-05 09:35:00-05:000.92100000381469720.92100000381469720.92009997367858880.9201999902725223177
2021-03-05 09:36:00-05:000.93010002374649040.94370001554489140.93010002374649040.941799998283386229953
2021-03-05 09:37:00-05:000.93010002374649040.9599999785423280.93000000715255740.945100009441375614946
2021-03-05 09:38:00-05:000.94510000944137560.9499999880790710.93000102043151860.934700012207031246927

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