Documentation Index
Fetch the complete documentation index at: https://docs.syrto.ai/llms.txt
Use this file to discover all available pages before exploring further.
syrto_get_company_analysis is the primary tool for financial analysis. It returns all metrics that drive the Syrto radar scores, pre-grouped into four categories, plus radar positioning and explanations — in a single call.
Use this tool to
- Get a comprehensive financial assessment across profitability, liquidity, solvency, and structure
- See radar scores (efficiency and size) alongside the metrics that drive them
- Compare performance year-on-year
Arguments
The company ID from
syrto_find_company.Fiscal year to retrieve (e.g.
2022). If omitted, returns the most recent year plus the prior year (controlled by include_prior_year).When
true (default), returns the most recent year plus the prior year for trend context. When false, returns only the most recent year. Ignored when year is provided.If
true, each metric includes a market_value field with the sector benchmark for comparison. Default: false."en" for English (default) or "it" for Italian.Returns
A JSON object withcompany_name, available_years, and per-year data. Each year contains:
All fiscal years with data for this company.
Fiscal year.
EU SME classification for that year (e.g. “Large”, “Medium”).
Headcount for that year.
null if not available.Efficiency score (0–100): how well the company converts resources into results. Higher is better.
Size score (0–100): how large and stable the company is relative to its sector. Higher is better.
Year-on-year movement in the radar space — magnitude and direction of change.
Structured explanation of what drives the efficiency and size positioning. Contains two top-level keys:
efficiency— object withmovementandposition, each containing:value— numeric scorecontributions— list of items, each withcontribution(float) andcategory_slugidentifying the driver
size— same structure asefficiency, but contributions usemetric_sluginstead ofcategory_slug
The four Syrto financial categories, each with:
name— human-readable category nameslug— internal category identifier (e.g."profitability","liquidity")metrics— list of metric objects, each with:name— human-readable metric nameslug— internal metric identifiervalue— numeric value (ornullif unavailable)better_when— object{"when_type": "HIGHER"},{"when_type": "LOWER"},{"when_type": "NEAR_TARGET"}, ornullmarket_value— sector benchmark (only wheninclude_market_dataistrue)
Context note about data availability and where to find more on syrto.ai.
The four categories
| Category | What it covers |
|---|---|
| Profitability | Margins (EBITDA, EBIT), returns (ROE, ROA), revenue growth |
| Liquidity | Working capital, cash conversion cycle, short-term buffers |
| Solvency | Debt load, coverage ratios, leverage, financial sustainability |
| Structure | Asset composition, capital structure, capex intensity |
null metric values mean data is not available. The slug fields are internal identifiers — use the name fields for display.Example
Full financial analysis of Barilla:- Returns the most recent year plus the prior year by default (set
include_prior_yeartofalsefor just the latest year) - Includes all four categories with their metrics, radar scores (efficiency and size), and an explanation of what drives the positioning