Skip to main content
GET
Financial reports table

Details

This endpoint is suited for localized views where you intend to visualize the response in a table like format. It automatically organize the result into cells with rows and columns with the language you provide. It also returns formatting helpers to help automatically styling the result. Please note that the order field is used to sort the correct order when outputting the grid for the income statement, balance sheet, key metrics, footnotes and other additional information. Here is a simple javascript example you can use to visualize the response with the help of Handsontable.
index.html
index.js

Authorizations

x-api-key
string
header
required

Path Parameters

companyId
integer<int32>
required

The company id

Query Parameters

iso639_2_LanguageCode
string
default:sv

The language code of the annual report

annualReportPeriod
integer<int32>

Supply if you want to receive only a specific period as entered as YYYYMM

Response

OK

incomeStatement
object[] | null
balanceSheets
object[] | null
footnotes
object[] | null
keyMetrics
object[] | null
additionalInformation
object[] | null