Get company financials
get_financialsFetch annual financial statements (turnover, assets, equity, profit, EBITDA, ROA, ROE) for a company from European registries, returning only the key metrics in EUR.
Instructions
Return up to N most-recent annual financial statements (turnover, total assets, equity, profit, EBITDA, ROA, ROE) for a company. Source: SK FS / CZ Justice / AT FBW depending on jurisdiction. All amounts in EUR. Implemented as a thin extractor over get_company_details — saves the LLM from parsing the full company envelope when only financials are needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ico | Yes | 6-8 digit IČO | |
| years | No | How many most-recent years to return (default 5) |