query_convertible_bond
Fetch China convertible bond data and save to CSV. Includes market overview, bond terms, historical prices, and issuer financials.
Instructions
Query China convertible bonds. Output is written to file_path as CSV. kind=overview: 全市场一览含转股溢价率/评级/规模 (bond_zh_cov). kind=terms: 强赎/回售/下修条款+剩余期限 (集思录). kind=history: 单只转债历史K线 daily/min (bond_zh_hs_cov_daily/min). kind=issuer_finance: 发行人正股三大报表;城投/非上市发行人返回引导性提示。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | Query type | |
| period | No | K-line period (history) | daily |
| symbol | No | CB symbol e.g. sz128039 (history) | |
| keyword | No | Keyword filter (overview, optional) | |
| end_date | No | End date YYYY-MM-DD (history) | |
| bond_code | No | CB code (issuer_finance, mutually exclusive with stock_code) | |
| file_path | Yes | Output CSV file path | |
| start_date | No | Start date YYYY-MM-DD (history) | |
| stock_code | No | Underlying stock code (issuer_finance, mutually exclusive with bond_code) | |
| report_type | No | Financial report type (issuer_finance) | 资产负债表 |