Skip to main content
GET
/
core
/
company
/
profile
/
{countryISO}
/
{companyCode}
Enhanced Profile
curl --request GET \
  --url https://rest.kyckr.com/core/company/profile/{countryISO}/{companyCode} \
  --header 'Authorization: <api-key>'
{
  "companyProfileField": {
    "activityField": [
      {
        "codeField": "63120",
        "descriptionField": "Web portals"
      }
    ],
    "addressesField": [
      {
        "countryField": "United Kingdom",
        "addressInOneLineField": "Kemp House, 160 City Road, London, United Kingdom, EC1V 2NX",
        "addressLine1Field": "Kemp House",
        "addressLine2Field": "160 City Road",
        "cityTownField": "London",
        "postcodeField": "EC1V 2NX"
      }
    ],
    "codeField": "11655290",
    "dateField": "2023-03-01T09:49:08.9919958Z",
    "foundationDateField": "2018-11-01",
    "legalFormField": "ltd",
    "legalStatusField": "active",
    "nameField": "NewCo UK LIMITED",
    "officialField": false,
    "registrationAuthorityField": "Companies House, United Kingdom",
    "directorAndShareDetailsField": {
      "directorsField": [
        {
          "titleField": "Director",
          "nameField": "Joe Bloggs",
          "address1Field": "Kemp House 160 City Road",
          "address2Field": "",
          "address3Field": "London",
          "address4Field": "",
          "address5Field": "",
          "address6Field": "",
          "postcodeField": "EC1V 2NX",
          "birthdateField": "1960-06-01",
          "nationalityField": "",
          "appointedOnField": "2019-10-02",
          "directorshipsField": [
            {
              "companyNumberField": "06419578",
              "companyNameField": "OLDCO PLC",
              "companyStatusField": "Active - Accounts Filed",
              "functionField": "Director",
              "appointedDateField": "2020-04-20"
            }
          ]
        },
        {
          "titleField": "Director",
          "nameField": "Jane Bloggs",
          "address1Field": "Kemp House 160 City Road",
          "address2Field": "",
          "address3Field": "London",
          "address4Field": "",
          "address5Field": "",
          "address6Field": "",
          "postcodeField": "EC1V 2NX",
          "birthdateField": "1981-01-01",
          "nationalityField": "Australian",
          "appointedOnField": "2022-11-04",
          "directorshipsField": []
        },
        {
          "titleField": "Director",
          "nameField": "John Bloggs",
          "address1Field": "Kemp House 160 City Road",
          "address2Field": "",
          "address3Field": "London",
          "address4Field": "",
          "address5Field": "",
          "address6Field": "",
          "postcodeField": "EC1V 2NX",
          "birthdateField": "1973-09-01",
          "nationalityField": "Australian",
          "appointedOnField": "2022-11-04",
          "directorshipsField": []
        }
      ],
      "shareHoldersField": [
        {
          "nameField": "OLDCO PLC",
          "percentageField": "100",
          "allInfoField": "1.00 ORDINARY  GBP 1.00",
          "currencyField": "GBP",
          "nominalValueField": "1",
          "shareCountField": 1,
          "shareTypeField": "ORDINARY",
          "shareholderTypeField": "Company",
          "totalShareCountField": 1,
          "totalShareValueField": 1,
          "totalSharesField": 1
        }
      ],
      "personsOfSignificantControlField": [
        {
          "natureOfControlField": [
            "ownership-of-shares-75-to-100-percent",
            "voting-rights-75-to-100-percent",
            "right-to-appoint-and-remove-directors"
          ],
          "nameField": "Jim Bloggs",
          "kindField": "individual-person-with-significant-control",
          "nationalityField": "Australian",
          "countryOfResidenceField": "Australia",
          "addressField": "1, Main Street, 2015, Alexandria, Nsw, Australia",
          "notifiedOnField": "2022-11-18",
          "dOBDayField": 1,
          "dOBMonthField": 12,
          "dOBYearField": 1954
        }
      ],
      "shareHolderSummaryField": {
        "shareCapitalField": "1"
      }
    }
  },
  "transactionIdField": "9039815",
  "retrievalLocationField": "https://download.kyckr.com",
  "responseCodeField": "100"
}

Documentation Index

Fetch the complete documentation index at: https://developer.kyckr.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Path Parameters

countryISO
string
required

2-digit ISO country code

companyCode
string
required

Retrieved from search results "codeField" attribute

Query Parameters

regAuth
string

Registration Authority string from search query

orderRef
string

Optional client order reference

showDirectorships
boolean
default:false

Where supported (currently GB/UK only), includes additional directorship information for each director, showing other companies where the director holds positions. When set to true, the directorships array will be populated for each director.

Response

200 - application/json

Example response

companyProfileField
object
transactionIdField
string

Transaction ID

retrievalLocationField
string
responseCodeField
string