Using openbanking-python with openbanking.org.uk

Python integration

Install
pip install openbanking-python
Quick start
import openbanking-python

client = openbanking_python.Client("YOUR_API_KEY")
Gets a list of all `ATM` objects.
curl \
  https://developer.openbanking.org.uk/reference-implementation/open-banking/v1.3/atms
Gets a list of all `Branch` objects.
curl \
  https://developer.openbanking.org.uk/reference-implementation/open-banking/v1.3/branches
Gets a list of all `Unsercured SME Lending` objects.
curl \
  https://developer.openbanking.org.uk/reference-implementation/open-banking/v1.3/unsecured-sme-loans
SDK on GitHub 📄 API Docs
SDK
openbanking-python
Python
API
openbanking.org.uk
openbanking.org.uk
At a glance
Language Python
Endpoints6
Base URLhttps://developer.openbanking.org.uk/reference-implementation/open-banking/v1.3