Skip to content
Corp Action Management

Query Voting Statistics

Aggregates how clients participate in a shareholders' meeting (Voting) corporate action, along with the per-proposal vote distribution.

Request parameters

  • Required: ann_id (announcement ID) identifying the target shareholders' meeting corporate action.

Response

On success, returns the counts for each participation method (proxy voting, attend in person, attend by proxy, not yet operated) and the total, plus the per-proposal approve/against/abstain statistics in proxy_voting_statistics.

POSThttps://b-api.longbridge.xyz/corporate_action/query/voting/statistics

Authorization

AuthorizationstringheaderRequired

Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.

Request body application/json

ann_idintegerrequired

Announcement ID identifying the target shareholders' meeting (Voting) corporate action.

Responses

HTTP 200The request was processed successfully. data contains the participation-method counts and the per-proposal vote distribution.
Standard response envelopecodemessagedata
dataobjectdata structure
proxy_voting_countinteger

Number of proxy voting participations.

attend_in_person_countinteger

Number of attend-in-person participations.

attend_by_proxy_countinteger

Number of attend-by-proxy participations.

not_yet_operated_countinteger

Number of clients that have not operated yet.

total_countinteger

Total count.

proxy_voting_statisticsarray<object>

Per-proposal vote statistics.

Child attributes
proxy_numberstring

Proposal number.

agree_countinteger

Number of approve votes.

disagree_countinteger

Number of against votes.

abstain_countinteger

Number of abstain votes.

HTTP 400Bad request. Check the business error code in code and the error details in message.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 401The user is not authenticated, or the login session has expired.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 403The current account is not authorized to use this feature. Grant the required permission to the account in User Permission.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 408The request timed out. Check the business error code in code and the error details in message.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

Whale Docs