Get Company
get_companyFetch a single UK company profile by company number. Returns registered name, status, type, SIC codes, registered office, accounts/confirmation-statement due dates, and links to officers/filings/charges/PSCs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_number | Yes | UK company number (e.g., "00006245") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Registered company name | |
| type | Yes | Company type (private limited, public limited, etc.) | |
| ch_url | No | Link to company profile on Companies House website | |
| status | Yes | Company status (active, dissolved, etc.) | |
| sic_codes | Yes | Standard Industrial Classification codes | |
| dissolved_on | No | Dissolution date (ISO format) if applicable | |
| jurisdiction | No | Company jurisdiction (England and Wales, Scotland, etc.) | |
| status_detail | No | Additional status details | |
| company_number | Yes | UK company number | |
| incorporated_on | Yes | Incorporation date (ISO format) | |
| accounts_next_due | No | Next accounts filing due date (ISO format) | |
| registered_office | No | Registered office address details | |
| accounts_next_made_up_to | No | Next accounts period end date (ISO format) | |
| last_accounts_made_up_to | No | Last filed accounts period end date (ISO format) | |
| confirmation_statement_next_due | No | Next confirmation statement due date (ISO format) |