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
Release history Release notifications | RSS feed
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
Close
Hashes for pyfolio_performance-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3b72f2271e2a446dad4548b8ead045f9f895c1cb25a35187f6cc156d079fb82 |
|
MD5 | b59360e58ed28001e2006c09afa20f5b |
|
BLAKE2b-256 | 566b93b28b531779fab174f13e24a21969a815ac6ab303604331783dc4bb8929 |