可转债发行巨潮
临时获取巨潮可转债发行数据,默认不入库。
临时请求巨潮可转债发行专题统计,按日期范围返回,默认不入库。
输入参数
| 参数 | 类型 | 必填 | 说明 | 默认值 |
|---|---|---|---|---|
start_date | string | 否 | 开始统计日期,YYYYMMDD 或 YYYY-MM-DD;默认 20210913。 | "20210913" |
end_date | string | 否 | 结束统计日期,YYYYMMDD 或 YYYY-MM-DD;默认 20211112。 | "20211112" |
limit | integer | 否 | 最多返回行数,默认 100,最大 1000。 | 100 |
返回字段
| 字段 | 类型 | 说明 |
|---|---|---|
bond_code | string | 债券代码。 |
bond_short_name | string | 债券简称。 |
announcement_date | date | 公告日期,格式 YYYYMMDD。 |
issue_start_date | date | 发行起始日,格式 YYYYMMDD。 |
issue_end_date | date | 发行终止日,格式 YYYYMMDD。 |
planned_issue_amount | number | 计划发行总量,单位/口径沿用巨潮源端。 |
actual_issue_amount | number | 实际发行总量,单位/口径沿用巨潮源端。 |
par_value | number | 发行面值,单位:元。 |
issue_price | number | 发行价格,单位:元。 |
issue_method | string | 发行方式。 |
issue_target | string | 发行对象。 |
issue_scope | string | 发行范围。 |
underwriting_method | string | 承销方式。 |
fundraising_use | string | 募资用途说明。 |
initial_conversion_price | number | 初始转股价格,单位:元。 |
conversion_start_date | date | 转股开始日期,格式 YYYYMMDD。 |
conversion_end_date | date | 转股终止日期,格式 YYYYMMDD。 |
online_subscription_date | date | 网上申购日期,格式 YYYYMMDD。 |
online_subscription_code | string | 网上申购代码。 |
online_subscription_short_name | string | 网上申购简称。 |
online_subscription_max | number | 网上申购数量上限,单位/口径沿用巨潮源端。 |
online_subscription_min | number | 网上申购数量下限,单位/口径沿用巨潮源端。 |
online_subscription_unit | number | 网上申购单位,单位/口径沿用巨潮源端。 |
online_lottery_result_refund_date | date | 网上申购中签结果公告日及退款日,格式 YYYYMMDD。 |
priority_subscription_date | date | 优先申购日,格式 YYYYMMDD。 |
allotment_price | number | 配售价格,单位:元。 |
bondholder_record_date | date | 债权登记日,格式 YYYYMMDD。 |
priority_subscription_payment_date | date | 优先申购缴款日,格式 YYYYMMDD。 |
conversion_code | string | 转股代码。 |
trading_market | string | 交易市场。 |
bond_name | string | 债券名称。 |
调用示例
Python SDK
import axdata as ax
client = ax.AxDataClient()
rows = client.call(
"bond_cov_issue_cninfo",
end_date='20211112',
limit=1,
start_date='20210913',
)
HTTP API
POST /v1/request/bond_cov_issue_cninfo
Content-Type: application/json
{
"params": {
"start_date": "20210913",
"end_date": "20211112",
"limit": 1
}
}
真实样例快照
展示插件接口目录里的固定 example.response,页面打开不会再次请求源端。
请求参数
{
"start_date": "20210913",
"end_date": "20211112",
"limit": 1
}
响应样例
| bond_code | bond_short_name | announcement_date | issue_start_date | issue_end_date | planned_issue_amount | actual_issue_amount | par_value | issue_price | issue_method | issue_target | issue_scope | underwriting_method | fundraising_use | initial_conversion_price | conversion_start_date | conversion_end_date | online_subscription_date | online_subscription_code | online_subscription_short_name | online_subscription_max | online_subscription_min | online_subscription_unit | online_lottery_result_refund_date | priority_subscription_date | allotment_price | bondholder_record_date | priority_subscription_payment_date | conversion_code | trading_market | bond_name |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 110083 | 苏租转债 | 20211109 | 20211111 | 20211111 | 500000.0 | 500000.0 | 100.0 | 100.0 | 网上网下优先配售,交易所系统网上向社会公众投资者发行 | 本次可转债的发行对象为持有中国证券登记结算有限责任公司上海分公司证券账户的自然人、法人、证券投资基金、符合法律规定的其他投资者等(国家法律、法规禁止者除外)。 | 上交所固定收益平台 | 余额包销 | 补充公司的核心一级资本 | 5.42 | 20220517 | 20211110 | 20211111 | 733901 | 苏租发债 | 100.0 | 0.1 | 0.1 | 20211115 | 20211111 | 100.0 | 20241017 | 20211111 | 600901 | 上交所 | 2021年江苏金融租赁股份有限公司公开发行A股可转换公司债券 |
生成时间:2026-07-06T16:54:55+00:00