Path parameters · 2
Variables interpolated into the URL path.
Securities or EDINET code of the issuer
Canonical filer code (from filer_canonical_code on the list endpoint)
Query parameters · 1
Optional filters and modifiers. Pass as URL-encoded ?key=value.
Freeze the response to a specific point in time. Pass a value previously returned in meta.as_of to replay the exact same answer.
Request headers · 1
Authentication.
Production API key. Pass it as Bearer ax_live_…
Returns · 200
The standard { data, meta } envelope. data contains an array of TrajectoryOut.
Envelope
Array of result objects.
Pagination and request metadata, including request_id, data_as_of, and ontology_version.
TrajectoryOut
Securities code of the issuer
Name of the issuer
Filer EDINET code. Null when the filer is a group of entities with no EDINET code of its own; use filer_name.
Name of the filer
Latest observation. The stake this holder reports for itself, as a percentage of the issuer's outstanding shares. On a joint filing (co_holder_count > 1) this is the individual holder's own position, not the group's. Compare with group_ratio_pct for the combined position the 5% obligation attaches to.
Latest observation. The combined stake declared for every holder on the same filing, as reported by the filer. Joint-holder accounting permits overlapping positions, so this figure may differ from the sum of the individual holders' stakes, and on a small number of filings it disagrees with them outright. Where the two disagree, holding_ratio_pct is the holder's own reported position and is the figure to screen on. Null when the filing carries no combined total.
On the latest filing. Number of holders declaring together on that filing. 1 means a solo filer.
Change in this holder's own ratio over 90 days
Change in this holder's own ratio over 180 days
Change in this holder's own ratio over 1 year
accumulating, exiting, stable, or new_position
Consecutive filings in current direction
Percentage points change per month
Latest classified purpose
Date of first filing
Date of most recent filing
Total number of filings
Full trajectory points (only in detail endpoint)
Errors
Standard HTTP status codes plus a typed error.code in the { error: { code, message } } envelope.
Every endpoint returns the same typed error envelope ({ error: { code, message } }). For the full list of codes, see the Errors reference.