Latest Financial Report
financial_report_latestRetrieve the latest financial report for any security, including key metrics such as revenue, net income, EPS, ROE, gross margin, and financial highlights.
Instructions
Get the latest financial report summary for a security. Returns {period, revenue, net_income, eps, roe, gross_margin, report_date} and key financial highlights.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Security symbol, e.g. "700.HK" |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Reporting period. | |
| revenue | No | Revenue. | |
| net_income | No | Net income. | |
| eps | No | Earnings per share. | |
| roe | No | Return on equity. | |
| gross_margin | No | Gross margin. | |
| report_date | No | Report date. |