fund_lof_hist_em
Fetch historical LOF fund market data from Eastmoney. Specify fund code, date range, period, and price adjustment for analysis.
Instructions
东方财富-LOF 行情 https://quote.eastmoney.com/sz166009.html :param symbol: LOF 代码 :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 | 166009 | |
| end_date | No | 20500101 | |
| start_date | No | 19700101 |