search_cb_events
Search convertible bond events including call redemptions, put resales, conversion price adjustments, and maturity redemptions. Get type-specific quantitative fields to track corporate action signals.
Instructions
Search convertible bond events (可转债事件). Covers: call_redemption (强赎/提前赎回), put_resale (回售), conversion_price_down (下修转股价), maturity (到期兑付). Each event includes: cb_name (可转债名称), cb_event_type (子事件类型), and type-specific quantitative fields like redemption_price, event_price, old_conversion_price/new_conversion_price, event_date, etc. Use when: you want convertible bond corporate action signals — forced redemption deadlines (强赎), put-back rights (回售), conversion price adjustments (转股价修正), or maturity redemption. Convertible bond events are a differentiated product — this tool provides the dedicated entry point for this event category. Returns: {data: [...], cursor: <next_cursor_or_null>, has_more: bool}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stock_codes | No | Comma-separated 6-digit stock codes. Empty = all stocks. Example: '113013,128091' for stock codes that issued convertible bonds. | |
| cb_event_type | No | Filter by convertible bond sub-event type. Options: call_redemption, put_resale, conversion_price_down, maturity. Empty = all types. | |
| status | No | Filter by event status: active, updating, closed, corrected, archived. | |
| cursor | No | Pagination cursor from previous response. | |
| limit | No | Max results per page. Default: 20, Max: 200. |