bond_info_cm
Retrieve bond details from China's interbank market by specifying name, code, issuer, type, coupon type, issue year, underwriter, or grade.
Instructions
中国外汇交易中心暨全国银行间同业拆借中心-数据-债券信息-信息查询 https://www.chinamoney.com.cn/chinese/scsjzqxx/ :param bond_name: 债券名称 :type bond_name: str :param bond_code: 债券代码 :type bond_code: str :param bond_issue: 发行人/受托机构 :type bond_issue: str :param bond_type: 债券类型 :type bond_type: str :param coupon_type: 息票类型 :type coupon_type: str :param issue_year: 发行年份 :type issue_year: str :param underwriter: 主承销商 :type underwriter: str :param grade: 评级等级 :type grade: str :return: 信息查询结果 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| grade | No | ||
| bond_code | No | ||
| bond_name | No | ||
| bond_type | No | ||
| bond_issue | No | ||
| issue_year | No | ||
| coupon_type | No | ||
| underwriter | No |