TypesObjects
FinancialStatement
A single annual financial statement for the company.
type FinancialStatement {
period: FinancialStatementPeriod!
kind: FinancialStatementKind!
currency: String!
values: CompanyFinancials!
}Fields
period FinancialStatementPeriod! non-null object
FinancialStatementPeriod!
The reporting period the statement covers.
kind FinancialStatementKind! non-null enum
FinancialStatementKind!
Whether the statement is consolidated (group) or non-consolidated (company-only).
currency String! non-null scalar
String!
ISO 4217 currency code for the monetary values in this statement (e.g. NOK).
values CompanyFinancials! non-null object
CompanyFinancials!
The financial figures reported in this statement. Monetary values are in thousands ('000) of the statement currency.
Member Of
Company object