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 179 shareholders by holding size. Raise 'limit' (max 1000) for more.
- shareholders:
25 results
- id:
- 798654
- organization_id:
- 919945915
- selskap:
- FLEXM GLOBAL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- NORTH ASSETS AS
- fodselsaar_orgnr:
- 917604770
- postnr_sted:
- 1366 LYSAKER
- landkode:
- NOR
- antall_aksjer:
- 2458008
- antall_aksjer_selskap:
- 11259946
- eierandel_prosent:
- 21.83
- id:
- 798643
- organization_id:
- 919945915
- selskap:
- FLEXM GLOBAL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- MEHEK NAVEED WELDON
- fodselsaar_orgnr:
- not reported by source
- postnr_sted:
- not reported by source
- landkode:
- NOR
- antall_aksjer:
- 1571697
- antall_aksjer_selskap:
- 11259946
- eierandel_prosent:
- 13.96
- id:
- 798612
- organization_id:
- 919945915
- selskap:
- FLEXM GLOBAL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- JL MIDAS PTE
- fodselsaar_orgnr:
- not reported by source
- postnr_sted:
- not reported by source
- landkode:
- NOR
- antall_aksjer:
- 1137795
- antall_aksjer_selskap:
- 11259946
- eierandel_prosent:
- 10.1
- id:
- 798634
- organization_id:
- 919945915
- selskap:
- FLEXM GLOBAL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- LJM AS
- fodselsaar_orgnr:
- 989623907
- postnr_sted:
- 1475 FINSTADJORDET
- landkode:
- NOR
- antall_aksjer:
- 993695
- antall_aksjer_selskap:
- 11259946
- eierandel_prosent:
- 8.83
- id:
- 798707
- organization_id:
- 919945915
- selskap:
- FLEXM GLOBAL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- WHITE GLOBAL PTE
- fodselsaar_orgnr:
- not reported by source
- postnr_sted:
- not reported by source
- landkode:
- NOR
- antall_aksjer:
- 733225
- antall_aksjer_selskap:
- 11259946
- eierandel_prosent:
- 6.51
- id:
- 798631
- organization_id:
- 919945915
- selskap:
- FLEXM GLOBAL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- LASSE SOLBERG INVEST AS
- fodselsaar_orgnr:
- 989003852
- postnr_sted:
- 0487 OSLO
- landkode:
- NOR
- antall_aksjer:
- 200000
- antall_aksjer_selskap:
- 11259946
- eierandel_prosent:
- 1.78
- id:
- 798644
- organization_id:
- 919945915
- selskap:
- FLEXM GLOBAL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- METRON GLOBAL INVEST AS
- fodselsaar_orgnr:
- 989002120
- postnr_sted:
- 0765 OSLO
- landkode:
- NOR
- antall_aksjer:
- 195900
- antall_aksjer_selskap:
- 11259946
- eierandel_prosent:
- 1.74
- id:
- 798647
- organization_id:
- 919945915
- selskap:
- FLEXM GLOBAL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- MOGER INVEST AS
- fodselsaar_orgnr:
- 929999096
- postnr_sted:
- 1475 FINSTADJORDET
- landkode:
- NOR
- antall_aksjer:
- 162927
- antall_aksjer_selskap:
- 11259946
- eierandel_prosent:
- 1.45
- id:
- 798579
- organization_id:
- 919945915
- selskap:
- FLEXM GLOBAL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- FLEXM GLOBAL AS
- fodselsaar_orgnr:
- 919945915
- postnr_sted:
- 1366 LYSAKER
- landkode:
- NOR
- antall_aksjer:
- 146933
- antall_aksjer_selskap:
- 11259946
- eierandel_prosent:
- 1.3
- id:
- 798626
- organization_id:
- 919945915
- selskap:
- FLEXM GLOBAL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- KOLBOTN TRAFIKKSKOLE AS
- fodselsaar_orgnr:
- 837205042
- postnr_sted:
- 1443 DRØBAK
- landkode:
- NOR
- antall_aksjer:
- 129287
- antall_aksjer_selskap:
- 11259946
- eierandel_prosent:
- 1.15
- id:
- 798650
- organization_id:
- 919945915
- selskap:
- FLEXM GLOBAL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- NAVEED WELDON
- fodselsaar_orgnr:
- not reported by source
- postnr_sted:
- not reported by source
- landkode:
- IND
- antall_aksjer:
- 125000
- antall_aksjer_selskap:
- 11259946
- eierandel_prosent:
- 1.11
- id:
- 798678
- organization_id:
- 919945915
- selskap:
- FLEXM GLOBAL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- STEIN ERIK BUGTEN
- fodselsaar_orgnr:
- 1951
- postnr_sted:
- 1542 VESTBY
- landkode:
- NOR
- antall_aksjer:
- 107536
- antall_aksjer_selskap:
- 11259946
- eierandel_prosent:
- 0.96
- id:
- 798561
- organization_id:
- 919945915
- selskap:
- FLEXM GLOBAL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- CHARLES EDWARDS
- fodselsaar_orgnr:
- not reported by source
- postnr_sted:
- not reported by source
- landkode:
- SGP
- antall_aksjer:
- 98667
- antall_aksjer_selskap:
- 11259946
- eierandel_prosent:
- 0.88
- id:
- 798653
- organization_id:
- 919945915
- selskap:
- FLEXM GLOBAL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- NORE ODDVAR NILSEN
- fodselsaar_orgnr:
- 1944
- postnr_sted:
- 1453 BJØRNEMYR
- landkode:
- NOR
- antall_aksjer:
- 93038
- antall_aksjer_selskap:
- 11259946
- eierandel_prosent:
- 0.83
- id:
- 798623
- organization_id:
- 919945915
- selskap:
- FLEXM GLOBAL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- KELLO AS
- fodselsaar_orgnr:
- 987336501
- postnr_sted:
- 5012 BERGEN
- landkode:
- NOR
- antall_aksjer:
- 88000
- antall_aksjer_selskap:
- 11259946
- eierandel_prosent:
- 0.78
- id:
- 798689
- organization_id:
- 919945915
- selskap:
- FLEXM GLOBAL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- TERJE PETTERSEN AS
- fodselsaar_orgnr:
- 980352595
- postnr_sted:
- 0756 OSLO
- landkode:
- NOR
- antall_aksjer:
- 86122
- antall_aksjer_selskap:
- 11259946
- eierandel_prosent:
- 0.76
- id:
- 798559
- organization_id:
- 919945915
- selskap:
- FLEXM GLOBAL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- CAPTIVIA FINANS AS
- fodselsaar_orgnr:
- 996726339
- postnr_sted:
- 1472 FJELLHAMAR
- landkode:
- NOR
- antall_aksjer:
- 82088
- antall_aksjer_selskap:
- 11259946
- eierandel_prosent:
- 0.73
- id:
- 798568
- organization_id:
- 919945915
- selskap:
- FLEXM GLOBAL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- EINAR MO
- fodselsaar_orgnr:
- 1949
- postnr_sted:
- 6620 ÅLVUNDEID
- landkode:
- NOR
- antall_aksjer:
- 74872
- antall_aksjer_selskap:
- 11259946
- eierandel_prosent:
- 0.66
- id:
- 798548
- organization_id:
- 919945915
- selskap:
- FLEXM GLOBAL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- AUREUS INVEST AS
- fodselsaar_orgnr:
- 999137083
- postnr_sted:
- 7040 TRONDHEIM
- landkode:
- NOR
- antall_aksjer:
- 70000
- antall_aksjer_selskap:
- 11259946
- eierandel_prosent:
- 0.62
- id:
- 798557
- organization_id:
- 919945915
- selskap:
- FLEXM GLOBAL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- BVK INVEST AS
- fodselsaar_orgnr:
- 891938772
- postnr_sted:
- 4647 BRENNÅSEN
- landkode:
- NOR
- antall_aksjer:
- 66866
- antall_aksjer_selskap:
- 11259946
- eierandel_prosent:
- 0.59
- id:
- 798624
- organization_id:
- 919945915
- selskap:
- FLEXM GLOBAL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- KNUT ØSTENSEN
- fodselsaar_orgnr:
- 1943
- postnr_sted:
- 1350 LOMMEDALEN
- landkode:
- NOR
- antall_aksjer:
- 65000
- antall_aksjer_selskap:
- 11259946
- eierandel_prosent:
- 0.58
- id:
- 798585
- organization_id:
- 919945915
- selskap:
- FLEXM GLOBAL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- GRETA MARIE STENERSEN MARTENS
- fodselsaar_orgnr:
- 1947
- postnr_sted:
- 1364 FORNEBU
- landkode:
- NOR
- antall_aksjer:
- 63663
- antall_aksjer_selskap:
- 11259946
- eierandel_prosent:
- 0.57
- id:
- 798664
- organization_id:
- 919945915
- selskap:
- FLEXM GLOBAL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- PORTLAND AS
- fodselsaar_orgnr:
- 914252113
- postnr_sted:
- 1473 LØRENSKOG
- landkode:
- NOR
- antall_aksjer:
- 62622
- antall_aksjer_selskap:
- 11259946
- eierandel_prosent:
- 0.56
- id:
- 798599
- organization_id:
- 919945915
- selskap:
- FLEXM GLOBAL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- INGER BOTHNER
- fodselsaar_orgnr:
- 1942
- postnr_sted:
- 0787 OSLO
- landkode:
- NOR
- antall_aksjer:
- 60630
- antall_aksjer_selskap:
- 11259946
- eierandel_prosent:
- 0.54
- id:
- 798566
- organization_id:
- 919945915
- selskap:
- FLEXM GLOBAL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- EILERT KOLBJØRN SPONÅS
- fodselsaar_orgnr:
- 1941
- postnr_sted:
- 6629 TORJULVÅGEN
- landkode:
- NOR
- antall_aksjer:
- 54631
- antall_aksjer_selskap:
- 11259946
- eierandel_prosent:
- 0.49
- 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.