Skip to content

Releases: KikeM/degiro-wrapper

Multi-currency valuation

23 Jul 22:16
cd21817
Compare
Choose a tag to compare

We now support the valuation of portfolios with assets in multiple currencies!

Complete documentation of MVP + speed

17 Jul 17:32
42ff266
Compare
Choose a tag to compare
Merge pull request #52 from KikeM/51-enh-degiro-describe-entrypoint-c…

…reates-portfolio-definition-csv

CLN: Modify `degiro describe` entrypoint

MVP stable version

24 Jun 12:06
9f69301
Compare
Choose a tag to compare

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.

29 Mar 13:44
a4875f8
Compare
Choose a tag to compare
Merge pull request #18 from KikeM/feature/config

CLN: Add get_config function and fix pep8 violations

Refactored to allow better modularity and contributing.

28 Mar 17:27
ec21c47
Compare
Choose a tag to compare
Merge pull request #14 from KikeM/feature/reorganize_folder

CLN: reorganized folders.

Clean raw data pull and treatment

28 Mar 02:49
Compare
Choose a tag to compare
  • Download cashflows and positions.
  • Compute portfolio equity and compare against benchmark.
  • Account or not for derivative positions.