/ghostfolio-py

Python API client for Ghostfolio

Primary LanguagePythonApache License 2.0Apache-2.0

Rest API client for Ghostfolio

Unofficial REST API for Ghostfolio.

Supports documented and undocumented APIs

Installation

pip install ghostfolio

Usage

from ghostfolio import Ghostfolio

client = Ghostfolio(token="your_token")

Or if you want to connect to your self-hosted Ghostfolio instance:

from ghostfolio import Ghostfolio

client = Ghostfolio(token="your_token", host="https://your-ghostfolio-instance.com")