stock_profit_forecast_em
Fetch profit forecast data from East Money for the whole market or a specific industry. Returns a pandas DataFrame for further analysis.
Instructions
东方财富网-数据中心-研究报告-盈利预测 https://data.eastmoney.com/report/profitforecast.jshtml :param symbol: "", 默认为获取全部数据; symbol="船舶制造", 则获取具体行业板块的数据; 行业板块可以通过 ak.stock_board_industry_name_em() 接口获取 :type symbol: str :return: 盈利预测 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No |