Get a company profile
get_companyRetrieves a UK company's registered profile to verify it is real and active, including legal name, status, filing deadlines, and overdue/charges/insolvency flags. Needs a company number.
Instructions
The registered profile for one UK company: legal name, status, type, incorporation date, registered office, SIC codes, and the accounts and confirmation statement due dates. Also returns derived flags that Companies House does not provide — whether filings are overdue, whether the company holds charges or has insolvency history, and whether it was incorporated within the last year. Use it to verify a company is real and active before relying on it. Needs a company number; call find_company first if you only have a name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verbose | No | Also return the untouched Companies House payload under `raw`, alongside the shaped result. Roughly two and a half times the size; use it only when a field you need is missing from the shaped result. | |
| company_number | Yes | Eight-character Companies House number, such as 00000006 or SC123456. Leading zeros may be omitted. This tool does not accept a company name — call find_company first if that is all you have. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | The untouched Companies House payload. Present only when verbose was true. | |
| meta | Yes | Provenance and budget for this answer. | |
| name | Yes | ||
| type | No | ||
| flags | Yes | Derived risk signals. Each one is computed here, not returned by Companies House. | |
| status | No | ||
| accounts | Yes | ||
| age_years | No | Whole years since incorporation. | |
| sic_codes | Yes | Standard Industrial Classification codes for the trade. | |
| dissolved_on | No | ||
| jurisdiction | No | ||
| status_detail | No | ||
| company_number | Yes | ||
| incorporated_on | No | ||
| type_description | No | ||
| confirmation_statement | Yes | ||
| registered_office_address | No | ||
| registered_office_in_dispute | No |