Path parameters · 1
Variables interpolated into the URL path.
Row id from /companies/{code}/shareholdings.
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. Omit for the live view.
Request headers · 1
Authentication.
Production API key. Pass it as Bearer ax_live_…
Returns · 200
The standard { data, meta } envelope. data contains ShareholdingAuditOut.
Envelope
A single result object.
Pagination and request metadata, including request_id, data_as_of, and ontology_version.
ShareholdingAuditOut
Row identifier.
Filing reference. Includes doc_id (EDINET), filer EDINET code, issuer security code, and base_date. Every claim in this bundle traces to this filing.
What was knowable at filing time. Includes predicted_category (= holding_purpose_category), confidence, alternative_label + probability, validated, as_of_date (= source.base_date).
What later evidence revealed. Same shape as realtime but predicted_category may differ when later filings from the same filer × issuer disclosed a more-active intent. evidence_cutoff_date marks the latest filing used. Null when no later evidence existed.
Opaque label for the classifier configuration applied to this row.
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.