Skip to main content

Python API Wrapper for PeerBerry

Project description

Peerberrypy

The peerberrypy package is a Python API wrapper for the Peerberry platform. Peerberry currently has no API documentation and some endpoints could be simplified/optimized, which is one of the main goals of this project.

Peerberry platform: https://peerberry.com/

Requirements

Python 3.8+

Main dependencies:

  • cloudscraper for accessing the API without getting blocked by CF anti-DDOS,

Optional dependencies:

  • pandas for the large data handling,
  • openpyxl for parsing spreadsheets supplied by Peerberry,
  • pyotp for handling two-factor authentication.

Installation

pip install peerberrypy

Replace with peerberrypy[pandas] to install pandas and openpyxl, peerberrypy[otp] to install pyotp, or peerberrypy[pandas,otp] to install all.

Usage

from peerberrypy import API


# Authenticate to the API client
api_client = API(
  email='YOUR EMAIL HERE',
  password='YOUR PASSWORD HERE',
  tfa_secret='YOUR BASE32 TFA SECRET HERE',  # This is only required if you have two-factor authentication enabled on your account
)

# Gets investor profile data
print(api_client.get_profile())

# Gets 100 of loans that are from the "Smart Pozyczka PL" originator
print(api_client.get_loans(quantity=100, originators=['Smart Pozyczka PL']))

# Gets 100 of your current investments from Kazakhstan and Lithuania
print(api_client.get_investments(quantity=100, current=True, countries=['Kazakhstan', 'Lithuania'])

API functions

Investor/portfolio data functions:
  get_profile -> Gets investor profile.
  get_loyalty_tier -> Gets loyalty tier, tier requirements, and the tier's benefits.
  get_overview -> Gets portfolio overview (Balance, total invested, total profit, net annual return, etc.).
  get_profit_overview -> Gets portfolio's profit on a daily, monthly or yearly basis (Data used in your profile's profit chart).
  get_investment_status -> Gets percentage of funds in different investment statuses (Current, late by 1-15 days, 16-30 days, and 31-60 days).
  get_investment_originators_overview -> Gets percentage of funds in different loan originators.
 
Marketplace/loan data functions:
  get_loans & get_loans_page -> Gets loans available for investment in the Peerberry marketplace according to the filters you specify. get_loans_page also returns metadata.
  get_loan_details -> Gets available information about the loan, the borrower, and the loan's payments schedule.
  purchase_loan -> Invests in a loan with the amount you specify.

Investment data functions:
  get_investments -> Gets current or finished investments in accordance to the filters you specify (It's recommended to use the get_mass_investments function when fetching more than ~350 investments at once).
  get_mass_investments -> Gets current or finished investments either as an Excel or as a Pandas DataFrame in accordance with the filters you specify (It's recommended to use this function when fetching more than ~350 investments at once).
  get_account_summary -> Gets account's transaction summary (Invested funds, principal payments, interest payments, deposits, etc.).

Transaction data functions:
  get_transactions -> Gets transactions as a Pandas DataFrame in accordance with the filters you specify.
  get_mass_transactions -> Gets transactions either as an Excel or as a Pandas DataFrame.
  
Authentication functions:
  login -> Logs in to Peerberry's API and assigns your session an access token. Use is not recommended as it's done automatically when initializing API instance.
  logout -> Logs out of Peerberry and revokes your access token. Recommended to use after you finish all your operations.

Note:
The authentication logic is executed automatically upon initializing the API instance, only logout needs to be done manually.
The login is executed automatically upon initializing the API instance, only logout needs to be done manually (Login is still possible to do manually, but not recommended).

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

License

MIT

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

peerberrypy-1.9.0.tar.gz (15.0 kB view details)

Uploaded Source

Built Distribution

peerberrypy-1.9.0-py3-none-any.whl (14.3 kB view details)

Uploaded Python 3

File details

Details for the file peerberrypy-1.9.0.tar.gz.

File metadata

  • Download URL: peerberrypy-1.9.0.tar.gz
  • Upload date:
  • Size: 15.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.6

File hashes

Hashes for peerberrypy-1.9.0.tar.gz
Algorithm Hash digest
SHA256 149b214c3f4a53c3881015751030b8f58dc40bc36e7284120904c53b9e3417a0
MD5 6fcc3b11ded4d149840beb9255e46f85
BLAKE2b-256 2c2d530e801bf4a64e5ab6eda937ea6f2b6c2604cafd11581f6414c96ab8d0bb

See more details on using hashes here.

File details

Details for the file peerberrypy-1.9.0-py3-none-any.whl.

File metadata

  • Download URL: peerberrypy-1.9.0-py3-none-any.whl
  • Upload date:
  • Size: 14.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.6

File hashes

Hashes for peerberrypy-1.9.0-py3-none-any.whl
Algorithm Hash digest
SHA256 92619c4894563480edbbde6a0e8ad243fbdc2d19e32dae85772652eab3002663
MD5 58d7c23f318388bb9faa4e622126df6f
BLAKE2b-256 4486e1aa8ecf39e361463ede7d057722b9fbf561f1cad508e69eaba2cc24d7a6

See more details on using hashes here.

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