company-v2Updated: 2026-03-06

Jersey Company Data – Search and Lite Profile Updates

Overview

As part of Kyckr's migration from the EBR (European Business Registry Network) to a direct registry connection with the JFSC Companies Registry (ISO code JE), we've updated Search and Lite Profile responses for Jersey. The Automated Search and Lite Profile products will remain available and have been significantly improved with richer data and broader company type coverage.

The Enhanced Profile product will be temporarily discontinued while an alternative solution is built. Customers currently using the Enhanced Profile should use the Lite Profile in the interim. Alternatively, a PDF document "Company Profile" is available from the filing list and contains company information including representatives, capital, and shareholders.

There is no change to the Filing list.

Search results

Search responses for Jersey have been significantly improved with richer data and expanded company type coverage following the direct registry connection.

Company type coverage

Previously, search results were limited to the Companies entity type only. After migration, search results will include all company types registered at the Jersey Register.

Important: Company numbers are not unique across different entity types in the Jersey Register. The same company number may be used for both a business name and a company name. To ensure subsequent API calls return the correct data, the identifier field has been updated:

Field Change
id Now encodes the companynumber_companyname combination (e.g., "JE|ODk3MzZfNTIwIEhPVEVMUyBMSU1JVEVEfA") instead of companynumber_registrycode

Response structure changes

The search response structure has been updated with additional fields providing richer company data.

Before:

{
  "correlationId": "019cb903-c5b8-719c-9e09-82f460e11494",
  "cost": { "type": "credit", "value": 0 },
  "timeStamp": "2026-03-04T13:22:39.8383616Z",
  "details": "Success",
  "data": [
    {
      "id": "JE|ODk3MzZ8SkVKRlND",
      "companyName": "520 HOTELS LIMITED",
      "companyNumber": "89736",
      "address": "Jersey",
      "registrationAuthority": "JFSC (Jersey Companies Registry)"
    }
  ]
}

After:

{
  "correlationId": "019cb904-4bfe-719c-9e9e-610a8a41de6a",
  "cost": { "type": "credit", "value": 0 },
  "timeStamp": "2026-03-04T13:23:34.3296349Z",
  "details": "Success",
  "data": [
    {
      "id": "JE|ODk3MzZfNTIwIEhPVEVMUyBMSU1JVEVEfA",
      "companyName": "520 HOTELS LIMITED",
      "companyNumber": "89736",
      "status": "Inactive (Dissolved)",
      "type": "Registered Company Private",
      "startDate": "15-03-2005",
      "registrationAuthority": "JFSC (Jersey Companies Registry)"
    }
  ]
}

Key changes

The following fields are new or updated in search responses after migration:

Field Change
id Now encodes companynumber_companyname to handle non-unique company numbers across entity types
type Now populated with the company's legal form (e.g., "Registered Company Private")
status Now populated with the company's current status (e.g., "Inactive (Dissolved)", "Active")
startDate Now populated with the company's registration date (e.g., "15-03-2005")
address Previously returned a plain text location ("Jersey"); now returns empty -- full address is available in the Lite Profile

Enhanced profile

The Enhanced Profile product for Jersey will be temporarily discontinued following the EBR migration while an alternative solution is developed. Customers currently using the Enhanced Profile should use the Lite Profile in the interim.

A PDF document "Company Profile" is available from the filing list as an alternative and contains full company information including:

  • Company representatives and directors
  • Share capital information
  • Shareholder data

Additional resources