Skip to main content
syrto_get_spider_data returns performance scores across N thematic axes per template (e.g. operational profitability, autonomy, capacity, operating cash flow, reliability). Each axis has a normalised value from 0 to 5.

Radar vs. spider

Spider graphs are distinct from the radar chart:

Use this tool to

  • Get a thematic financial breakdown across axes like operating profitability, autonomy, or cash flow
  • Compare performance across financial themes
  • Drill into specific areas after a general Company analysis

Arguments

string
required
The company ID from syrto_find_company.
integer
Year to retrieve (e.g. 2022). If omitted, returns the most recent year plus the prior year (controlled by include_prior_year).
boolean
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.
string
"en" for English (default) or "it" for Italian.

Returns

A JSON object with company_name, available_years, and per-year spider data. Each year contains a list of spider templates:
integer[]
All years with spider data for this company.
string
Human-readable template name (use this for display, not template_slug).
string
Internal template identifier.
object[]
List of axes, each with:
  • display_name - human-readable axis name
  • template_slug - internal axis identifier
  • current_value.value - score from 0 to 5
string
Context note about data availability and where to find more on syrto.ai.
string
Link to the Syrto web app, where you can explore more data and insights.

Example

Spider breakdown for Barilla:
Response (abbreviated):