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.

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

Fields

shareCapital Float scalar

Float

revenue Float scalar

Float

netIncome Float scalar

Float

auditorNotes String scalar

String Raw auditor remarks text from the annual report. Displayed verbatim.

Member Of

CompanyInformationData object

On this page