fund_etf_hist_em
Fetches historical ETF market data from Eastmoney, including daily, weekly, or monthly periods with optional price adjustment. Specify the ETF code and date range to retrieve the data.
Instructions
东方财富-ETF行情 https://quote.eastmoney.com/sz159707.html :param symbol: ETF 代码 :type symbol: str :param period: choice of {'daily', 'weekly', 'monthly'} :type period: str :param start_date: 开始日期 :type start_date: str :param end_date: 结束日期 :type end_date: str :param adjust: choice of {"qfq": "前复权", "hfq": "后复权", "": "不复权"} :type adjust: str :return: 每日行情 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adjust | No | ||
| period | No | daily | |
| symbol | No | 159707 | |
| end_date | No | 20500101 | |
| start_date | No | 19700101 |