Docs/Reference/Relationships/Get Company Subsidiaries
GET/v1/companies/{code}/subsidiariesTier · Institutional

Get Company Subsidiaries

Subsidiary registry from a parent's annual 関係会社 disclosure.

Each row carries the disclosure verbatim plus derived attributes: - country (ISO 3166-1 alpha-2 from the address) - currency (ISO 4217 alpha-3 from the capital cell) - relationship_type (consolidated_subsidiary / equity_method_affiliate / parent / other_related) - cross_validation: bidirectional confirmation status when the subsidiary itself files its own annual. Filter by cross_validation='bidirectional_confirmed' for the highest- provenance edges; voting_pct_mismatch surfaces filing-lag and in-flight-restructuring signals. - holdings_filing_count + joint_filing_partner_count: cross-source evidence the entity is a real legal entity actively operating.

Built from the v3 entity-resolution output (entity_resolution_v3 parses 関係会社 disclosures with full provenance back to source XBRL tables and rows).

Path parameters · 1

Variables interpolated into the URL path.

codestringrequired

EDINET code (e.g. 'E03752') or securities code (e.g. '8604')

Query parameters · 1

Optional filters and modifiers. Pass as URL-encoded ?key=value.

limitintegeroptional

Maximum subsidiaries to return.

default 200

Request headers · 1

Authentication.

Authorizationstringrequired

Production API key. Pass it as Bearer ax_live_…

Returns · 200

The standard { data, meta } envelope. data contains CompanySubsidiariesOut.

Envelope

dataCompanySubsidiariesOut

A single result object.

metaMeta

Pagination and request metadata, including request_id, data_as_of, and ontology_version.

ontology_version 2.1.0replay meta.as_of · ?as_of=<token>

CompanySubsidiariesOut

companyobject

Company identifiers (edinet_code, name).

subsidiary_countinteger

Number of subsidiaries returned.

subsidiariesSubsidiaryOut[]

Errors

Standard HTTP status codes plus a typed error.code in the { error: { code, message } } envelope.

Every endpoint returns the same typed error envelope ({ error: { code, message } }). For the full list of codes, see the Errors reference.