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 149 shareholders by holding size. Raise 'limit' (max 1000) for more.
- shareholders:
25 results
- id:
- 2781006
- organization_id:
- 994877011
- selskap:
- WATERWELL AS
- aksjeklasse:
- NO0010671845
- navn_aksjonaer:
- VIA GLORIA AS
- fodselsaar_orgnr:
- 993132160
- postnr_sted:
- 0180 OSLO
- landkode:
- NOR
- antall_aksjer:
- 21957987
- antall_aksjer_selskap:
- 43359443
- eierandel_prosent:
- 50.64
- id:
- 2780912
- organization_id:
- 994877011
- selskap:
- WATERWELL AS
- aksjeklasse:
- NO0010671845
- navn_aksjonaer:
- HOB INVEST AS
- fodselsaar_orgnr:
- 989212028
- postnr_sted:
- 5379 STEINSLAND
- landkode:
- NOR
- antall_aksjer:
- 2157410
- antall_aksjer_selskap:
- 43359443
- eierandel_prosent:
- 4.98
- id:
- 2780877
- organization_id:
- 994877011
- selskap:
- WATERWELL AS
- aksjeklasse:
- NO0010671845
- navn_aksjonaer:
- ATEUM AS
- fodselsaar_orgnr:
- 989123467
- postnr_sted:
- 5038 BERGEN
- landkode:
- NOR
- antall_aksjer:
- 1841340
- antall_aksjer_selskap:
- 43359443
- eierandel_prosent:
- 4.25
- id:
- 2781005
- organization_id:
- 994877011
- selskap:
- WATERWELL AS
- aksjeklasse:
- NO0010671845
- navn_aksjonaer:
- VEMADO AS
- fodselsaar_orgnr:
- 989129279
- postnr_sted:
- 2074 EIDSVOLL VERK
- landkode:
- NOR
- antall_aksjer:
- 1753402
- antall_aksjer_selskap:
- 43359443
- eierandel_prosent:
- 4.04
- id:
- 2780944
- organization_id:
- 994877011
- selskap:
- WATERWELL AS
- aksjeklasse:
- NO0010671845
- navn_aksjonaer:
- MARCHFIRST MANAGEMENT AS
- fodselsaar_orgnr:
- 885579752
- postnr_sted:
- 0250 OSLO
- landkode:
- NOR
- antall_aksjer:
- 1512632
- antall_aksjer_selskap:
- 43359443
- eierandel_prosent:
- 3.49
- id:
- 2780887
- organization_id:
- 994877011
- selskap:
- WATERWELL AS
- aksjeklasse:
- NO0010671845
- navn_aksjonaer:
- BJØRN SOLHEIM
- fodselsaar_orgnr:
- 1976
- postnr_sted:
- 3320 VESTFOSSEN
- landkode:
- NOR
- antall_aksjer:
- 1108334
- antall_aksjer_selskap:
- 43359443
- eierandel_prosent:
- 2.56
- id:
- 2780959
- organization_id:
- 994877011
- selskap:
- WATERWELL AS
- aksjeklasse:
- NO0010671845
- navn_aksjonaer:
- NIKOLAS ELIAS PREFAS
- fodselsaar_orgnr:
- 1969
- postnr_sted:
- 3026 DRAMMEN
- landkode:
- NOR
- antall_aksjer:
- 1050000
- antall_aksjer_selskap:
- 43359443
- eierandel_prosent:
- 2.42
- id:
- 2780911
- organization_id:
- 994877011
- selskap:
- WATERWELL AS
- aksjeklasse:
- NO0010671845
- navn_aksjonaer:
- HILDE LYSØ
- fodselsaar_orgnr:
- 1968
- postnr_sted:
- 5136 MJØLKERÅEN
- landkode:
- NOR
- antall_aksjer:
- 1043822
- antall_aksjer_selskap:
- 43359443
- eierandel_prosent:
- 2.41
- id:
- 2780862
- organization_id:
- 994877011
- selskap:
- WATERWELL AS
- aksjeklasse:
- NO0010671845
- navn_aksjonaer:
- ALLERS TRADING AS
- fodselsaar_orgnr:
- 931055305
- postnr_sted:
- 5244 FANA
- landkode:
- NOR
- antall_aksjer:
- 813423
- antall_aksjer_selskap:
- 43359443
- eierandel_prosent:
- 1.88
- id:
- 2780966
- organization_id:
- 994877011
- selskap:
- WATERWELL AS
- aksjeklasse:
- NO0010671845
- navn_aksjonaer:
- OLE EIRIK BERGE
- fodselsaar_orgnr:
- 1948
- postnr_sted:
- 5417 STORD
- landkode:
- NOR
- antall_aksjer:
- 771386
- antall_aksjer_selskap:
- 43359443
- eierandel_prosent:
- 1.78
- id:
- 2780904
- organization_id:
- 994877011
- selskap:
- WATERWELL AS
- aksjeklasse:
- NO0010671845
- navn_aksjonaer:
- GLENN INGE PAULSETH
- fodselsaar_orgnr:
- 1959
- postnr_sted:
- 1850 MYSEN
- landkode:
- NOR
- antall_aksjer:
- 705610
- antall_aksjer_selskap:
- 43359443
- eierandel_prosent:
- 1.63
- id:
- 2780983
- organization_id:
- 994877011
- selskap:
- WATERWELL AS
- aksjeklasse:
- NO0010671845
- navn_aksjonaer:
- SES AS
- fodselsaar_orgnr:
- 936297420
- postnr_sted:
- 0172 OSLO
- landkode:
- NOR
- antall_aksjer:
- 620000
- antall_aksjer_selskap:
- 43359443
- eierandel_prosent:
- 1.43
- id:
- 2780922
- organization_id:
- 994877011
- selskap:
- WATERWELL AS
- aksjeklasse:
- NO0010671845
- navn_aksjonaer:
- JOHN BJARNE LOG
- fodselsaar_orgnr:
- 1971
- postnr_sted:
- 4404 FLEKKEFJORD
- landkode:
- NOR
- antall_aksjer:
- 500000
- antall_aksjer_selskap:
- 43359443
- eierandel_prosent:
- 1.15
- id:
- 2781008
- organization_id:
- 994877011
- selskap:
- WATERWELL AS
- aksjeklasse:
- NO0010671845
- navn_aksjonaer:
- ØRJAN LEA FREDRIKSEN
- fodselsaar_orgnr:
- 1972
- postnr_sted:
- not reported by source
- landkode:
- NOR
- antall_aksjer:
- 416728
- antall_aksjer_selskap:
- 43359443
- eierandel_prosent:
- 0.96
- id:
- 2780890
- organization_id:
- 994877011
- selskap:
- WATERWELL AS
- aksjeklasse:
- NO0010671845
- navn_aksjonaer:
- CHRISTIAN THORSRUD
- fodselsaar_orgnr:
- 1975
- postnr_sted:
- 0776 OSLO
- landkode:
- NOR
- antall_aksjer:
- 380000
- antall_aksjer_selskap:
- 43359443
- eierandel_prosent:
- 0.88
- id:
- 2780882
- organization_id:
- 994877011
- selskap:
- WATERWELL AS
- aksjeklasse:
- NO0010671845
- navn_aksjonaer:
- BERGADO AS
- fodselsaar_orgnr:
- 989124471
- postnr_sted:
- 5231 PARADIS
- landkode:
- NOR
- antall_aksjer:
- 360000
- antall_aksjer_selskap:
- 43359443
- eierandel_prosent:
- 0.83
- id:
- 2780893
- organization_id:
- 994877011
- selskap:
- WATERWELL AS
- aksjeklasse:
- NO0010671845
- navn_aksjonaer:
- COMQ AS
- fodselsaar_orgnr:
- 995943441
- postnr_sted:
- 3070 SANDE I VESTFOLD
- landkode:
- NOR
- antall_aksjer:
- 356553
- antall_aksjer_selskap:
- 43359443
- eierandel_prosent:
- 0.82
- id:
- 2781003
- organization_id:
- 994877011
- selskap:
- WATERWELL AS
- aksjeklasse:
- NO0010671845
- navn_aksjonaer:
- TORGRIM LJONES
- fodselsaar_orgnr:
- 1938
- postnr_sted:
- 5113 TERTNES
- landkode:
- NOR
- antall_aksjer:
- 341140
- antall_aksjer_selskap:
- 43359443
- eierandel_prosent:
- 0.79
- id:
- 2780940
- organization_id:
- 994877011
- selskap:
- WATERWELL AS
- aksjeklasse:
- NO0010671845
- navn_aksjonaer:
- LÅSHUSET HOLDING AS
- fodselsaar_orgnr:
- 815956842
- postnr_sted:
- 0157 OSLO
- landkode:
- NOR
- antall_aksjer:
- 335560
- antall_aksjer_selskap:
- 43359443
- eierandel_prosent:
- 0.77
- id:
- 2780943
- organization_id:
- 994877011
- selskap:
- WATERWELL AS
- aksjeklasse:
- NO0010671845
- navn_aksjonaer:
- MAGNUS LYSØ
- fodselsaar_orgnr:
- 1995
- postnr_sted:
- 5136 MJØLKERÅEN
- landkode:
- NOR
- antall_aksjer:
- 327110
- antall_aksjer_selskap:
- 43359443
- eierandel_prosent:
- 0.75
- id:
- 2780957
- organization_id:
- 994877011
- selskap:
- WATERWELL AS
- aksjeklasse:
- NO0010671845
- navn_aksjonaer:
- MORTEN THOEN INDERDAL
- fodselsaar_orgnr:
- 1983
- postnr_sted:
- 2016 FROGNER
- landkode:
- NOR
- antall_aksjer:
- 320830
- antall_aksjer_selskap:
- 43359443
- eierandel_prosent:
- 0.74
- id:
- 2780896
- organization_id:
- 994877011
- selskap:
- WATERWELL AS
- aksjeklasse:
- NO0010671845
- navn_aksjonaer:
- ENERGI INVEST AS
- fodselsaar_orgnr:
- 988610887
- postnr_sted:
- 5096 BERGEN
- landkode:
- NOR
- antall_aksjer:
- 283945
- antall_aksjer_selskap:
- 43359443
- eierandel_prosent:
- 0.65
- id:
- 2780999
- organization_id:
- 994877011
- selskap:
- WATERWELL AS
- aksjeklasse:
- NO0010671845
- navn_aksjonaer:
- TOMMY ANDRE LØFF OLSEN
- fodselsaar_orgnr:
- 1975
- postnr_sted:
- 1661 ROLVSØY
- landkode:
- NOR
- antall_aksjer:
- 254058
- antall_aksjer_selskap:
- 43359443
- eierandel_prosent:
- 0.59
- id:
- 2780941
- organization_id:
- 994877011
- selskap:
- WATERWELL AS
- aksjeklasse:
- NO0010671845
- navn_aksjonaer:
- MAD NIC INVEST AS
- fodselsaar_orgnr:
- 925302198
- postnr_sted:
- 0853 OSLO
- landkode:
- NOR
- antall_aksjer:
- 200000
- antall_aksjer_selskap:
- 43359443
- eierandel_prosent:
- 0.46
- id:
- 2780899
- organization_id:
- 994877011
- selskap:
- WATERWELL AS
- aksjeklasse:
- NO0010671845
- navn_aksjonaer:
- FAIR WINDS AS
- fodselsaar_orgnr:
- 991192638
- postnr_sted:
- 5053 BERGEN
- landkode:
- NOR
- antall_aksjer:
- 175562
- antall_aksjer_selskap:
- 43359443
- eierandel_prosent:
- 0.4
- 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.