bond_corporate_issue_cninfo
Fetches corporate bond issuance records from CNInfo for a given start and end date, returning a structured DataFrame for financial analysis.
Instructions
巨潮资讯-数据中心-专题统计-债券报表-债券发行-企业债发行 http://webapi.cninfo.com.cn/#/thematicStatistics :param start_date: 开始统计时间 :type start_date: str :param end_date: 开始统计时间 :type end_date: str :return: 企业债发行 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | 20211110 | |
| start_date | No | 20210911 |