fund_info_index_em
Fetches index fund listings from Eastmoney's fund center. Filter by market index category and fund type (passive or enhanced) to get fund details.
Instructions
东方财富网站-天天基金网-基金数据-基金信息-指数型 https://fund.eastmoney.com/trade/zs.html :param symbol: choice of {"全部", "沪深指数", "行业主题", "大盘指数", "中盘指数", "小盘指数", "股票指数", "债券指数"} :type symbol: str :param indicator: choice of {"全部", "被动指数型", "增强指数型"} :type indicator: str :return: 基金信息-指数型 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | 沪深指数 | |
| indicator | No | 被动指数型 |