macro_china_swap_rate
Retrieves historical FR007 interest rate swap curve data from China Money for a specified date range within one month.
Instructions
FR007 利率互换曲线历史数据; 只能获取近一年的数据 https://www.chinamoney.com.cn/chinese/bkcurvfxhis/?cfgItemType=72&curveType=FR007 :param start_date: 开始日期, 开始和结束日期不得超过一个月 :type start_date: str :param end_date: 结束日期, 开始和结束日期不得超过一个月 :type end_date: str :return: FR007利率互换曲线历史数据 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | 20231204 | |
| start_date | No | 20231101 |