https://github.com/sr-murthy/financial-services-register-api
Python client library for the UK Financial Services Register RESTful API
https://github.com/sr-murthy/financial-services-register-api
financial-conduct-authority financial-data financial-regulation financial-services financial-services-register prudential-regulation-authority regulated-markets restful-api uk united-kingdom
Last synced: 9 months ago
JSON representation
Python client library for the UK Financial Services Register RESTful API
- Host: GitHub
- URL: https://github.com/sr-murthy/financial-services-register-api
- Owner: sr-murthy
- License: mpl-2.0
- Created: 2025-07-12T13:03:34.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-13T10:38:30.000Z (9 months ago)
- Last Synced: 2025-09-13T10:59:52.508Z (9 months ago)
- Topics: financial-conduct-authority, financial-data, financial-regulation, financial-services, financial-services-register, prudential-regulation-authority, regulated-markets, restful-api, uk, united-kingdom
- Language: Python
- Homepage: https://financial-services-register-api.readthedocs.io/en/latest/
- Size: 283 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://github.com/sr-murthy/financial-services-register-api/actions/workflows/ci.yml)
[](https://github.com/sr-murthy/financial-services-register-api/actions/workflows/codeql.yml)
[](https://codecov.io/github/sr-murthy/financial-services-register-api)
[](https://github.com/astral-sh/ruff)
[](https://pdm-project.org)
[](https://opensource.org/licenses/MPL-2.0)
[](https://financial-services-register-api.readthedocs.io/en/latest/?badge=latest)
[](https://pypi.org/project/financial-services-register-api)

# financial-services-register-api
A lightweight Python client library for the UK [Financial Services Register](https://register.fca.org.uk/s/) [RESTful API](https://register.fca.org.uk/Developer/s/).
The [PyPI package](https://pypi.org/project/financial-services-register-api) is currently at version `1.1.0`.
> [!NOTE]
> The new package `financial-services-register-api` supersedes the older package `fsrapiclient`, which will no longer be published. Existing versions of the older package may be retracted in the future. Please use the new package.
The Financial Services Register, or FS Register, is a **public** database of all firms, individuals, funds, and other entities, that are either currently, or have been previously, authorised and/or regulated by the UK [Financial Conduct Authority (FCA)](https://www.fca.org.uk) and/or the [Prudential Regulation Authority (PRA)](http://bankofengland.co.uk/pra).
> [!NOTE]
> The FS Register API is free to use but accessing it, including via this library, requires [registration](https://register.fca.org.uk/Developer/ShAPI_LoginPage?ec=302&startURL=%2FDeveloper%2Fs%2F#). Registration involves a free sign up with an email, which is used as the API username in requests, and basic personal information. Once registered an API key is available from your registration profile.
See the [Sphinx documentation](https://financial-services-register-api.readthedocs.io/en/latest/) for more details on:
* [understanding the FS Register API](https://financial-services-register-api.readthedocs.io/en/latest/sources/financial-services-register-api.html)
* [usage](https://financial-services-register-api.readthedocs.io/en/latest/sources/usage.html)
* [contributing](https://financial-services-register-api.readthedocs.io/en/latest/sources/contributing.html)
* [API reference](https://financial-services-register-api.readthedocs.io/en/latest/sources/api-reference.html)