Get Company Holdings
Get Company Holdings
Find German companies whose latest owners snapshot lists the requested company as a legal-person owner.
[!NOTE]
This enrichment uses cached platform-public owners snapshots created by get_company_owners. Call get_company_owners for portfolio companies first if their latest shareholder lists are not yet mirrored.
Try it
Pricing
- 10 credits when at least one holding is found.
- 0 credits/refund when the company is unknown or no latest owners snapshot references it.
Endpoint
Examples
curl -X POST https://api.skael.de/api/enrichments/get_company_holdings \
-H "Authorization: Bearer eak_..." \
-H "Content-Type: application/json" \
-d '{
"company_id": "DE-HRB-F1103-267645",
"async": true
}'
Output Fields
Output Shape
holdings[] contains companies whose latest owners snapshot includes a legal-person owner linked to the requested company ID. Current parser output stores the linked company ID on top-level owners[].id; legacy mirrored records with owners[].legal_person.company_id are also supported.
ownership_share is the direct share from that snapshot as a fraction from 0.0 to 1.0.
owner is the original legal-person owner record from the mirrored shareholder-list parse.
document_date, source_snapshot_id, and source_document_id identify the platform-public snapshot used.
_registry_meta.status is available, no_holdings, or company_not_found.
Only the latest owners snapshot per holding company is considered. If an older snapshot references the requested company but the latest snapshot does not, the company is not returned.
Feature Disabled (403)
{
"message": "German registry enrichments are not enabled for this organization."
}