Get Company Ownership
firmaradar_get_company_ownershipTrace Norwegian corporate ownership: discover a company's holdings and ultimate owners from the official shareholder register. Returns ownership edges, percentages, and depth.
Instructions
Get the ownership tree for a Norwegian company: who they own (direction=down), who owns them (direction=up / UBO), or both. Use when the user asks 'who owns X AS?' or to map a corporate group. Ownership comes from Skatteetaten's Aksjeeierbok (the official shareholder register) and reflects the latest filed holdings. The result contains ownership edges, percentages and company identifiers for the requested traversal direction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Max recursion depth. | |
| orgnr | Yes | Norwegian organisation number — 9 digits. | |
| direction | No | 'down' = who this company owns. 'up' = who owns this company (UBO). 'both' = both trees. | down |
| min_share_pct | No | Drop branches where ownership < this percentage. | |
| include_persons | No | Include personal shareholders (requires Full eierskapsoversikt tier). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tree | Yes | ||
| depth | Yes | ||
| orgnr | Yes | ||
| summary | No | ||
| direction | Yes |