forex_hist_em
Retrieves historical exchange rate data for a specified currency pair from Eastmoney, returning a pandas DataFrame for financial analysis.
Instructions
东方财富网-行情中心-外汇市场-所有汇率-历史行情数据 https://quote.eastmoney.com/cnyrate/EURCNYC.html :param symbol: 品种代码;可以通过 ak.forex_spot_em() 来获取所有可获取历史行情数据的品种代码 :type symbol: str :return: 历史行情数据 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | USDCNH |