Get company financials
get_financialsRetrieve up to N most-recent annual financial statements for a company, including turnover, total assets, equity, profit, EBITDA, ROA, and ROE.
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 money amounts are in EUR (each row carries unit); roa/roe are ratios. 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 | National registry identifier. Slovakia, Czechia and Estonia use a 6-8 digit IČO; France a 9-digit SIREN. Norway, Lithuania and Portugal 9 digits; Belgium 10; Switzerland CHE#########; Finland 0140168-2. Austria uses a Firmenbuch number like 357942k; Britain 08183069 or SC307270. Pass `country` for anything that is not a Slovak or Czech IČO. | |
| years | No | How many most-recent years to return (default 5) | |
| country | No | ISO 3166-1 alpha-2 code of the register, e.g. SK or FR. REQUIRED for any market whose identifier is not a 6-8 digit IČO, and the only way to disambiguate an 8-digit IČO that exists in both SK and CZ. |