Company profile endpoint provides a concise and comprehensive overview of a registered company. This includes details such as the company's name, registration number, status, address, directors, shareholders, financial information, and historical changes. Accessing this endpoint offers valuable insights into a company's current status and historical evolution.
Accounting Reference Date
Foreign Company Detail Accounting Requirement
Foreign Company Detail Accounts
Foreign Company Detail Accounts Period From
Foreign Company Detail Accounts Period To
Foreign Company Detail Accounts Must File Within
Foreign Company Detail Accounts Originating Registry
Registered Office Address
Copy {
"accounts": {
"accountingReferenceDate": {
"day": 31,
"month": 12
},
"lastAccounts": {
"madeUpTo": "2022-12-31",
"type": "full"
},
"nextDue": "2023-12-31",
"nextMadeUpTo": "2023-12-31",
"overdue": false
},
"annualReturn": {
"lastMadeUpTo": "2022-12-31",
"nextDue": "2023-12-31",
"nextMadeUpTo": "2023-12-31",
"annualReturnOverdue": false
},
"branchCompanyDetails": {
"businessActivity": "Business activity description",
"parentCompanyName": "Parent Company Ltd.",
"parentCompanyNumber": "12345678"
},
"canFile": true,
"companyName": "Sample Company",
"companyNumber": "12345678",
"companyStatus": "active",
"companyStatusDetail": "Company is in good standing",
"confirmationStatement": {
"confirmationLastMadeUpTo": "2022-12-31",
"confirmationNextDue": "2023-12-31",
"confirmationNextMadeUpTo": "2023-12-31",
"confirmationOverdue": false
},
"dateOfCessation": null,
"dateOfCreation": "2020-01-01",
"etag": "abcdefgh123456",
"foreignCompanyDetails": {
"accountingRequirement": {
"foreignAccountType": "dormant",
"termsOfAccountPublication": "unaudited"
},
"accounts": {
"accountPeriodFrom": {
"day": 1,
"month": 1
},
"accountPeriodTo": {
"day": 31,
"month": 12
},
"mustFileWithin": {
"months": 12
},
"businessActivity": "Foreign business activity description",
"companyType": "limited",
"governedBy": "Foreign legal governance",
"isACreditFinanceInstitution": false,
"originatingRegistry": {
"country": "Foreign Country",
"name": "Foreign Registry"
},
"registrationNumber": "98765432"
}
},
"hasBeenLiquidated": false,
"hasCharges": true,
"hasInsolvencyHistory": false,
"isCommunityInterestCompany": false,
"jurisdiction": "United Kingdom",
"lastFullMembersListDate": "2022-12-31",
"links": {
"personsWithSignificantControl": "https://example.com/psc",
"personsWithSignificantControlStatements": "https://example.com/psc-statements",
"registers": "https://example.com/registers",
"self": "https://example.com/company/12345678"
},
"previousCompanyNames": [
{
"ceasedOn": "2020-12-31",
"effectiveFrom": "2020-01-01",
"name": "Previous Company Name Ltd."
}
],
"registeredOfficeAddress": {
"addressLine1": "123 Main Street",
"addressLine2": "Suite 456",
"careOf": "Company Secretary",
"country": "United Kingdom",
"locality": "Cityville",
"poBox": "PO Box 789",
"postalCode": "12345",
"premises": "Premises Building",
"region": "Regionshire"
},
"registeredOfficeIsInDispute": false,
"serviceAddress": {
"addressLine1": "456 Service Avenue",
"addressLine2": null,
"careOf": "Director's Office",
"country": "United Kingdom",
"locality": "Townville",
"poBox": null,
"postalCode": "67890",
"region": "Countyshire"
},
"sicCodes": ["12345", "67890"],
"superSecureManagingOfficerCount": 3,
"type": "private-limited",
"undeliverableRegisteredOfficeAddress": false
}