get_indicator
Resolve a named financial indicator for a company and period, routing to akshare, annual report PDF sections, or computed ratios.
Instructions
Resolve one named financial indicator for a company + period.
Routes per the rule's source_type: akshare line items, annual-report PDF
section (LLM or registered Python extractor), or locally-computed ratio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | fiscal year. | |
| period | No | "annual" (default) or "quarterly" (akshare only). | annual |
| indicator | Yes | indicator name (exact, alias, or normalized substring) — e.g. "资本充足率", "资产负债率", "营业收入". | |
| ticker_or_name | Yes | 6-digit ticker or name fragment (see get_company). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||