Skip to content

cellulosa/ghostfolio-sync

 
 

Repository files navigation

Ghostfolio-Sync

Docker Hub package

Sync your Ghostfolio with IBKR ( more to come? Help is always welcome! )

Setup

IBKR

Follow this guide to configure your Flex Queries in your Interactive Brokers account:

https://help.wealthica.com/help/how-to-connect-ib-interactive-brokers-and-configure-the-flex-report

When you configure your Flex Query give it, cash statement permissions as well as transaction permisions.

Important: If you dont want ghostfolio-sync to sync everything everytime and make it quicker, just set a shorter window for the query. Keep in mind that what was not synced by ghostfolio-sync in that period of time will be lost (ie when the window moves and content was not uploaded to ghostfolio). This can be avoided at the cost of a longer window of time and longer sync

Ghostfolio

  • Create an account using anonymous option save your KEY.
  • Go to this link (if using online ghostfolio use https://ghostfol.io) https://GHOST_HOST/api/v1/auth/anonymous/KEY
  • Take note of your GHOST_TOKEN

Run in Docker

docker run -e GHOST_TOKEN=YOUR_GHOST_TOKEN -e IBKR_TOKEN=YOUR-IBKR-TOKEN -e IBKR_QUERY=YOUR-IBKR-QUERY agusalex/ghostfolio-sync

More Options

Envs Description
IBKR_TOKEN Your Token
IBKR_QUERY Your Query ID
GHOST_TOKEN The token for your ghostfolio account
GHOST_HOST (optional) Ghostfolio Host, only add if using custom ghostfolio
GHOST_CURRENCY (optional) Ghostfolio Account Currency, only applied if account doesn't exist
CRON (optional) To run on a Cron Schedule
OPERATION (optional) SYNCIBKR (default) or DELETEALL (will erase all operations of all accounts)

Contributing

  • Feel free to submit any issue or PR's you think necessary
  • If you like the work and want to buy me a coffee you are more than welcome :)

Buy Me A Coffee

About

Sync Ghostfolio with IBKR

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 90.3%
  • Shell 4.9%
  • Dockerfile 4.8%