Skip to content

Silver-bond dividend records

Read dividend records for one silver bond. This endpoint does not read account assets or buy, redeem, or transfer assets.

Requires qot:read. Disabled by default; use the existing experimental-read switch to enable it. Live backend behavior is unverified.

  • REST: POST /api/get-silver-bond-dividends
  • MCP: futu_get_silver_bond_dividends
  • CLI: futucli get-silver-bond-dividends --c2s-json '{"stock_id":77,"extension_version":1}'

A nonzero stock_id is required; supply an actual security identifier. extension_version must be 1. REST accepts the flat object or a {"c2s":{...}} wrapper. Account, broker, currency, and cost overrides are not accepted.

The response preserves optional ret_code and every dividend_info row. Each optional stock_id, interest_determination_date_timestamp, interest_payment_date_timestamp, and annual_interest_rate retains its raw integer value and presence. Rates are not rescaled and dates are not formatted. Missing fields are not zero values. Backend diagnostic text is not returned.