---
title: "List Ownership Movers"
method: GET
path: "/v1/ownership/movers"
tags: ["ownership"]
---

# List Ownership Movers

`GET /v1/ownership/movers`

Get market-wide biggest ownership moves in the last N days.

Returns filers with the largest accumulations or exits.

## Query parameters

- `days` integer — Look back period in days
- `trajectory_type` string, nullable — Filter: 'accumulating' or 'exiting'
- `min_delta_pct` number, nullable — Minimum absolute delta percentage
- `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

- ListResponseOwnershipMoverOut
  - `data` OwnershipMoverOut[], required — Array of result objects.
    - `issuer_security_code` string, required — Securities code of the issuer
    - `issuer_name` string, nullable — Name of the issuer (JP)
    - `issuer_name_en` string, nullable — English name of the issuer
    - `filer_canonical_code` string, required — Canonical EDINET code of the filer
    - `filer_name` string, nullable — Name of the filer (JP)
    - `filer_name_en` string, nullable — English name of the filer
    - `latest_holding_ratio_pct` number, nullable — Latest holding ratio
    - `trajectory_type` string, required — accumulating or exiting
    - `velocity_pp_per_month` number, required — Percentage points change per month
    - `delta_90d_pct` number, nullable — Change over 90 days
    - `last_base_date` string, date, nullable — Date of most recent filing
    - `purpose_category` string, nullable — Latest classified purpose
  - `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)
