Skip to main content
Several object types are reused across endpoints. They’re documented once here; each endpoint page links back to the ones it uses. Fields typed … | null are always present but may be null when the value is unknown.

CompanyIdentity

Descriptive, non-financial information about a company.
The official registered company name.
The legal form (e.g. S.p.A., S.r.l.).
number | null
Year the company was founded.
string | null
Incorporation date.
boolean | null
Whether the company is listed on a stock exchange.
string | null
Italian VAT number (partita IVA).
string | null
Italian fiscal code (codice fiscale).
string | null
NACE economic activity code.
string | null
NACE section (the top-level letter).
Address | null
Registered address. See Address.
Some endpoints extend CompanyIdentity with extra fields (for example foreignOwned, controllingEntity, activityStartDate, dissolutionYear); those additions are noted on the relevant endpoint page.

Address

string | null
First address line.
string | null
Second address line.
string | null
City or town.
string | null
Postal code (CAP).
string
ISO 3166-1 alpha-2 country code.

AnnualSnapshot

A single fiscal year of headline figures.
number
The fiscal year.
boolean
Whether the figures are forecast rather than reported.
string | null
Company size band (e.g. XS, S, M, L).
string | null
Date of the financial statement.
number | null
Employee count for the year.
number | null
Year-over-year change in employee count.

RiskIndicators

Boolean flags summarising risk. Each is true, false, or null when unknown.
boolean | null
Protested bills on record.
boolean | null
Active insolvency proceedings.
boolean | null
Insolvency applications filed.
boolean | null
Encumbrances on company assets.
boolean | null
Officers carrying their own risk indicators.

FinancialMetric

A single financial statement line item or metric.
string
Stable metric identifier.
string
Human-readable metric name.
string[]
Categories the metric belongs to.
string | null
Unit of measure.
number
The metric value for the year.
number | null
The value for the previous year.
number | null
Year-over-year change.
number | null
A reference market value for the metric, where available.
number | null
Syrto score for the metric, where available.

CompanyBranch

The branch’s registered name.
Address | null
The branch address. See Address.