Strise Connect API Docs
TypesObjects

CompanyFinancials

Annual financial statement values extracted from the company's latest standalone filing. Fields are null for countries without a clean mapping (e.g. UK has no share_capital equivalent) or for companies without filed financials. All monetary values are reported in thousands ('000) of the statement currency — e.g. a revenue of 1500 means 1,500,000.

type CompanyFinancials {
  shareCapital: Float
  revenue: Float
  netIncome: Float
  auditorNotes: String
}

Fields

shareCapital Float scalar

Float Share capital, in thousands ('000) of the statement currency.

revenue Float scalar

Float Operating revenue, in thousands ('000) of the statement currency.

netIncome Float scalar

Float Net income, in thousands ('000) of the statement currency.

auditorNotes String scalar

String Auditor remarks from the annual report. Norwegian disclaimer codes are resolved to human-readable text.

Member Of

CompanyInformationData object FinancialStatement object

On this page