Docs/リファレンス/企業関係/Get Company Subsidiaries
GET/v1/companies/{code}/subsidiariesプラン · 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).

パスパラメータ · 1

URLパスに展開される変数。

codestring必須

EDINETコードまたは証券コード

クエリパラメータ · 1

任意のフィルターと修飾子。URLエンコードした ?key=value で渡します。

limitinteger任意

1ページあたりの件数

default 200

リクエストヘッダー · 1

認証ヘッダー。

Authorizationstring必須

本番用のAPIキー。次の形式で渡します: Bearer ax_live_…

返り値 · 200

標準の { data, meta } エンベロープ。 data は CompanySubsidiariesOut 型です。

エンベロープ

dataCompanySubsidiariesOut

単一の結果オブジェクト。

metaMeta

ページネーションとリクエストメタデータ。request_iddata_as_ofontology_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[]

エラー

標準のHTTPステータスコードに加え、{ error: { code, message } } エンベロープ内で型付きの error.code を返します。

すべてのエンドポイントは共通の型付きエラーエンベロープ({ error: { code, message } })を返します。 全コードの一覧はエラーリファレンスを参照してください。