---
title: "Get Company Network"
method: GET
path: "/v1/companies/{code}/ownership/network"
tags: ["ownership"]
---

# Get Company Network

`GET /v1/companies/{code}/ownership/network`

Get cross-holding relationships for a specific company.

Returns all cross-holding pairs involving this company.

## Path parameters

- `code` string, required — Securities or EDINET code

## Response `200`

Successful Response

- ListResponseCrossHoldingOut
  - `data` CrossHoldingOut[], required — Array of result objects.
    - `company_a_edinet_code` string, required — EDINET code of company A
    - `company_a_securities_code` string, nullable — Securities code of company A
    - `company_a_name` string, nullable — Name of company A
    - `company_b_edinet_code` string, required — EDINET code of company B
    - `company_b_securities_code` string, nullable — Securities code of company B
    - `company_b_name` string, nullable — Name of company B
    - `a_holds_b_pct` number, required — A's holding ratio in B (%)
    - `b_holds_a_pct` number, required — B's holding ratio in A (%)
    - `relationship_type` string, required — mutual or asymmetric
    - `cluster_id` integer, nullable — Cluster grouping ID
  - `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

## Changes

- **2026-03-31** `debdd9fbc570` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/axioradev/apis/axiora-api/changes/v1/companies/:code/ownership/network/get.md)

---

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