Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork4
Simplified tracking of your investments
License
AdnanHodzic/degiro-trading-tracker
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Simplified tracking of yourDegiro investments by getting quick overview of total:
- amount invested in stocks
- gains from sold stocks
- fee costs.
by automatically analyzing exported.xls transactions file and performing caculations on your behalf.
Example output with dummy data:

If you're interested in opening Degiro account and earning 20€ credit, pleasefollow this link.
If you bought or sold more then few stocks with Degiro, it's tedious and hard to keep track of exact amount of money which was invested, or amount which was spent in fees. As each time you want to check one of these, you'll need to export Degiro "Transactions".xls file, open it with Microsoft Excel/LibreOffice Calc and then do the calculations yourself.
This tool allows you to automatically display data of interest without even opening the.xls file.
Python 3 and necessary libraries. After Python3 is installed, necessary libarires can be installed by running:
pip3 install pandas numpy xlrdpython3 degiro-trading-tracker.pyOr by usingpipenv:
Installpipenv on Debian based Linux distros:sudo apt install python3-pip pipenv
Run:
pipenv installpipenv shellpython degiro-trading-tracker.pyUnder "Overzichten", select "Transacties" and pick desired date range and click "Export", i.e:
Make sure file is exported as .xls
Run degiro-trading-tracker by pointing it to exported.xls file, i.e:
python3 degiro-trading-tracker.py ~/Downloads/Transactions.xlsCurrently:
- exported transactions file must be in Dutch
- only supported file format for exported transaction file is
.xls
If you'd like me to add support for your language, or have some other idea or a problem, pleasesubmit an issue or feature request.
If you found this tool useful, please consider supporting the project by making a donation of any amount!
Become a sponsor to Adnan Hodzic on Github to acknowledge my efforts and help project's further open source development.
bc1qlncmgdjyqy8pe4gad4k2s6xtyr8f2r3ehrnl87
About
Simplified tracking of your investments
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.


