repo_rate_hist
Retrieve historical repo fixing rates from the China Money market for a specified date range within one month. Outputs as a pandas DataFrame.
Instructions
中国外汇交易中心暨全国银行间同业拆借中心-回购定盘利率-历史数据 https://www.chinamoney.com.cn/chinese/bkfrr/ :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 | 20201029 | |
| start_date | No | 20200930 |