stock_financial_us_report_em
Retrieve US stock financial reports from Eastmoney, including balance sheet, income statement, and cash flow statement, with options for annual, quarterly, and cumulative periods.
Instructions
东方财富-美股-财务分析-三大报表 https://emweb.eastmoney.com/PC_USF10/pages/index.html?code=TSLA&type=web&color=w#/cwfx :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 | TSLA | |
| symbol | No | 资产负债表 | |
| indicator | No | 年报 |