currency_boc_sina
Retrieves historical Bank of China RMB exchange rates for major currencies from Sina Finance, enabling querying by currency and date range.
Instructions
新浪财经-中行人民币牌价历史数据查询 https://biz.finance.sina.com.cn/forex/forex.php?startdate=2012-01-01&enddate=2021-06-14&money_code=EUR&type=0 :param symbol: choice of {'美元', '英镑', '欧元', '澳门元', '泰国铢', '菲律宾比索', '港币', '瑞士法郎', '新加坡元', '瑞典克朗', '丹麦克朗', '挪威克朗', '日元', '加拿大元', '澳大利亚元', '新西兰元', '韩国元'} :type symbol: str :param start_date: 开始交易日 :type start_date: str :param end_date: 结束交易日 :type end_date: str :return: 中行人民币牌价历史数据查询 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | 美元 | |
| end_date | No | 20231110 | |
| start_date | No | 20230304 |