Skip to main content
GET
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.

Key metrics

The keymetrics are calculated according to the following table. 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<int32>
required

The company id

Response

200 - application/json

OK

periodStart
string<date-time>
periodEnd
string<date-time>
rs_NetSalesK
integer<int32> | null
rs_OtherOperatingIncomeK
integer<int32> | null
rs_OperatingProfitOrLossK
integer<int32> | null
rs_SumFinancialItemsK
integer<int32> | null
rs_ProfitAfterFinancialItemsK
integer<int32> | null
bs_TotalAssetsK
integer<int32> | null
fn_NumberOfEmployees
integer<int32> | null
km_OperatingMargin
number<double> | null
km_NetProfitMargin
number<double> | null
km_EquityAssetsRatio
number<double> | null
km_GrossMargin
number<double> | null
isAudited
boolean | null