Docs/Reference/Ownership/Get Company Network
GET/v1/companies/{code}/ownership/networkTier · Institutional

Get Company Network

Cross-shareholding pairs that involve this company.

Returns every reciprocal stake (持ち合い株) where this issuer appears as one side, including sub-threshold policy holdings. 'a_holds_b_pct' / 'b_holds_a_pct' may be NULL depending on the underlying disclosure type: see 'relationship_type'.

Use to map a company's cross-holding network before reading the unwinding scoreboard: pairs declining here will appear there with velocity attached.

Path parameters · 1

Variables interpolated into the URL path.

codestringrequired

Securities or EDINET code

Request headers · 1

Authentication.

Authorizationstringrequired

Production API key. Pass it as Bearer ax_live_…

Returns · 200

The standard { data, meta } envelope. data contains an array of CrossHoldingOut.

Envelope

dataCrossHoldingOut[]

Array of result objects.

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>

CrossHoldingOut

company_a_edinet_codestring

EDINET code of company A

company_a_securities_codestring | null

Securities code of company A

company_a_namestring | null

Name of company A

company_b_edinet_codestring

EDINET code of company B

company_b_securities_codestring | null

Securities code of company B

company_b_namestring | null

Name of company B

a_holds_b_pctnumber | null

A's holding ratio in B (%). May be NULL when the underlying disclosure type doesn't carry a ratio (see relationship_type).

b_holds_a_pctnumber | null

B's holding ratio in A (%). Same NULL semantics as a_holds_b_pct.

min_pctnumber | null

The smaller of the two reciprocal holdings (%). NULL when either side's ratio is NULL.

sectorstring | null

Shared or representative sector for the pair (company A's sector when both share it; A's sector otherwise). Null when sector is unknown.

relationship_typestring

Pair classification. One of: 'mutual_attested' (both sides confirm holding each other), 'single_side_attested' (one side confirms), 'mutual_self_join' (both directions observed without explicit confirmation), 'mutual' (legacy high-threshold pair, only these rows carry holding ratios).

cluster_idinteger | null

Cluster grouping ID

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.