This is a simple Portfolio tracker that doesn't need you account logins or api keys to import data. The only thing this application needs is just an account statement report that you manually can extract from your Degiro account.
That report includes all the activity that goes on your account (including the flatex bank account) and all the hidden fees that you don't see daily.
This tool aspires to shed some light over theses hidden transactions, and also it is meant to be an easier way to inspect your profile, check open and closed positions and help you fill your investment taxes.
Because this tool is pure javascript it can run right on your browser, and it will never send your account statement anywhere! you can check that is this github repository.
This tool is still under development and there is a big list of work left to do, take that into consideration when trying it
Breakdown commissions into more detailsCalculate "current" PL for open positionsExport all generated lists to csvSelect the fiscal year to see positions + commissions- List Dividend transactions
- List general account movements (deposits/withdraws)
Take commissions into consideration when calculating a position PLSupport multiple report languages (we parse a lot of descriptions and degiro translates some of them)- Support column sorting
npm install
npm run serve
npm run build
npm run lint