---
title: "List Latest Shareholdings"
method: GET
path: "/v1/shareholdings/latest"
tags: ["shareholdings"]
---

# List Latest Shareholdings

`GET /v1/shareholdings/latest`

Get the latest large shareholding reports across all companies.

Returns per-holder rows ordered by base date (newest first).

## Query parameters

- `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)
