Path parameters · 1
Variables interpolated into the URL path.
EDINET code (e.g. 'E02144') or securities code (e.g. '7203')
Query parameters · 5
Optional filters and modifiers. Pass as URL-encoded ?key=value.
Filter by fiscal year
Optional minimum dissent threshold (0-100). When set, only proposals where (100 - approval_pct) >= this value are returned: useful for surfacing contested resolutions.
Results per page
Results to skip (ignored when cursor is set)
Opaque cursor for keyset pagination
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 VotingResultOut.
Envelope
Array of result objects.
Pagination and request metadata, including request_id, data_as_of, and ontology_version.
VotingResultOut
EDINET submitter code.
EDINET doc_id of the extraordinary report (doc_type 180) this voting result was extracted from. Use /filings/{doc_id} to fetch the source filing.
TSE securities code.
AGM date (ISO 8601).
Proposal number (1-based).
Description of the proposal.
Candidate name (for director/auditor elections).
Votes in favor.
Votes against.
Abstentions.
Approval percentage (0-100).
Vote outcome, normalized to English: 'approved' (可決) or 'rejected' (否決).
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.