Skip to main content

Portfolio Performance library

Project description

pyfolio-performance

A python library to read in your portfolio performance XML-file.

Installation

pip install pyfolio-performance

Get started

This is a small example for loading a portfolio performance file and getting account information.

Looking into Accounts

from pyfolio-performance import Portfolio

portfolio = Portfolio("portfolio.xml") print(portfolio.getAccounts())

The result will look like:

[]

Looking into Depots

You can also display the securities in a Depot.

from pyfolio-performance import Portfolio

portfolio = Portfolio("portfolio.xml") print(portfolio.getDepots())

The result will look like:

[Depot/Comdirect, Depot/Consorsbank]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

pyfolio_performance-0.1.4-py3-none-any.whl (11.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page