Skip to content

Financials

The Financials object contains financial metrics for an entity. Data is included only when you opt in with include.financials: true on Search or Expand, and the jurisdiction / entity actually exposes usable figures.

Extra credits are charged after success only when numeric financials are returned.

Fields

Field Type Description
currency string Currency code (e.g. EUR, GBP, USD)
revenue number Total revenue
net_turnover number Net turnover when distinguished from gross revenue
total_income number Total income
gross_profit number Gross profit
total_assets number Total assets
total_liabilities number Total liabilities
total_debt number Total debt
operating_income number Operating income
net_pnl number Net profit and loss
profit_margin number Profit margin (decimal)
ebit_margin number EBIT margin (decimal)
ebitda number EBITDA
ebitda_margin number EBITDA margin (percentage)
return_on_equity number Return on equity (percentage)
return_on_assets number Return on assets (percentage)

Example

{
  "currency": "EUR",
  "revenue": 5200000,
  "total_assets": 12000000,
  "total_liabilities": 7500000,
  "operating_income": 800000,
  "net_pnl": 620000,
  "profit_margin": 0.119,
  "ebitda": 950000,
  "ebitda_margin": 18.3,
  "return_on_equity": 13.8,
  "return_on_assets": 5.2
}

Warning

Financial data availability varies by jurisdiction and entity. Not all fields are populated for every company. Jurisdictions that commonly support financials include many EU registries (e.g. AT, DE, FR, GB, NL, PL, …). Confirm against your subscription and live coverage.