Releases: emvalbuena/degiro-wrapper
Releases · emvalbuena/degiro-wrapper
Multi-currency valuation
We now support the valuation of portfolios with assets in multiple currencies!
Complete documentation of MVP + speed
0.6.3 Merge pull request #52 from KikeM/51-enh-degiro-describe-entrypoint-c…
MVP stable version
This CLI is a draft which is expected to change heavily.
The current design philosophy is to to have a semi-automatic process, where the user needs to manually invoke all the processes, but does not need to modify the data.
Theses processes imply:
- download raw data;
- invoke the creation of valuation database;
- request report generation.
At this stage of the product, the user has the freedom to select the periods.
We expected further evolution of the CLI to be more automatic and require less interaction with the user.
All feedback is welcome!
Load credentials from local machine.
Merge pull request #18 from KikeM/feature/config CLN: Add get_config function and fix pep8 violations
Refactored to allow better modularity and contributing.
Merge pull request #14 from KikeM/feature/reorganize_folder CLN: reorganized folders.
Clean raw data pull and treatment
- Download cashflows and positions.
- Compute portfolio equity and compare against benchmark.
- Account or not for derivative positions.