Skip to main content

A simple package to interact with the Parqet API.

Project description

Parqet-Python

A simple package to interact with the Parqet API.

Features

The parqet-python package will use the Parqet API to gather information about public Portfolios. Available infomration includes:

  • Portfolio name
  • Portfolio value
  • Gain gross / net
  • Total invested
  • List of activities and holdings
  • and many more..

Getting Started

These instructions will tell you how to install the package and how to use it.

Installing

Install the package via pip

pip install parqet

Usage

Create a Portfolio object and get the name of the portfolio:

# This is an example of how to use the Portfolio class
from parqet import Portfolio

# Create a portfolio object
portfolio = Portfolio("YOUR_PORTFOLIO_ID")

# Print the name of the portfolio
print(portfolio.get_name())

Project details


Download files

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

Source Distribution

parqet-1.0.2.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

parqet-1.0.2-py3-none-any.whl (3.8 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