Skip to main content

Simple wrapper for openbanking

Project description

OpenBanking API wrapper

A simple wrapper for the the UK open banking APIs.

https://www.openbanking.org.uk

Currently implemented a simple wrapper around retrieving a list of banks and business related data.

Currently only tested on Python 3.4

Install

pip install openbankingapi

Example

from openbankingapi import OpenBankingApi

api = OpenBankingApi(timeout=5)

banks = api.banks() # retrieves the list of participating banks

sme_loans = api.unsecured_sme_loans(banks[0])

current_accounts = api.business_current_accounts(banks[0])

credit_cards = api.commercial_credit_cards(banks[0])

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

openbankingapi-0.1.5.post1.tar.gz (17.4 kB view hashes)

Uploaded Source

Built Distribution

openbankingapi-0.1.5.post1-py3-none-any.whl (17.7 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