https://github.com/g4brym/degiro-portfolio-manager
Simple web tool to crunches Degiro account statement reports into per position PL, commissions, and taxes information
https://github.com/g4brym/degiro-portfolio-manager
degiro degiro-patform degiro-transaction-converter finance-management profit-calculator
Last synced: 7 months ago
JSON representation
Simple web tool to crunches Degiro account statement reports into per position PL, commissions, and taxes information
- Host: GitHub
- URL: https://github.com/g4brym/degiro-portfolio-manager
- Owner: G4brym
- License: mit
- Created: 2021-12-09T09:13:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-14T22:46:43.000Z (almost 2 years ago)
- Last Synced: 2023-11-14T23:34:38.234Z (almost 2 years ago)
- Topics: degiro, degiro-patform, degiro-transaction-converter, finance-management, profit-calculator
- Language: Vue
- Homepage: https://degiro-portfolio-manager.massadas.com/
- Size: 1.59 MB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Degiro-Portfolio-Manager
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
[Try the tool at this URL](https://degiro-portfolio-manager.massadas.com/)
## Application screenshots
Home Page

Open Positions

Closed Positions

Commissions

## TODO
- ~~Breakdown commissions into more details~~
- ~~Calculate "current" PL for open positions~~
- ~~Export all generated lists to csv~~
- ~~Select the fiscal year to see positions + commissions~~
- List Dividend transactions
- List general account movements (deposits/withdraws)
- ~~Take commissions into consideration when calculating a position PL~~
- ~~Support multiple report languages (we parse a lot of descriptions and degiro translates some of them)~~
- Support column sorting
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```