bond_china_yield
Fetches ChinaBond treasury and other bond yield curves for a specified date range (up to one year). Returns historical yield data for financial analysis.
Instructions
中国债券信息网-国债及其他债券收益率曲线 https://www.chinabond.com.cn/ https://yield.chinabond.com.cn/cbweb-pbc-web/pbc/historyQuery?startDate=2019-02-07&endDate=2020-02-04&gjqx=0&qxId=ycqx&locale=cn_ZH 注意: end_date - start_date 应该小于一年 :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 | 20210124 | |
| start_date | No | 20200204 |