可转债转股巨潮
临时获取巨潮可转债转股数据,默认不入库。
临时请求巨潮可转债转股专题统计,默认不入库。
输入参数
| 参数 | 类型 | 必填 | 说明 | 默认值 |
|---|---|---|---|---|
limit | integer | 否 | 最多返回行数,默认 100,最大 1000;该参数为 AxData 本地裁剪。 | 100 |
返回字段
| 字段 | 类型 | 说明 |
|---|---|---|
bond_code | string | 债券代码。 |
bond_short_name | string | 债券简称。 |
announcement_date | date | 公告日期,格式 YYYYMMDD。 |
conversion_code | string | 转股代码。 |
conversion_short_name | string | 转股简称。 |
conversion_price | number | 转股价格,单位:元。 |
voluntary_conversion_start_date | date | 自愿转换期起始日,格式 YYYYMMDD。 |
voluntary_conversion_end_date | date | 自愿转换期终止日,格式 YYYYMMDD。 |
underlying_stock | string | 标的股票。 |
bond_name | string | 债券名称。 |
调用示例
Python SDK
import axdata as ax
client = ax.AxDataClient()
rows = client.call(
"bond_cov_stock_issue_cninfo",
limit=1,
)
HTTP API
POST /v1/request/bond_cov_stock_issue_cninfo
Content-Type: application/json
{
"params": {
"limit": 1
}
}
真实样例快照
展示插件接口目录里的固定 example.response,页面打开不会再次请求源端。
请求参数
{
"limit": 1
}
响应样例
| bond_code | bond_short_name | announcement_date | conversion_code | conversion_short_name | conversion_price | voluntary_conversion_start_date | voluntary_conversion_end_date | underlying_stock | bond_name |
|---|---|---|---|---|---|---|---|---|---|
| 132024 | 26江铜EB | 20260402 | 53.0 | 20270412 | 20310409 | 600362 | 2026年江西铜业集团有限公司面向专业投资者公开发行可交换公司债券 |
生成时间:2026-07-06T16:54:55+00:00