Docs/Reference/Voting/List Company Voting
GET/v1/companies/{code}/votingTier · Developer

List Company Voting

Get AGM voting results for a company.

Returns per-proposal voting data including votes for/against/abstain, approval percentages, and outcomes. Director elections include per-candidate breakdowns.

Path parameters · 1

Variables interpolated into the URL path.

codestringrequired

EDINET code (e.g. 'E02144') or securities code (e.g. '7203')

Query parameters · 5

Optional filters and modifiers. Pass as URL-encoded ?key=value.

fiscal_yearinteger | nulloptional

Filter by fiscal year

min_dissent_pctnumber | nulloptional

Optional minimum dissent threshold (0-100). When set, only proposals where (100 - approval_pct) >= this value are returned: useful for surfacing contested resolutions.

limitintegeroptional

Results per page

default 50
offsetintegeroptional

Results to skip (ignored when cursor is set)

default 0
cursorstring | nulloptional

Opaque cursor for keyset pagination

Request headers · 1

Authentication.

Authorizationstringrequired

Production API key. Pass it as Bearer ax_live_…

Returns · 200

The standard { data, meta } envelope. data contains an array of VotingResultOut.

Envelope

dataVotingResultOut[]

Array of result objects.

metaMeta

Pagination and request metadata, including request_id, data_as_of, and ontology_version.

ontology_version 2.1.0replay meta.as_of · ?as_of=<token>

VotingResultOut

edinet_codestring

EDINET submitter code.

doc_idstring | null

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.

securities_codestring | null

TSE securities code.

agm_datestring · date | null

AGM date (ISO 8601).

format date
proposal_numberinteger

Proposal number (1-based).

proposal_descriptionstring | null

Description of the proposal.

candidate_namestring | null

Candidate name (for director/auditor elections).

votes_forinteger | null

Votes in favor.

votes_againstinteger | null

Votes against.

votes_abstaininteger | null

Abstentions.

approval_pctnumber | null

Approval percentage (0-100).

resultstring | null

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.