bond_local_government_issue_cninfo
Get local government bond issuance data from cninfo for any date range. Returns a DataFrame with bond issue details for China's local governments.
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 |