stock_financial_hk_report_em
Retrieve financial statements (balance sheet, income statement, cash flow) for Hong Kong-listed stocks from East Money, with annual or period-based reporting options.
Instructions
东方财富-港股-财务报表-三大报表 https://emweb.securities.eastmoney.com/PC_HKF10/FinancialAnalysis/index?type=web&code=00700 :param stock: 股票代码 :type stock: str :param symbol: choice of {"资产负债表", "利润表", "现金流量表"} :type symbol: str :param indicator: choice of {"年度", "报告期"} :type indicator: str :return: 东方财富-港股-财务报表-三大报表 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stock | No | 00700 | |
| symbol | No | 资产负债表 | |
| indicator | No | 年度 |