Skip to main content
Returns a financial snapshot for one company: its identity, whether its figures are consolidated, and its latest reported year of headline figures.
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 5 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.
AnnualSnapshot | null
The latest year of headline figures. See AnnualSnapshot.

Example