bond_get_by_uuid
Get a single BCSE exchange-listed bond by its TokenBel internal identifier (field name: uuid). Returns ticker, issuer_uuid/issuer_name, bond_kind, current coupon/annual yield rate, payment type, maturity date, and is_trading (traded today). Use search_by_ticker first when starting from a ticker. Trading history is available via trading_stats_get; no separate bond payout schedule is exposed by this worker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | TokenBel internal identifier: opaque hexadecimal string, usually 8 characters such as "78c7e502"; despite uuid field/tool names, it is not an RFC UUID and normally has no hyphens. Bond id, usually discovered via search_by_ticker. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| uuid | Yes | TokenBel internal identifier: opaque hexadecimal string, usually 8 characters such as "78c7e502"; despite uuid field names, it is not an RFC UUID and normally has no hyphens. | |
| ticker | Yes | ||
| currency | Yes | ||
| bond_kind | Yes | ||
| is_active | Yes | ||
| created_at | Yes | ||
| is_trading | Yes | ||
| updated_at | Yes | ||
| issuer_name | Yes | ||
| issuer_uuid | Yes | ||
| percent_rate | Yes | ||
| maturity_date | Yes | ||
| nominal_value | Yes | ||
| security_kind | Yes | ||
| admission_date | Yes | ||
| percent_payment_type | Yes |