bond_china_close_return
Fetch historical closing yield curve data for Chinese bonds, allowing specification of bond type, period interval, and up to one month date range.
Instructions
收盘收益率曲线历史数据 https://www.chinamoney.com.cn/chinese/bkcurvclosedyhis/?bondType=CYCC000&reference=1 :param symbol: 需要获取的指标 :type period: choice of {'0.1', '0.5', '1'} :param period: 期限间隔 :type symbol: str :param start_date: 开始日期, 结束日期和开始日期不要超过 1 个月 :type start_date: str :param end_date: 结束日期, 结束日期和开始日期不要超过 1 个月 :type end_date: str :return: 收盘收益率曲线历史数据 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | 1 | |
| symbol | No | 国债 | |
| end_date | No | 20231101 | |
| start_date | No | 20231101 |