Skip to main content
With our search in financial reports you can search by text and data within management reports, audit reports, financial reports including comments, foot notes and much more. We provide an easy to use search API based on Typesense lightning-fast search database. That means that all features described in Typesense API version 29 is available in our API. Data is continuously reindexed as new data arrives. We today provide six rich search collections: With our search in financial reports you can query (query_by) based on a number fields listed in the next chapter. Examples on what you can query on:
  • Information entered by the company in the financial report
  • Management report
  • Footnotes in financial reports
  • Audit report
  • Audit company
  • Software used to produce the annual report
  • Software used by the auditor to produce the audit letters
  • Comments and notes from the company in the financial report
  • Deviations / discrepancies in annual reports
The response model (schema) depends on your query and if you use faceting. If you do plain search we have added to our OpenAPI Schema the default response model.

OpenAPI Schema

Look for the model name TypesenseCompanyFinancialReportDocument in the schema definition.

Fields indexed

The following fields are currently indexed in memory. These can be used in the query_by parameter.
Why are certain fields in Swedish ? While we interpret and index documents there are both scanned reports and digital reports being in the format of iXBRL. For digital reports we try to keep the local name of the element close to the actual XBRL taxonomy. This makes it simpler to interpret the meaning of the fields and give them metadata.

Examples

We have put together a few example of how you can use search in financial reports to easy find data.

Search for financial reports audited by a specific audit company

cURL

Search for financial reports produced by a specific Software

cURL

Search for financial reports with remarks (first)

There are multiple ways to search for remarks. One way is looking at the field: “andraKravLagForfattningAnmarkning”. Second example will show another way.
cURL

Search for financial reports with remarks (second)

There are multiple ways to search for remarks. This example look for words in the “grundUttalanden” containing the statements from the auditor.
cURL