Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Transfer degiro transactions to a local Ghostfolio instance

Notifications You must be signed in to change notification settings

topscoder/degiro-ghostfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

degiro-ghostfolio

Transfer degiro transactions to a local Ghostfolio instance

graph LR
A[Degiro Portfolio] -->B(Ghostfolio)

Download & Setup

git clone https://github.com/topscoder/degiro-ghostfolio
cd degiro-ghostfolio

Create a config.json file

cp config/config.json.example config/config.json

| Add your specific settings in config.json

{
    "degiro_int_account": 0,
    "degiro_username": "",  # Your degiro username which you use to login
    "degiro_password": "",  # Your degiro password, in plain text

    "ghostfolio_auth_token": "",                    # Ghostfolio auth token which you use to login (the long one)
    "ghostfolio_api_host": "http://127.0.0.1:3333"  # URL to your Ghostfolio instance, without trailing slash
}

Install project requirements

pip3 install -r requirements.txt

Run transfer of transactions from DEGIRO to GHOSTFOLIO 🥳

python3 main.py

About

Transfer degiro transactions to a local Ghostfolio instance

Topics

Resources

Stars

Watchers

Forks

Languages