Skip to main content
Returns the most comprehensive report for one company: everything in the credit report plus multi-year financial statements (every reported line item), branches, and beneficial owners and subsidiaries. Ownership and officers carry names only.
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 1 call (billed per call rather than by credits). The exact measure billed is always returned in meta.usage and may differ under your plan.

Response

The data object contains:
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:
  • activityStartDate (string | null) - when the company started trading.
  • dissolutionYear (number | null) - the year of dissolution, if any.
  • foreignOwned (boolean | null) - whether the company is foreign-owned.
  • controllingEntity (string | null) - the controlling entity, if any.
object | null
Registry contacts, or null: pec, cciaa, rea (each string | null).
object | null
null, or { employees: number, asOf: string }.
RiskIndicators
Risk flags. See RiskIndicators.
object | null
State aid totals, or null. Fields count, countLast36Months, amount, amountLast36Months (each number | null).
object
Ownership across three lists, each an array of { name: string | null, share: number | null }:
  • shareholders
  • beneficialOwners
  • subsidiaries
object[]
Officers, each { name: string | null, role: string | null, roleCategory: string }.
CompanyBranch[]
Branch offices. See CompanyBranch.
AnnualSnapshot | null
The latest year of headline figures. See AnnualSnapshot.
object[]
Recent years of financial statements, newest first. Each is an AnnualSnapshot extended with metrics - an array of FinancialMetric covering every reported line item for that year.

Example