Skip to main content

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 structured otherIdentifiers 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 otherIdentifiers array (type, value)
  • Lite Profile: New otherIdentifiers array and registrationDate. Null fields are no longer returned.
  • Enhanced Profile: Now returned in the native V2 schema. New address type / isoCode, totalCapital, representative nationality / isActive / partial idNumber, otherIdentifiers, structured previousNames, registrationDate, and legalForm (original and normalized). Shareholder categorisation and capital quantity logic are improved.

Search results

A structured otherIdentifiers array carrying the Companies Registry number is now returned. Before:
After:

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:
After:

Key changes

New fields

  • otherIdentifiers: New array (type, value) carrying the Companies Registry number
  • registrationDate: 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.
Before:
After:

Key changes

New fields

Data improvements

  • Shareholdings: The shareholder type is now correctly categorised as an individual or a corporation
  • representativesidNumber: Now includes a partial idNumber (partially redacted at the registry), and name is now returned in English
  • Capital quantity: The shareholding count is now only populated when the shareholders’ percentages total 100%; it is omitted otherwise

Additional resources