Skip to content

vdmeu/registrum-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

registrum-python

Python starter kit for the Registrum API — structured UK company data built on Companies House.

Quick start

pip install requests
import requests

API_KEY = "rg_live_YOUR_KEY_HERE"
BASE_URL = "https://api.registrum.co.uk/v1"

res = requests.get(
    f"{BASE_URL}/company/00445790",
    headers={"X-API-Key": API_KEY},
)
print(res.json())

Get an API key

Free tier: 50 calls/month, no credit card required.

registrum.co.uk

What you get

The Registrum API enriches raw Companies House data with:

  • Structured financials — turnover, net assets, employees in clean GBP values
  • Director networks — 2-degree board traversal to find connected entities
  • Intelligent caching — 24h company data, 7-day financials, resilient during CH outages
  • Fuzzy search — company name → enriched profile in one call

API reference

Full documentation: api.registrum.co.uk/docs

License

Examples in this repo are MIT licensed. Data is sourced under the Open Government Licence v3.0.

About

Python starter kit for the Registrum UK Companies House API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages