Get Company Profile
dd_company_profileFetch 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 |
|---|---|---|---|
| accounts | No | Accounts filing status and due dates. | |
| sic_codes | No | Standard Industrial Classification codes. | |
| has_charges | No | True if the company has at least one outstanding or part-satisfied charge (secured debt) — not yet fully discharged. False if every charge on record is fully satisfied, or there are none. Null if the charges check could not be completed, or if a charge was returned with an unrecognized status that can't be confidently classified. Use company_charges for the full charge-by-charge detail. | |
| company_name | No | Registered company name. | |
| company_type | No | Companies House company type code. | |
| company_number | Yes | Companies House company number. | |
| company_status | No | Current status (active, dissolved, in liquidation, etc.). | |
| date_of_creation | No | Incorporation date (ISO YYYY-MM-DD). | |
| confirmation_statement | No | Confirmation statement filing status and next due date. | |
| registered_office_address | No | Registered office address as returned by Companies House. |