rate_interbank
Retrieve interbank lending rates for chosen markets, symbols, and tenors. Get rate data to support financial analysis and decision-making.
Instructions
东方财富-拆借利率一览-具体市场的具体品种的具体指标的拆借利率数据 具体 market 和 symbol 参见: https://data.eastmoney.com/shibor/shibor.aspx?m=sg&t=88&d=99333&cu=sgd&type=009065&p=79 :param market: choice of {"上海银行同业拆借市场", "中国银行同业拆借市场", "伦敦银行同业拆借市场", "欧洲银行同业拆借市场", "香港银行同业拆借市场", "新加坡银行同业拆借市场"} :type market: str :param symbol: choice of {"Shibor人民币", "Chibor人民币", "Libor英镑", "", "Sibor美元"} :type symbol: str :param indicator: choice of {"隔夜", "1周", "2周", "", "1年"} :type indicator: str :return: 具体市场的具体品种的具体指标的拆借利率数据 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | No | 上海银行同业拆借市场 | |
| symbol | No | Shibor人民币 | |
| indicator | No | 隔夜 |