---
title: "List Company Shareholdings"
method: GET
path: "/v1/companies/{code}/shareholdings"
tags: ["shareholdings"]
---

# List Company Shareholdings

`GET /v1/companies/{code}/shareholdings`

Get large shareholding reports filed about this company (as issuer).

Returns reports from investors who hold ≥5% of the company's shares.
Shows combined totals by default (holder_index=0 rows).

## Path parameters

- `code` string, required — Securities code (e.g. '7203') or EDINET code (e.g. 'E02144') of the issuer (target company)

## Query parameters

- `date_from` string, date, nullable — Filter: base date on or after (YYYY-MM-DD)
- `date_to` string, date, nullable — Filter: base date on or before (YYYY-MM-DD)
- `report_type` string, nullable — Filter by report type: 'initial', 'amendment', or 'correction'
- `limit` integer — Results per page
- `offset` integer — Results to skip (ignored when cursor is set)
- `cursor` string, nullable — Opaque cursor for keyset pagination

## Response `200`

Successful Response

- ListResponseShareholdingOut
  - `data` ShareholdingOut[], required — Array of result objects.
    - `filer_edinet_code` string, required — EDINET code of the filer (investor)
    - `issuer_security_code` string, nullable — Securities code of the issuer (target company)
    - `issuer_name` string, nullable — Name of the issuer (target company)
    - `holder_name` string, nullable — Name of the holder
    - `holder_type` string, nullable — 'individual' or 'corporation'
    - `shares_held` integer, nullable — Total shares held
    - `holding_ratio_pct` number, nullable — Holding ratio as percentage
    - `previous_holding_ratio_pct` number, nullable — Holding ratio from previous report
    - `total_outstanding_shares` integer, nullable — Total outstanding shares of the issuer
    - `purpose_of_holding` string, nullable — Purpose of holding (original Japanese)
    - `holding_purpose_category` string, nullable — Classified purpose: pure_investment, portfolio_investment, cross_holding, management, activist, trading, tender_offer, other
    - `has_important_proposal` boolean — Whether the holder intends to make an important proposal
    - `base_date` string, date, required — Base date of the report
    - `report_type` string, required — Report type: 'initial', 'amendment', or 'correction'
    - `filing_reason` string, nullable — Reason for filing (amendments only)
    - `doc_id` string, nullable — EDINET document ID for source traceability
  - `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)
