Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Sify
@kaggle.lszltakcs_big_stock_data.sify

  • 138.01 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:003.53.5399999618530283.4400000572204593.4600000381469727879842
2021-03-05 09:31:00-05:003.4300000667572023.4500000476837163.3099999427795413.430900096893310569331
2021-03-05 09:32:00-05:003.44959998130798343.57999992370605473.41000008583068853.41009998321533261684
2021-03-05 09:33:00-05:003.42000007629394533.53.41000008583068853.518080
2021-03-05 09:34:00-05:003.4409999847412113.53.4000000953674323.450299978256225629402
2021-03-05 09:35:00-05:003.450099945068363.4700000286102293.3800001144409183.39000010490417553385
2021-03-05 09:36:00-05:003.32999992370605473.32999992370605473.2743999958038333.27439999580383329829
2021-03-05 09:37:00-05:003.2899999618530283.2899999618530283.2599999904632573.28999996185302850321
2021-03-05 09:38:00-05:003.26999998092651373.27999997138977053.2400000095367433.24000000953674330732

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