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 41 shareholders by holding size. Raise 'limit' (max 1000) for more.
- shareholders:
25 results
- id:
- 292756
- organization_id:
- 911863928
- selskap:
- HOLISTIC GROUP AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- KJETIL ANDREAS DREYER
- fodselsaar_orgnr:
- 1980
- postnr_sted:
- 3145 TJØME
- landkode:
- NOR
- antall_aksjer:
- 18592
- antall_aksjer_selskap:
- 40268
- eierandel_prosent:
- 46.17
- id:
- 292735
- organization_id:
- 911863928
- selskap:
- HOLISTIC GROUP AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- ANDERS FJELLHEIM
- fodselsaar_orgnr:
- 1987
- postnr_sted:
- 3145 TJØME
- landkode:
- NOR
- antall_aksjer:
- 14219
- antall_aksjer_selskap:
- 40268
- eierandel_prosent:
- 35.31
- id:
- 292758
- organization_id:
- 911863928
- selskap:
- HOLISTIC GROUP AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- LINE BIRGITTE FRYDENLUND
- fodselsaar_orgnr:
- 1974
- postnr_sted:
- 1346 GJETTUM
- landkode:
- NOR
- antall_aksjer:
- 775
- antall_aksjer_selskap:
- 40268
- eierandel_prosent:
- 1.92
- id:
- 292746
- organization_id:
- 911863928
- selskap:
- HOLISTIC GROUP AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- DIGITAL INSIGHT AS
- fodselsaar_orgnr:
- 812653652
- postnr_sted:
- 0166 OSLO
- landkode:
- NOR
- antall_aksjer:
- 702
- antall_aksjer_selskap:
- 40268
- eierandel_prosent:
- 1.74
- id:
- 292741
- organization_id:
- 911863928
- selskap:
- HOLISTIC GROUP AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- ARNULF HAUGLAND
- fodselsaar_orgnr:
- 1957
- postnr_sted:
- 3157 BARKÅKER
- landkode:
- NOR
- antall_aksjer:
- 497
- antall_aksjer_selskap:
- 40268
- eierandel_prosent:
- 1.23
- id:
- 292740
- organization_id:
- 911863928
- selskap:
- HOLISTIC GROUP AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- ARILD NILSEN
- fodselsaar_orgnr:
- 1986
- postnr_sted:
- 0572 OSLO
- landkode:
- NOR
- antall_aksjer:
- 333
- antall_aksjer_selskap:
- 40268
- eierandel_prosent:
- 0.83
- id:
- 292763
- organization_id:
- 911863928
- selskap:
- HOLISTIC GROUP AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- OLE JOHNNY RØISELAND
- fodselsaar_orgnr:
- 1948
- postnr_sted:
- 1539 MOSS
- landkode:
- NOR
- antall_aksjer:
- 333
- antall_aksjer_selskap:
- 40268
- eierandel_prosent:
- 0.83
- id:
- 292766
- organization_id:
- 911863928
- selskap:
- HOLISTIC GROUP AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- PURE HOLDING AS
- fodselsaar_orgnr:
- 989241028
- postnr_sted:
- 7079 FLATÅSEN
- landkode:
- NOR
- antall_aksjer:
- 333
- antall_aksjer_selskap:
- 40268
- eierandel_prosent:
- 0.83
- id:
- 292762
- organization_id:
- 911863928
- selskap:
- HOLISTIC GROUP AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- ODD FJØRTOFT UELAND
- fodselsaar_orgnr:
- 1970
- postnr_sted:
- 1407 VINTERBRO
- landkode:
- NOR
- antall_aksjer:
- 310
- antall_aksjer_selskap:
- 40268
- eierandel_prosent:
- 0.77
- id:
- 292737
- organization_id:
- 911863928
- selskap:
- HOLISTIC GROUP AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- ANNE-GRETHE HAMMARBÄCK
- fodselsaar_orgnr:
- 1945
- postnr_sted:
- 1185 OSLO
- landkode:
- NOR
- antall_aksjer:
- 300
- antall_aksjer_selskap:
- 40268
- eierandel_prosent:
- 0.75
- id:
- 292736
- organization_id:
- 911863928
- selskap:
- HOLISTIC GROUP AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- ANNE GRETHE GÅSERUD
- fodselsaar_orgnr:
- 1967
- postnr_sted:
- 2312 OTTESTAD
- landkode:
- NOR
- antall_aksjer:
- 223
- antall_aksjer_selskap:
- 40268
- eierandel_prosent:
- 0.55
- id:
- 292739
- organization_id:
- 911863928
- selskap:
- HOLISTIC GROUP AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- ARILD HOLTH
- fodselsaar_orgnr:
- 1945
- postnr_sted:
- 1389 HEGGEDAL
- landkode:
- NOR
- antall_aksjer:
- 223
- antall_aksjer_selskap:
- 40268
- eierandel_prosent:
- 0.55
- id:
- 292745
- organization_id:
- 911863928
- selskap:
- HOLISTIC GROUP AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- BODIL MARGRETHE SÆLID SVERDRUP
- fodselsaar_orgnr:
- 1949
- postnr_sted:
- 1407 VINTERBRO
- landkode:
- NOR
- antall_aksjer:
- 223
- antall_aksjer_selskap:
- 40268
- eierandel_prosent:
- 0.55
- id:
- 292755
- organization_id:
- 911863928
- selskap:
- HOLISTIC GROUP AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- KIM BEATE SNELLINGEN
- fodselsaar_orgnr:
- 1968
- postnr_sted:
- 2016 FROGNER
- landkode:
- NOR
- antall_aksjer:
- 223
- antall_aksjer_selskap:
- 40268
- eierandel_prosent:
- 0.55
- id:
- 292757
- organization_id:
- 911863928
- selskap:
- HOLISTIC GROUP AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- KONGRESSPARTNER AS
- fodselsaar_orgnr:
- 892220212
- postnr_sted:
- 3075 BERGER
- landkode:
- NOR
- antall_aksjer:
- 223
- antall_aksjer_selskap:
- 40268
- eierandel_prosent:
- 0.55
- id:
- 292767
- organization_id:
- 911863928
- selskap:
- HOLISTIC GROUP AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- RICK ANDRE SPÆREN HOLMEN
- fodselsaar_orgnr:
- 1975
- postnr_sted:
- 1415 OPPEGÅRD
- landkode:
- NOR
- antall_aksjer:
- 223
- antall_aksjer_selskap:
- 40268
- eierandel_prosent:
- 0.55
- id:
- 292774
- organization_id:
- 911863928
- selskap:
- HOLISTIC GROUP AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- TANNLEGE HERMANSEN HOLDING AS
- fodselsaar_orgnr:
- 989018248
- postnr_sted:
- 1425 SKI
- landkode:
- NOR
- antall_aksjer:
- 223
- antall_aksjer_selskap:
- 40268
- eierandel_prosent:
- 0.55
- id:
- 292749
- organization_id:
- 911863928
- selskap:
- HOLISTIC GROUP AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- GUNHILD FAGERVIK GRINDHEIM
- fodselsaar_orgnr:
- 1941
- postnr_sted:
- 5437 FINNÅS
- landkode:
- NOR
- antall_aksjer:
- 203
- antall_aksjer_selskap:
- 40268
- eierandel_prosent:
- 0.5
- id:
- 292761
- organization_id:
- 911863928
- selskap:
- HOLISTIC GROUP AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- NINA ESPEDAL BRYNILDSRUD
- fodselsaar_orgnr:
- 1992
- postnr_sted:
- 4056 TANANGER
- landkode:
- NOR
- antall_aksjer:
- 203
- antall_aksjer_selskap:
- 40268
- eierandel_prosent:
- 0.5
- id:
- 292743
- organization_id:
- 911863928
- selskap:
- HOLISTIC GROUP AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- BJARNE GERHARD DANIELSEN
- fodselsaar_orgnr:
- 1976
- postnr_sted:
- 5232 PARADIS
- landkode:
- NOR
- antall_aksjer:
- 183
- antall_aksjer_selskap:
- 40268
- eierandel_prosent:
- 0.45
- id:
- 292751
- organization_id:
- 911863928
- selskap:
- HOLISTIC GROUP AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- JAN FORDAL
- fodselsaar_orgnr:
- 1959
- postnr_sted:
- 1336 SANDVIKA
- landkode:
- NOR
- antall_aksjer:
- 160
- antall_aksjer_selskap:
- 40268
- eierandel_prosent:
- 0.4
- id:
- 292770
- organization_id:
- 911863928
- selskap:
- HOLISTIC GROUP AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- ROSE IRENE TRÆDAL
- fodselsaar_orgnr:
- 1962
- postnr_sted:
- 5098 BERGEN
- landkode:
- NOR
- antall_aksjer:
- 160
- antall_aksjer_selskap:
- 40268
- eierandel_prosent:
- 0.4
- id:
- 292734
- organization_id:
- 911863928
- selskap:
- HOLISTIC GROUP AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- ALEKSANDER GISLE BJARGO
- fodselsaar_orgnr:
- 1972
- postnr_sted:
- not reported by source
- landkode:
- ESP
- antall_aksjer:
- 138
- antall_aksjer_selskap:
- 40268
- eierandel_prosent:
- 0.34
- id:
- 292765
- organization_id:
- 911863928
- selskap:
- HOLISTIC GROUP AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- PERDY ODDRUN LILLEROVDE
- fodselsaar_orgnr:
- 1946
- postnr_sted:
- 6011 ÅLESUND
- landkode:
- NOR
- antall_aksjer:
- 133
- antall_aksjer_selskap:
- 40268
- eierandel_prosent:
- 0.33
- id:
- 292742
- organization_id:
- 911863928
- selskap:
- HOLISTIC GROUP AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- BENTE SØNNØVE FAUGLI HALSNES
- fodselsaar_orgnr:
- 1976
- postnr_sted:
- 1860 TRØGSTAD
- landkode:
- NOR
- antall_aksjer:
- 122
- antall_aksjer_selskap:
- 40268
- eierandel_prosent:
- 0.3
- 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.