Get Company Profile
company_profileFetch a complete Companies House profile for any company number. Check status, registered address, SIC codes, filing compliance, and outstanding charges.
Instructions
Fetch the full Companies House profile for a company number.
Returns status, registered address, SIC codes, filing compliance (overdue accounts and confirmation statement flags), and whether the company has outstanding charges. Use company_search first to find the company number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_number | Yes | Companies House company number (8 digits, e.g. '03782379'). Returned by company_search. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_number | Yes | Companies House company number. | |
| company_name | No | Registered company name. | |
| company_status | No | Current status (active, dissolved, in liquidation, etc.). | |
| company_type | No | Companies House company type code. | |
| date_of_creation | No | Incorporation date (ISO YYYY-MM-DD). | |
| sic_codes | No | Standard Industrial Classification codes. | |
| registered_office_address | No | Registered office address as returned by Companies House. | |
| has_charges | No | True if the company has outstanding registered charges (secured debt), derived from the /charges endpoint. A due diligence signal. | |
| accounts | No | Accounts filing status and due dates. | |
| confirmation_statement | No | Confirmation statement filing status and next due date. |