Skip to main content
Returns a full credit report for one company: identity and registry data, risk indicators, headcount, state aids, ownership and officers, and several recent years of headline financials. Ownership and officers carry names only, with no other personal identifiers.
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 fiscal code - either an 11-digit tax/VAT code or a 16-character codice fiscale. Case-insensitive.

Usage

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

Response

The data object contains:
string
Syrto’s internal company identifier.
boolean
Whether the figures come from consolidated financial statements.
number | null
The most recent fiscal year with filed figures.
CompanyIdentity
Descriptive company information (see CompanyIdentity), plus:
  • foreignOwned (boolean | null) - whether the company is foreign-owned.
  • controllingEntity (string | null) - the controlling entity, if any.
object | null
Registry contacts, or null:
  • pec (string | null) - certified email address.
  • cciaa (string | null) - Chamber of Commerce registration.
  • rea (string | null) - REA number.
object | null
null, or { employees: number, asOf: string } - employee count and the date it refers to.
RiskIndicators
Risk flags. See RiskIndicators.
object | null
State aid totals, or null. Fields count, countLast36Months, amount, amountLast36Months (each number | null).
object[]
Shareholders, each { name: string | null, share: number | null } where share is an ownership fraction.
object[]
Officers, each { name: string | null, role: string | null, roleCategory: string }.
AnnualSnapshot | null
The latest year of headline figures. See AnnualSnapshot.
AnnualSnapshot[]
Recent years of headline figures, newest first. See AnnualSnapshot.

Example