---
title: "Get Ownership Chart"
method: GET
path: "/v1/companies/{code}/ownership/chart"
tags: ["ownership"]
---

# Get Ownership Chart

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

Chart-ready ownership timeline for a company.

Returns one series per filer with all points sorted by date.
Merges trajectory data (entity-grouped) with raw shareholding filings
for filers not covered by trajectories. Max 15 series.

## Path parameters

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

## Response `200`

Successful Response

- ListResponseOwnershipChartSeriesOut
  - `data` OwnershipChartSeriesOut[], required — Array of result objects.
    - `filer_code` string, required — EDINET code of the filer
    - `filer_name` string, nullable — Name of the filer
    - `source` string, required — 'trajectory' or 'shareholding'
    - `trajectory_type` string, nullable — accumulating, exiting, stable, new_position
    - `latest_holding_pct` number, nullable — Most recent holding ratio
    - `points` OwnershipChartPointOut[], required — Timeline points sorted by date
      - `base_date` string, date, required — Date of the filing
      - `holding_ratio_pct` number, required — Holding ratio as percentage
      - `delta_pct` number — Change from previous point in pp
      - `purpose` string, nullable — Purpose of holding
      - `doc_id` string, nullable — EDINET document 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

---

[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/revisions/b8bf48556541/schema)
