Skip to main content
Changes to the Companies V1 API contract, newest first. Use the tag filters to narrow the list.
Enhanced ProfileOrders
Async order pattern for Enhanced ProfileGET /core/company/profile/{countryISO}/{companyCode} returns 200 with a pending-response body (transactionIdField, a processing message, no profile payload) when fulfilment runs long, instead of timing out. Completion is tracked on the existing order-status endpoint, which now also covers Enhanced Profile orders. Enabled today for Luxembourg.
See the release note for integration guidance.
Profiles
Typed corporate identifiersCorporate shareholders and directors can now carry multiple typed identifiers: ACN, ABN, ARBN, ARSN, ARFN, and foreign registration numbers, via a new otherIdentifiers array on CoreShareholderDetail and CoreDirectorDetail.
Backwards compatible: reuses the existing Identifier schema. First surfaced for Australian (ASIC) companies.
Enhanced Profile
Shareholding percentage rangesShareholdings can now express an ownership range when a registry does not report an exact percentage.
  • CoreShareholderDetail.percentageField is now nullable. When a range applies, percentageField is null and percentageIsRangeField, percentageRangeField, percentageLowerLimitField, and percentageUpperLimitField carry the range.
Supports registries such as Estonia (EE) that may report ownership as a range (e.g. “0–100%”).
UBO Verify
UBO Verify enhancementsUBO Verify gains entity-resolution tracking and richer ownership analysis.
  • Entity resolution and continuation tracking: addressField, entitySelectionMetadataField, selectedCandidatesField, and previousVersionsField provide an audit trail and ownership-tree version history.
  • Richer analysis: a top-level uboAnalysisField with status, metrics, required profiles, and beneficial-owner groups; fuzzy name matching; coverage metrics; and prioritised required-profile recommendations.
Backwards compatible. Supports entity disambiguation with a full audit trail, actionable UBO insights, and detection of potential hidden beneficial ownership.
Search
Typed identifiers in Search resultsSearch results now include typed identifiers via an otherIdentifiers array with type codes.
Available across all four search endpoints: Company Search by Name, Company Search by Registration Number, Lite Search by Name, and Lite Search by Registration Number.
Profiles
Company name field consistencyAlternative and previous company names are now handled consistently across V1 response objects.
  • previousNamesField arrays added to CompanyRecord, EnhancedProfile, and Corporation.
  • aliasesField arrays added to EnhancedProfile and Corporation.
  • englishNameField added to LiteProfile.
Provides a consistent structure for trading names, business names, and historical legal names, and aligns LiteProfile with V2 and EnhancedProfile for English-name support.
Identifiers
Identifier standardisationCompany identifiers move to the typed otherIdentifiers array, replacing several legacy fields.
  • New otherIdentifiers array with type codes.
  • Deprecated legacy identifier fields: fiscalCode, vatNumber, companyID, and secondaryRegistrationNumber.
Use otherIdentifiers (with its type codes) in place of the deprecated fields.