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_OperatingMarginEBIT (Operating profit/loss) divided by net sales
km_NetProfitMarginEBIE (Earnings Before Interest Expense) divided by net sales (NOTE ! if net sales isn’t present but other other operating income is reported we will instead use that for calculation)
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. If there are no net sales or other operating income reported the km_NetProfitMargin will be null.

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
header
required

Path Parameters

companyId
integer
required

The company id

Response

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