Skip to main content

Start here

This guide contains public integration notes for Cayman Islands. Use it for identifier formats, search behavior, and country-specific caveats. The live source of truth for coverage, pricing, data sources, documents, legal forms, roles, and status values is the pricing page.

Cayman Islands coverage, pricing, and sources

Open the current catalog for supported datapoints, documents, sources, identifiers, and availability.
This jurisdiction may be in preview or limited availability. Check the live pricing page or contact support before relying on it in production.
Country details below are preserved as integration notes. If a table or example conflicts with the live pricing page, use the pricing page as the source of truth and contact support.

Table of Contents

Data Sources

All Cayman Islands company data is sourced from the General Registry of the Cayman Islands, the official registrar of companies, partnerships, and trusts. The registry maintains records of over 120,000 active companies. The system uses three paid report types from the CIREGISTRY online portal (online.ciregistry.gov.ky), all delivered as PDF documents and AI-parsed for structured data. Each report contains a distinct, non-overlapping subset of company data.
  • Detailed Search Report (cym-register-extract). A summary of the company’s constitutional documents: legal name, entity type, registration number and date, registered office, initial subscriber, authorised share capital, nature of business, financial year end, and status. Does not contain directors, officers, or members. This is the primary source for the company datapoint.
  • Basic Information / Company Details (cym-company-details). A lighter report with the same core identity fields as the Detailed Search Report. Useful as a cheaper alternative when no constitutional context is needed.
  • List of Directors / Director Details (cym-director-details). The only report that contains director and officer information. Lists current directors only, per the Companies Act. This is the source for the legalRepresentatives datapoint.
The Detailed Search Report does not contain directors or shareholders. Despite the name, this report is a summary of a company’s constitutional records. To retrieve directors, the List of Directors report must be retrieved separately. Shareholders are not available from the Registry at all (see Quirks below).
All reports require retrieve. The General Registry does not provide a free public API. Every data retrieval requires retrieving a document from the CIREGISTRY online portal. Documents retrieved within the last 24 hours can be re-downloaded free of charge.
Documents are retrieved through an automated process:
  1. Authentication: The system maintains a pool of pre-authenticated sessions with the CIREGISTRY portal
  2. Entity Search: The entity is located by name on the portal
  3. Document retrieval: The selected document is retrieved using pre-loaded search credit
  4. PDF Download: The document is downloaded as a PDF immediately after retrieve
  5. AI Parsing: Text is extracted from the PDF and parsed by AI to produce structured data
The entire process takes approximately 30-60 seconds per document.

Company Identifiers

Query Identifiers

No numeric registration numbers. Unlike most jurisdictions, the Cayman Islands General Registry does not assign numeric registration numbers to entities. The entity’s legal name is the sole identifier. In the API, the registrationNumber field contains a base64-encoded version of the entity name.
Decoding the ID: The registrationNumber returned in search results and company profiles is the entity name encoded in base64. Decode it to get the entity’s legal name (e.g., QlVUVEVSRklFTEQgQkFOSyAoQ0FZTUFOKSBMSU1JVEVEBUTTERFIELD BANK (CAYMAN) LIMITED).

Identifiers in API Response

Cayman Islands entities do not have VAT numbers, tax IDs, or other secondary identifiers in the public registry. The entity name is the sole identifier.

Search Capabilities

Search is name-only. Since the registry has no numeric IDs, all searches are by entity name. The search queries the CIREGISTRY portal in real time using a pre-authenticated session.
Search performance: Searches use a pool of pre-authenticated sessions to avoid the 30-60 second login time. With a pooled session, searches typically complete in 10-15 seconds.

Quirks & Gotchas

Mappings

Company Status

Status is read from the Status field of the Detailed Search Report. Legal form is derived from the Entity Type field on the Detailed Search Report. Legal representatives are extracted from the List of Directors report (cym-director-details). This report lists current directors and officers only.
Corporate directors are common in Cayman Islands companies. When a director is a legal entity rather than an individual, it is returned with type: "LEGAL_ENTITY" and the entity name in the legalName field.
No historical directors. The Companies Act only obliges the Registrar to publish the names of current directors. Former directors are not available from the registry.

Shareholders

Shareholder data is not available for Cayman Islands entities. The Cayman Islands Registrar does not hold or publish the register of members. The register is kept privately at the company’s registered office and is not accessible through the CIREGISTRY portal for any entity type. If a customer needs shareholder information for a resident (local) Cayman company, a Certificate of Shareholders can be retrieved manually via the Cayman Business Portal (CBP), which is separate from the CIREGISTRY portal used by this integration. This is not currently offered as an automated datapoint.

Data Availability

Data Availability Matrix

Documents

The company datapoint is delivered by retrieving the Detailed Search Report. The legalRepresentatives datapoint is delivered by retrieving the separate List of Directors report. Requesting both datapoints in the same call will result in two separate retrieves from the CIREGISTRY portal.

Example API Responses

Shareholders array is empty because exempted companies are not required to publicly disclose shareholder information.
Shareholders are always an empty array for Cayman entities. The register of members is not public in Cayman.
All three reports are available for every active entity found via search: