aksjeeiere_for_selskap
Retrieves the largest shareholders for a given company organization number, ordered by holding size. Listed companies can have tens of thousands of tiny holders, so results are capped at `limit` (default 100).
Direct GET
For navigating agents: open the HTML page with parameters in the URL. The result is fetched and displayed without screenshots or form filling.
Open this validated HTML GET URL
https://allemannsdata.com/wiki/kilder/firmafakta/aksjeeiere_for_selskap/?organization_id={organization_id}&limit=100&offset=0
For software and dashboards:
Read the operation descriptor.
The JSON GET template is https://allemannsdata.com/wiki/api/v1/kilder/firmafakta/aksjeeiere_for_selskap?organization_id={organization_id}&limit=100&offset=0.
Open this exact request as JSON.
| Parameter | Requirement | JSON type | Description |
|---|---|---|---|
organization_id | required | string | The organization number of the company. |
limit | optional | integer | Max shareholders to return (largest first), 1-1000. Unit: items. |
offset | optional | integer | Number of list items to skip; default 0. |
Generated JavaScript, Python and response structure
Use JSON when the user requests code, machine-readable data, value extraction or further computation. Use the HTML GET page to identify the correct source and verify parameters.
Example for generated JavaScript and Python
https://allemannsdata.com/wiki/api/v1/kilder/firmafakta/aksjeeiere_for_selskap?organization_id={organization_id}&limit=100&offset=0
Replace URL placeholders and remove unused optional parameters.
JavaScript in a dashboard
const url = "https://allemannsdata.com/wiki/api/v1/kilder/firmafakta/aksjeeiere_for_selskap?organization_id={organization_id}&limit=100&offset=0";
const response = await fetch(url);
if (!response.ok) {
const failure = await response.json();
throw new Error(`${failure.error.code}: ${failure.error.message} ${failure.suggestion}`);
}
const result = await response.json();
const data = result.data;
Python without additional packages
import json
from urllib.request import urlopen
url = "https://allemannsdata.com/wiki/api/v1/kilder/firmafakta/aksjeeiere_for_selskap?organization_id={organization_id}&limit=100&offset=0"
with urlopen(url) as response:
result = json.load(response)
data = result["data"]
Response structure
{
"source": "firmafakta",
"operation": "aksjeeiere_for_selskap",
"parameters": {},
"data": {},
"entities": [],
"_meta": {"retrieved_at": "...", "sources": [], "cache": {}},
"_links": {"self": "...", "source": "...", "wiki": "...", "feedback": "..."}
}
Form for manual use
The form is a fallback for people and browser agents that cannot open the GET URL directly.
Result
- note:
- Showing top 25 of 144 shareholders by holding size. Raise 'limit' (max 1000) for more.
- shareholders:
25 results
- id:
- 41412
- organization_id:
- 822172792
- selskap:
- GOBMI AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- LONELY REIN HOLDING AS
- fodselsaar_orgnr:
- 921856091
- postnr_sted:
- 9513 ALTA
- landkode:
- NOR
- antall_aksjer:
- 51666
- antall_aksjer_selskap:
- 118572
- eierandel_prosent:
- 43.57
- id:
- 41405
- organization_id:
- 822172792
- selskap:
- GOBMI AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- LAVVULIVE HOLDING AS
- fodselsaar_orgnr:
- 921903723
- postnr_sted:
- 9513 ALTA
- landkode:
- NOR
- antall_aksjer:
- 50000
- antall_aksjer_selskap:
- 118572
- eierandel_prosent:
- 42.17
- id:
- 41372
- organization_id:
- 822172792
- selskap:
- GOBMI AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- HAGBERG HOLDING AS
- fodselsaar_orgnr:
- 996563537
- postnr_sted:
- 9512 ALTA
- landkode:
- NOR
- antall_aksjer:
- 3329
- antall_aksjer_selskap:
- 118572
- eierandel_prosent:
- 2.81
- id:
- 41367
- organization_id:
- 822172792
- selskap:
- GOBMI AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- FRODE NYBORG
- fodselsaar_orgnr:
- 1959
- postnr_sted:
- 1163 OSLO
- landkode:
- NOR
- antall_aksjer:
- 2000
- antall_aksjer_selskap:
- 118572
- eierandel_prosent:
- 1.69
- id:
- 41461
- organization_id:
- 822172792
- selskap:
- GOBMI AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- STIAN SVENDSEN
- fodselsaar_orgnr:
- 1985
- postnr_sted:
- 9515 ALTA
- landkode:
- NOR
- antall_aksjer:
- 2000
- antall_aksjer_selskap:
- 118572
- eierandel_prosent:
- 1.69
- id:
- 41350
- organization_id:
- 822172792
- selskap:
- GOBMI AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- APEX TRADING AS
- fodselsaar_orgnr:
- 989134744
- postnr_sted:
- 9517 ALTA
- landkode:
- NOR
- antall_aksjer:
- 1499
- antall_aksjer_selskap:
- 118572
- eierandel_prosent:
- 1.26
- id:
- 41394
- organization_id:
- 822172792
- selskap:
- GOBMI AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- JONAR GUTTORM
- fodselsaar_orgnr:
- 1998
- postnr_sted:
- 9522 KAUTOKEINO
- landkode:
- NOR
- antall_aksjer:
- 666
- antall_aksjer_selskap:
- 118572
- eierandel_prosent:
- 0.56
- id:
- 41381
- organization_id:
- 822172792
- selskap:
- GOBMI AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- HENNING PETER BEK
- fodselsaar_orgnr:
- 1977
- postnr_sted:
- 9511 ALTA
- landkode:
- NOR
- antall_aksjer:
- 600
- antall_aksjer_selskap:
- 118572
- eierandel_prosent:
- 0.51
- id:
- 41429
- organization_id:
- 822172792
- selskap:
- GOBMI AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- MOBI CONSULTING AS
- fodselsaar_orgnr:
- 925244244
- postnr_sted:
- 4374 EGERSUND
- landkode:
- NOR
- antall_aksjer:
- 500
- antall_aksjer_selskap:
- 118572
- eierandel_prosent:
- 0.42
- id:
- 41430
- organization_id:
- 822172792
- selskap:
- GOBMI AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- MOEN-INVEST AS
- fodselsaar_orgnr:
- 923245804
- postnr_sted:
- 7048 TRONDHEIM
- landkode:
- NOR
- antall_aksjer:
- 500
- antall_aksjer_selskap:
- 118572
- eierandel_prosent:
- 0.42
- id:
- 41435
- organization_id:
- 822172792
- selskap:
- GOBMI AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- ODDGEIR JOHANSEN
- fodselsaar_orgnr:
- 1957
- postnr_sted:
- 9406 HARSTAD
- landkode:
- NOR
- antall_aksjer:
- 500
- antall_aksjer_selskap:
- 118572
- eierandel_prosent:
- 0.42
- id:
- 41342
- organization_id:
- 822172792
- selskap:
- GOBMI AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- ANDREAS URSIN HELLEBUST
- fodselsaar_orgnr:
- 1981
- postnr_sted:
- 4630 KRISTIANSAND S
- landkode:
- NOR
- antall_aksjer:
- 334
- antall_aksjer_selskap:
- 118572
- eierandel_prosent:
- 0.28
- id:
- 41379
- organization_id:
- 822172792
- selskap:
- GOBMI AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- HELENE LUND ENGEBØ
- fodselsaar_orgnr:
- 1976
- postnr_sted:
- 9414 HARSTAD
- landkode:
- NOR
- antall_aksjer:
- 332
- antall_aksjer_selskap:
- 118572
- eierandel_prosent:
- 0.28
- id:
- 41365
- organization_id:
- 822172792
- selskap:
- GOBMI AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- FREDRIK DANIELSEN
- fodselsaar_orgnr:
- 1991
- postnr_sted:
- 9514 ALTA
- landkode:
- NOR
- antall_aksjer:
- 175
- antall_aksjer_selskap:
- 118572
- eierandel_prosent:
- 0.15
- id:
- 41410
- organization_id:
- 822172792
- selskap:
- GOBMI AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- LINN THERESE BRATSBERG-SIRI
- fodselsaar_orgnr:
- 1980
- postnr_sted:
- 1087 OSLO
- landkode:
- NOR
- antall_aksjer:
- 170
- antall_aksjer_selskap:
- 118572
- eierandel_prosent:
- 0.14
- id:
- 41353
- organization_id:
- 822172792
- selskap:
- GOBMI AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- BEATHE PETTERSEN
- fodselsaar_orgnr:
- 1974
- postnr_sted:
- 9511 ALTA
- landkode:
- NOR
- antall_aksjer:
- 167
- antall_aksjer_selskap:
- 118572
- eierandel_prosent:
- 0.14
- id:
- 41364
- organization_id:
- 822172792
- selskap:
- GOBMI AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- EVEN NÆSSVOLD BOBERG
- fodselsaar_orgnr:
- 1992
- postnr_sted:
- 0661 OSLO
- landkode:
- NOR
- antall_aksjer:
- 167
- antall_aksjer_selskap:
- 118572
- eierandel_prosent:
- 0.14
- id:
- 41407
- organization_id:
- 822172792
- selskap:
- GOBMI AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- LILL-ELI JØRGENSEN-DAHL
- fodselsaar_orgnr:
- 1973
- postnr_sted:
- 9512 ALTA
- landkode:
- NOR
- antall_aksjer:
- 166
- antall_aksjer_selskap:
- 118572
- eierandel_prosent:
- 0.14
- id:
- 41426
- organization_id:
- 822172792
- selskap:
- GOBMI AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- MARTIN PEREZ NAVARRO
- fodselsaar_orgnr:
- 1993
- postnr_sted:
- 0559 OSLO
- landkode:
- NOR
- antall_aksjer:
- 150
- antall_aksjer_selskap:
- 118572
- eierandel_prosent:
- 0.13
- id:
- 41357
- organization_id:
- 822172792
- selskap:
- GOBMI AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- DIGITUS AS
- fodselsaar_orgnr:
- 992187271
- postnr_sted:
- 9415 HARSTAD
- landkode:
- NOR
- antall_aksjer:
- 100
- antall_aksjer_selskap:
- 118572
- eierandel_prosent:
- 0.08
- id:
- 41366
- organization_id:
- 822172792
- selskap:
- GOBMI AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- FRIDA LYDIA HANSEN
- fodselsaar_orgnr:
- 1993
- postnr_sted:
- 9020 TROMSDALEN
- landkode:
- NOR
- antall_aksjer:
- 100
- antall_aksjer_selskap:
- 118572
- eierandel_prosent:
- 0.08
- id:
- 41383
- organization_id:
- 822172792
- selskap:
- GOBMI AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- HÅVARD BERGE
- fodselsaar_orgnr:
- 1963
- postnr_sted:
- 7332 LØKKEN VERK
- landkode:
- NOR
- antall_aksjer:
- 100
- antall_aksjer_selskap:
- 118572
- eierandel_prosent:
- 0.08
- id:
- 41392
- organization_id:
- 822172792
- selskap:
- GOBMI AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- JOHANN JON THEODORS OLAFSSON
- fodselsaar_orgnr:
- 1958
- postnr_sted:
- 3173 VEAR
- landkode:
- NOR
- antall_aksjer:
- 100
- antall_aksjer_selskap:
- 118572
- eierandel_prosent:
- 0.08
- id:
- 41397
- organization_id:
- 822172792
- selskap:
- GOBMI AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- KAMIL ZIHNI ØZERK
- fodselsaar_orgnr:
- 1954
- postnr_sted:
- 1166 OSLO
- landkode:
- NOR
- antall_aksjer:
- 100
- antall_aksjer_selskap:
- 118572
- eierandel_prosent:
- 0.08
- limit:
- 25
- offset:
- 0
- returned:
- 25
- has_more_results:
- no
- truncated:
- no
Will you use the result in generated code?
Is data missing or incorrect? Send feedback about this result.
Continue exploring
How an AI agent should use this page
Ground rule: Navigate with HTML GET links to keep explanations and relationships. Use the page's JSON alternative only when concrete values must be extracted, compared or computed.
How to use the aksjeeiere_for_selskap lookup
- Replace the placeholders in the HTML GET template; remove optional parameters you do not need.
- Check types, units, limits and ID formats in the parameter table.
- Follow linked results to canonical pages before combining sources.
Misreading to avoid: An empty list means "no results for this lookup". An error message or unavailable source does not mean the data does not exist.
Source-specific next step
- Confirm the organization number before detail lookups. Use the canonical company page to combine owners, roles, grants, Doffin and jobs.
Go to the source page for other operations. Use the JSON template only after the HTML result shows that the parameters and source are correct.
AI agent? Read the complete navigation and programming guide.