share_get_by_uuid
Get a single BCSE exchange-listed share by its TokenBel internal identifier (field name: uuid). Returns ticker, issuer_uuid/issuer_name, share_kind (common/preferred), nominal value, lot size, and is_trading (traded today, not historical liquidity). Use search_by_ticker first when starting from a ticker.
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. Share 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 | ||
| lot_size | Yes | ||
| is_active | Yes | ||
| created_at | Yes | ||
| is_trading | Yes | ||
| share_kind | Yes | ||
| updated_at | Yes | ||
| issuer_name | Yes | ||
| issuer_uuid | Yes | ||
| nominal_value | Yes | ||
| security_kind | Yes | ||
| admission_date | Yes |