OpenCorporates alternative · Hong Kong

OpenCorporates Hong Kong alternative

Hong Kong's 公司註冊處 (Companies Registry) opened a free Open Data API at data.cr.gov.hk that covers Live Local Companies plus Registered Non-HK Companies. Those are the two registers most KYB workflows actually need. The richer ICRIS3EP portal (officers, shareholders, SCR, charges, filings, image records) is paid behind the e-services portal. OpenRegistry surfaces both. The free Open Data API is wired live, and the paid ICRIS3EP routes return a structured 501 with the fee schedule.

OpenRegistry on Hong Kong

What OpenCorporates has for Hong Kong

OpenCorporates includes ICRIS CSC Companies Registry in its index. The basic identifier, name, and status data are there. Live freshness depends on OC's crawl cycle. The data.cr.gov.hk Open Data API exists precisely so a live integration does not have to wait for it.

Where this matters

Worked example

// MCP — HSBC Holdings on the HK Open Data API
search_companies({ jurisdiction: "HK", query: "HSBC Holdings" })
// → CR number, BRN, status, date of incorporation

get_company_profile({ jurisdiction: "HK", company_id: "<CR number>" })