Compare Companies
firmaradar_compare_companiesCompare financial metrics of up to 5 Norwegian companies side-by-side over multiple years for competitor analysis and benchmarking.
Instructions
Compare key financial metrics of up to 5 Norwegian companies side-by-side across the last N years (default 5). Use for competitor analysis, benchmark research or 'which of these three companies is the strongest?' Amounts are in each company's reporting currency (see the currencies field; NOK for most Norwegian companies) — check it before comparing absolute amounts. antall_ansatte is a CURRENT-value register attribute with no per-year history: read it from the top-level antall_ansatte field ({orgnr: headcount}); its rows in comparison are always null.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| years | No | ||
| orgnrs | Yes | 1-5 orgnr to compare side-by-side. | |
| metrics | No | Optional subset of metrics: omsetning, driftsresultat, aarsresultat, sum_egenkapital, sum_gjeld, antall_ansatte. Omit for the standard set. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| years | Yes | ||
| orgnrs | Yes | ||
| summary | No | ||
| comparison | Yes | {<metric>: {<orgnr>: [<value_per_year>, ...]}}. For `antall_ansatte` the per-year lists are always null — headcount does not exist per fiscal year; use the top-level `antall_ansatte` field instead. | |
| currencies | No | {<orgnr>: [<ISO 4217 currency per year, aligned with `years`>]}. None for years without data. Amounts in `comparison` are in the company's reporting currency for that year (NOK for most Norwegian companies) — do not compare amounts across different currencies without converting. | |
| computed_at | Yes | ||
| antall_ansatte | No | {<orgnr>: <current headcount|null>}. Present only when `antall_ansatte` is in the requested metric set. CURRENT value from Enhetsregisteret (the register attribute has no per-year history), mirroring `companies[].antall_ansatte` on the server-side compare endpoint. Null when unknown. |