subsidiaries is a first-class data block in the Topograph data model. Where shareholders describe who owns the queried company (the upstream edge), subsidiaries describe what the queried company owns (the downstream edge).
A subsidiary record is always a company. It carries the equity stake the queried company holds in it, plus optional details such as voting rights, nominal capital held, and acquisition or end dates. Classification (controlled, associated, minority investment) is left to the caller. Use the exact percentage or disclosed interval when available.
Supported Countries
subsidiaries is a separate data block from company in every country below, and it is available in verification mode only. Where it is AI-extracted from a filed financial statement, availability follows the company’s filing obligation rather than our coverage: a company that filed no accounts returns an empty list, and small or micro-entity filers are usually exempt from the disclosure that carries the data.
A country not listed here does not serve
subsidiaries: requesting it returns datapoint_not_supported, not an empty list. Requesting it in onboarding mode for a country that does serve it returns fast_source_unavailable, because the data comes from a filing that has to be fetched and parsed. More countries follow the same shape and will be added as their registers expose participation data. Check Coverage and pricing for the live list.
Example Request
Example Response
Field reference
Ownership intervals and missing percentages
When the source discloses an interval,sharePercentageRange preserves it and sharePercentage is omitted. For example, “more than 25% and at most 50%” is returned as:
lowerInclusive and upperInclusive indicate whether the corresponding endpoint is included. They are omitted when the source does not specify inclusivity. A one-sided threshold uses the percentage limits for the other bound: “more than 75%” has a lower bound of 75 (excluded) and an upper bound of 100 (included).
Exact values use only sharePercentage, including an explicitly disclosed 0% or 100%. When neither an exact percentage nor an interval is disclosed, both fields are omitted and the company can still appear in the list. Treat missing percentages as unknown, never as zero. No midpoint or endpoint estimate is supplied for an interval.
Best practices
Use endDate to filter historical participations
Use endDate to filter historical participations
Records with a non-empty
endDate describe past holdings. Filter them out unless you need historical context.