---
title: "List Company Interlocks"
method: GET
path: "/v1/companies/{code}/relationships/interlocks"
tags: ["relationships"]
---

# List Company Interlocks

`GET /v1/companies/{code}/relationships/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

- `code` string, required — EDINET code (e.g. 'E02144') or securities code (e.g. '7203')

## Query parameters

- `fiscal_year` integer, nullable — Fiscal year. Defaults to latest.

## Response `200`

Successful Response

- ListResponseBoardInterlockOut
  - `data` BoardInterlockOut[], required — Array of result objects.
    - `name` string, required — Director name
    - `date_of_birth` string, nullable — Date of birth (Japanese format)
    - `confidence` string, required — 'high' (DOB matches) or 'low' (DOB null on either side)
    - `companies` BoardInterlockCompanyOut[] — Other companies where this director serves
      - `edinet_code` string, required — EDINET code of the other company
      - `securities_code` string, nullable — Securities code
      - `name` string, nullable — Company name
      - `title` string, nullable — Director's title at this company
  - `meta` Meta, required
    - `total` integer, nullable — Total number of matching records (list endpoints only).
    - `limit` integer, nullable — Maximum records returned per page.
    - `offset` integer, nullable — Number of records skipped (offset-based pagination).
    - `next_cursor` string, nullable — Opaque cursor for the next page (keyset pagination). Null on the last page.
    - `request_id` string, required — Unique request identifier for tracing and support (e.g. 'req_abc123').

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/axioradev/apis/axiora-api.md) · [All operations](https://skmtc.net/axioradev/apis/axiora-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/axioradev/axiora-api/versions/b8bf48556541/schema)
