GET
/
datasets
/
companies
/
{companyId}
/
financial-summary

Details

This endpoint will return a financial summary for the last four years. Properties are prefixed to give a sense where they are placed in the financial report. Table below shows the prefixes and description.

PrefixDescription
rsResultsheet
bsBalancesheet
fnFootnote
kmKey metrics

Key metrics

The keymetrics are calculated according to the following table.

PrefixDescription
km_OperatingMarginOperating profit/loss divided by net sales
km_NetProfitMarginNet sales plus other operating income divided by profit before financial items
km_EquityAssetsRatioSum equity plus adjusted equity (sum untaxed reserves deducated with the corporate tax) divided by total assets
km_GrossMarginGross profit/loss divided by net sales

Changes to calulcation may occur since different actors are interpreting data slightly differently for km_NetProfitMargin. Null values should be intrepreted as the value couldn’t be calculated.

km_OperatingMargin (EBIT)

Go deeper

To access all records of the financial report you should use the endpoint for financial-reports that gives you a ready to use table structure with localized names for the financial report.

Authorizations

x-api-key
string
headerrequired

Path Parameters

companyId
integer
required

The company id

Response

200 - application/json
periodStart
string
periodEnd
string
rs_NetSalesK
integer | null
rs_OtherOperatingIncomeK
integer | null
rs_OperatingProfitOrLossK
integer | null
rs_SumFinancialItemsK
integer | null
rs_ProfitAfterFinancialItemsK
integer | null
bs_TotalAssetsK
integer | null
fn_NumberOfEmployees
integer | null
km_OperatingMargin
number | null
km_NetProfitMargin
number | null
km_EquityAssetsRatio
number | null
km_GrossMargin
number | null
isAudited
boolean | null