Docs/Reference/Relationships/List Company Interlocks
GET/v1/companies/{code}/relationships/interlocksTier · Institutional

List Company Interlocks

Get board interlocks for a company.

Returns directors who serve on this company's board AND at least one other company's board in the same fiscal year.

Path parameters · 1

Variables interpolated into the URL path.

codestringrequired

EDINET code (e.g. 'E02144') or securities code (e.g. '7203')

Query parameters · 1

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

fiscal_yearinteger | nulloptional

Fiscal year. Defaults to latest.

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 BoardInterlockOut.

Envelope

dataBoardInterlockOut[]

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>

BoardInterlockOut

namestring

Director name

date_of_birthstring | null

Date of birth (Japanese format)

confidencestring

'high' (DOB matches) or 'low' (DOB null on either side)

companiesBoardInterlockCompanyOut[]

Other companies where this director serves

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.