Skip to main content
Returns a profile for one company. The response adapts to the company’s size: large companies come with a peer comparison, and smaller companies come with a deeper risk view. One price covers the whole call regardless of which branch runs.
Example endpoint. Whether it is part of your API depends on your organization’s configuration - check your schema for the endpoints provisioned for you.

Path parameters

string
required
The company’s Italian tax ID (codice fiscale). Any non-empty value.

Usage

Each successful call records a default measure of 8 credits. The exact measure billed is always returned in meta.usage and may differ under your plan.

Response

The data object always contains these base fields:
string
Syrto’s internal company identifier.
CompanyIdentity
Descriptive company information. See CompanyIdentity.
AnnualSnapshot | null
The latest year of headline figures. See AnnualSnapshot.
Then exactly one of the following branches is present, depending on the company’s size.

Large companies

number
The number of comparable peers found.
object[]
Peer companies, each { id: string, identity: CompanyIdentity, latest: AnnualSnapshot | null }.

Smaller companies

object
Risk flags (see RiskIndicators), plus:
  • stateAids (object | null) - { count, amount } state aid totals.
  • history (AnnualSnapshot[]) - recent years of headline figures.

Example

Large company (peer branch):