pytr-org / pytr

Use TradeRepublic in terminal and mass download all documents
https://pypi.org/project/pytr/
MIT License
357 stars 59 forks source link

Replace portfolio operation with compactPortfolio #39

Closed miry closed 8 months ago

miry commented 1 year ago

TradeRupublic made some changes in API. Replace single command portfolio with multiple commands: compactPortfolio, instrument and tick.

As sidecar change show the name of the ISIN.

It also copy changes from https://github.com/marzzzello/pytr/pull/29.

Steps:

First merge: https://github.com/marzzzello/pytr/pull/29 Then need to rebase this changes.

closes: #37