Start here
This guide contains public integration notes for Hong Kong. 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.Hong Kong coverage, pricing, and sources
Open the current catalog for supported datapoints, documents, sources, identifiers, and availability.
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.
Data Sources
Hong Kong uses a single official registry for company data. For a given entity, all data comes from one source: the Companies Registry’s online portal.All company types
- ICRIS (Integrated Companies Registry Information System): Operated by the Hong Kong Companies Registry (a department of the Financial Services and the Treasury Bureau), ICRIS is the sole data source for all Hong Kong entities. The Companies Registry was established under the Companies Ordinance (Cap. 622), which came into effect on 3 March 2014, replacing the former Companies Ordinance (Cap. 32). ICRIS provides two access channels: (1) a structured Open Data API (
data.cr.gov.hk) for company search by name or BRN, returning basic company particulars (name, type, address, incorporation date); (2) Company Particulars pages accessible via the e-Services Portal (e-services.cr.gov.hk), which provide comprehensive company information including directors, company secretary, share capital, and shareholder details.
Company profile data (legal representatives, shareholders, share capital, detailed company information) is AI-extracted from the ICRIS Company Particulars page, retrieved from the ICRIS e-Services Portal. Search results come from the structured ICRIS Open Data API.
Company Identifiers
Query Identifiers
Identifiers in API Response
Search Capabilities
Quirks & Gotchas
Mappings
Company Status
Company status is AI-extracted from the ICRIS Company Particulars page. The AI parser identifies status indicators in the HTML content.Status mapping is AI-inferred from the Company Particulars page content. The local status value is preserved verbatim as it appears on the ICRIS page.
Legal Forms
Hong Kong company types are identified from the ICRISCompany_Type field in search results and from the Company Particulars page. The mapping to standardized forms and ISO 20275 (ELF) codes is AI-enriched.
Legal form standardization and ISO 20275 assignment are AI-enriched. The local company type from ICRIS is always preserved verbatim.
Private Companies
Public Companies
Foreign Entities
Legal Representatives
Legal representatives are AI-extracted from the ICRIS Company Particulars page. Names can be in English, Chinese, or both. Both individuals and corporate entities can hold the Director role.Other Key Persons
In Hong Kong, a Company Secretary is a mandatory statutory position for all companies incorporated under the Companies Ordinance. The Company Secretary can be either an individual or a corporate entity. In our API response, the Company Secretary appears under
legalRepresentatives with a standardized role of “Secretary”.Shareholders
Shareholders are AI-extracted from the ICRIS Company Particulars page when shareholding information is disclosed.Extraction Logic
Ownership Fields
Shareholder availability depends on the company type and what is disclosed on the Company Particulars page. Private companies limited by shares typically show share capital structure, but individual shareholdings may not always be detailed in the public record. Shareholders are not available for guarantee companies (which have members, not shareholders).
Activity Code Mapping
Hong Kong does not use a standardized national industry classification code in the ICRIS Company Particulars page. Activity information, when available, is extracted from the company’s stated objects or business description and mapped via AI:Hong Kong uses the HSIC (Hong Kong Standard Industrial Classification) for statistical purposes, but this code is not present in Company Particulars data. Both NACE and ISIC codes are therefore always AI-inferred when activity data is available.
Data Availability
Data Availability Matrix
Legend: ✅ Available | ❌ Not Available | ⚠️ Conditionally Available | Async = Asynchronous processing (up to 5-minute timeout)
Documents by Company Type
The Company Particulars PDF is retrieved from the ICRIS e-Services Portal. This is the same document used for AI-parsing the company profile data.
Example API Responses
All examples use placeholder data. Query:POST /v2/company with { "id": "<BRN>", "countryCode": "HK", "dataPoints": ["company", "legalRepresentatives"] }
Dissolved Company
Dissolved Company
active: false. Shareholder and capital information may not be available for dissolved companies.Company with Chinese-Only Name and Address
Company with Chinese-Only Name and Address
legalNameInEnglish field is absent when no English name is registered.Available Documents
Available Documents
Documents are returned when
"dataPoints": ["availableDocuments"] is requested.Data Source Priority & Routing
Hong Kong uses a single-source model: all data comes exclusively from the ICRIS (Companies Registry). There is no priority chain or cross-registry merging.Data Flow for Company Profile:
- Search: The ICRIS Open Data API (
data.cr.gov.hk) is queried for basic company lookup by BRN or name - Document Retrieval: The Company Particulars page is retrieved from the ICRIS e-Services Portal
- AI Parsing: The page content is parsed by AI models to extract: company information, legal representatives, and shareholders
- Result Assembly: The AI-extracted data is assembled into the standardized API response