stock_hk_indicator_eniu
Retrieve Hong Kong stock financial indicators such as P/E ratio, P/B ratio, dividend yield, ROE, and market cap for a given symbol. Provides structured data for analysis.
Instructions
亿牛网-港股指标 https://eniu.com/gu/hk01093/roe :param symbol: 港股代码 :type symbol: str :param indicator: 需要获取的指标, choice of {"港股", "市盈率", "市净率", "股息率", "ROE", "市值"} :type indicator: str :return: 指定 symbol 和 indicator 的数据 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | hk01093 | |
| indicator | No | 市盈率 |