Overview
We’ve updated Search, Lite Profile, and Enhanced Profile responses for Hong Kong (HK) with improved data quality and additional fields. Key changes include a structuredotherIdentifiers array carrying the Companies Registry number, a registration date, and — for Enhanced — the response now returned in the native V2 schema with a capital summary, structured representatives, previous names, and normalised legal form.
Key points
- Search: New
otherIdentifiersarray (type,value) - Lite Profile: New
otherIdentifiersarray andregistrationDate. Null fields are no longer returned. - Enhanced Profile: Now returned in the native V2 schema. New address
type/isoCode,totalCapital, representativenationality/isActive/ partialidNumber,otherIdentifiers, structuredpreviousNames,registrationDate, andlegalForm(originalandnormalized). Shareholder categorisation and capital quantity logic are improved.
Search results
A structuredotherIdentifiers array carrying the Companies Registry number is now returned.
Before:
Key changes
otherIdentifiers: New array (type,value) carrying the Companies Registry number
Lite profile changes
The Lite Profile response has been improved with additional identifiers, a registration date, and cleaner data formatting. Before:Key changes
New fields
otherIdentifiers: New array (type,value) carrying the Companies Registry numberregistrationDate: New — the company’s registration date
Data improvements
- Null fields are no longer returned
Enhanced profile changes
On the V2 API, the Hong Kong Enhanced response was previously returned using the V1 schema once the order was ready (retrieved asynchronously via the documents endpoint). It is now returned in the native V2 schema. The before example below is therefore in the V1 schema and the after example is in the V2 schema; the new fields and data improvements are consistent with the V1 Enhanced enhancements.
Key changes
New fields
| Field | Description |
|---|---|
addresses → type, isoCode | New — address type and ISO country code |
totalCapital | New — aggregate capital summary with totalValue and currency |
representatives → nationality, isActive | New — representative nationality and active status |
identifiers → otherIdentifiers | New array (type, value) carrying the Companies Registry number |
previousNames | New — structured previous names with name and startDate |
registrationDate | New — the company’s registration date |
legalForm | New — original (registry value) and normalized legal form |
Data improvements
- Shareholdings: The shareholder
typeis now correctly categorised as an individual or a corporation representatives→idNumber: Now includes a partialidNumber(partially redacted at the registry), andnameis now returned in English- Capital quantity: The shareholding
countis now only populated when the shareholders’ percentages total 100%; it is omitted otherwise