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 28 shareholders by holding size. Raise 'limit' (max 1000) for more.
- shareholders:
25 results
- id:
- 842171
- organization_id:
- 920561667
- selskap:
- SENSCOM AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- KOLBERG MOTORS AS
- fodselsaar_orgnr:
- 918294554
- postnr_sted:
- 0655 OSLO
- landkode:
- NOR
- antall_aksjer:
- 350306
- antall_aksjer_selskap:
- 1014274
- eierandel_prosent:
- 34.54
- id:
- 842164
- organization_id:
- 920561667
- selskap:
- SENSCOM AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- ERIK URNES AB
- fodselsaar_orgnr:
- not reported by source
- postnr_sted:
- not reported by source
- landkode:
- SWE
- antall_aksjer:
- 265233
- antall_aksjer_selskap:
- 1014274
- eierandel_prosent:
- 26.15
- id:
- 842179
- organization_id:
- 920561667
- selskap:
- SENSCOM AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- SENSCOM AS
- fodselsaar_orgnr:
- 920561667
- postnr_sted:
- 0655 OSLO
- landkode:
- NOR
- antall_aksjer:
- 94648
- antall_aksjer_selskap:
- 1014274
- eierandel_prosent:
- 9.33
- id:
- 842178
- organization_id:
- 920561667
- selskap:
- SENSCOM AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- RINDE HOLDING AS
- fodselsaar_orgnr:
- 920052096
- postnr_sted:
- 3128 NØTTERØY
- landkode:
- NOR
- antall_aksjer:
- 71001
- antall_aksjer_selskap:
- 1014274
- eierandel_prosent:
- 7.0
- id:
- 842182
- organization_id:
- 920561667
- selskap:
- SENSCOM AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- TIGHT HOLDING AS
- fodselsaar_orgnr:
- 990587256
- postnr_sted:
- 0378 OSLO
- landkode:
- NOR
- antall_aksjer:
- 47236
- antall_aksjer_selskap:
- 1014274
- eierandel_prosent:
- 4.66
- id:
- 842183
- organization_id:
- 920561667
- selskap:
- SENSCOM AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- TRIONOR AS
- fodselsaar_orgnr:
- 921405650
- postnr_sted:
- 3126 TØNSBERG
- landkode:
- NOR
- antall_aksjer:
- 45062
- antall_aksjer_selskap:
- 1014274
- eierandel_prosent:
- 4.44
- id:
- 842170
- organization_id:
- 920561667
- selskap:
- SENSCOM AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- JOAKIM ERIKSSON
- fodselsaar_orgnr:
- not reported by source
- postnr_sted:
- not reported by source
- landkode:
- SWE
- antall_aksjer:
- 27595
- antall_aksjer_selskap:
- 1014274
- eierandel_prosent:
- 2.72
- id:
- 842169
- organization_id:
- 920561667
- selskap:
- SENSCOM AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- HEALTHWAVE VENTURES AS
- fodselsaar_orgnr:
- 927634791
- postnr_sted:
- 0158 OSLO
- landkode:
- NOR
- antall_aksjer:
- 22684
- antall_aksjer_selskap:
- 1014274
- eierandel_prosent:
- 2.24
- id:
- 842172
- organization_id:
- 920561667
- selskap:
- SENSCOM AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- LILLEBORG HOLDING AS
- fodselsaar_orgnr:
- 913004280
- postnr_sted:
- 3133 DUKEN
- landkode:
- NOR
- antall_aksjer:
- 18378
- antall_aksjer_selskap:
- 1014274
- eierandel_prosent:
- 1.81
- id:
- 842167
- organization_id:
- 920561667
- selskap:
- SENSCOM AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- GK GROWTH AB
- fodselsaar_orgnr:
- not reported by source
- postnr_sted:
- not reported by source
- landkode:
- SWE
- antall_aksjer:
- 14035
- antall_aksjer_selskap:
- 1014274
- eierandel_prosent:
- 1.38
- id:
- 842185
- organization_id:
- 920561667
- selskap:
- SENSCOM AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- WINSOFT AS
- fodselsaar_orgnr:
- 991334734
- postnr_sted:
- 1165 OSLO
- landkode:
- NOR
- antall_aksjer:
- 14028
- antall_aksjer_selskap:
- 1014274
- eierandel_prosent:
- 1.38
- id:
- 842168
- organization_id:
- 920561667
- selskap:
- SENSCOM AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- HAVIS AS
- fodselsaar_orgnr:
- 928795799
- postnr_sted:
- 1367 SNARØYA
- landkode:
- NOR
- antall_aksjer:
- 11594
- antall_aksjer_selskap:
- 1014274
- eierandel_prosent:
- 1.14
- id:
- 842175
- organization_id:
- 920561667
- selskap:
- SENSCOM AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- NOVASUPER AS
- fodselsaar_orgnr:
- 911626330
- postnr_sted:
- 1368 STABEKK
- landkode:
- NOR
- antall_aksjer:
- 6996
- antall_aksjer_selskap:
- 1014274
- eierandel_prosent:
- 0.69
- id:
- 842181
- organization_id:
- 920561667
- selskap:
- SENSCOM AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- SUPER HOLDING AS
- fodselsaar_orgnr:
- 911587246
- postnr_sted:
- 1368 STABEKK
- landkode:
- NOR
- antall_aksjer:
- 6281
- antall_aksjer_selskap:
- 1014274
- eierandel_prosent:
- 0.62
- id:
- 842174
- organization_id:
- 920561667
- selskap:
- SENSCOM AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- MULTIPLIKATOR AS
- fodselsaar_orgnr:
- 988603708
- postnr_sted:
- 0655 OSLO
- landkode:
- NOR
- antall_aksjer:
- 4123
- antall_aksjer_selskap:
- 1014274
- eierandel_prosent:
- 0.41
- id:
- 842163
- organization_id:
- 920561667
- selskap:
- SENSCOM AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- ER CAPITAL AS
- fodselsaar_orgnr:
- 989272004
- postnr_sted:
- 1367 SNARØYA
- landkode:
- NOR
- antall_aksjer:
- 2324
- antall_aksjer_selskap:
- 1014274
- eierandel_prosent:
- 0.23
- id:
- 842166
- organization_id:
- 920561667
- selskap:
- SENSCOM AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- GIMLE INVEST AS
- fodselsaar_orgnr:
- 997378962
- postnr_sted:
- 1360 FORNEBU
- landkode:
- NOR
- antall_aksjer:
- 2141
- antall_aksjer_selskap:
- 1014274
- eierandel_prosent:
- 0.21
- id:
- 842173
- organization_id:
- 920561667
- selskap:
- SENSCOM AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- MIDDELBORG INVEST AS
- fodselsaar_orgnr:
- 990017778
- postnr_sted:
- 3126 TØNSBERG
- landkode:
- NOR
- antall_aksjer:
- 2003
- antall_aksjer_selskap:
- 1014274
- eierandel_prosent:
- 0.2
- id:
- 842177
- organization_id:
- 920561667
- selskap:
- SENSCOM AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- PS INVESTMENTS AS
- fodselsaar_orgnr:
- 989304631
- postnr_sted:
- 1367 SNARØYA
- landkode:
- NOR
- antall_aksjer:
- 1693
- antall_aksjer_selskap:
- 1014274
- eierandel_prosent:
- 0.17
- id:
- 842176
- organization_id:
- 920561667
- selskap:
- SENSCOM AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- OSP AS
- fodselsaar_orgnr:
- 919018011
- postnr_sted:
- 1177 OSLO
- landkode:
- NOR
- antall_aksjer:
- 1548
- antall_aksjer_selskap:
- 1014274
- eierandel_prosent:
- 0.15
- id:
- 842159
- organization_id:
- 920561667
- selskap:
- SENSCOM AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- APEX CAPITAL AS
- fodselsaar_orgnr:
- 916215991
- postnr_sted:
- 0258 OSLO
- landkode:
- NOR
- antall_aksjer:
- 1011
- antall_aksjer_selskap:
- 1014274
- eierandel_prosent:
- 0.1
- id:
- 842186
- organization_id:
- 920561667
- selskap:
- SENSCOM AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- WOLLEBEKKGRUPPEN AS
- fodselsaar_orgnr:
- 984579160
- postnr_sted:
- 0273 OSLO
- landkode:
- NOR
- antall_aksjer:
- 1011
- antall_aksjer_selskap:
- 1014274
- eierandel_prosent:
- 0.1
- id:
- 842180
- organization_id:
- 920561667
- selskap:
- SENSCOM AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- SPEEDBIRD HOLDING AB
- fodselsaar_orgnr:
- not reported by source
- postnr_sted:
- not reported by source
- landkode:
- SWE
- antall_aksjer:
- 966
- antall_aksjer_selskap:
- 1014274
- eierandel_prosent:
- 0.1
- id:
- 842161
- organization_id:
- 920561667
- selskap:
- SENSCOM AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- BGD HOLDING AS
- fodselsaar_orgnr:
- 920546269
- postnr_sted:
- 3135 TORØD
- landkode:
- NOR
- antall_aksjer:
- 874
- antall_aksjer_selskap:
- 1014274
- eierandel_prosent:
- 0.09
- id:
- 842162
- organization_id:
- 920561667
- selskap:
- SENSCOM AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- EIKON CAPITAL SA
- fodselsaar_orgnr:
- not reported by source
- postnr_sted:
- not reported by source
- landkode:
- LUX
- antall_aksjer:
- 846
- antall_aksjer_selskap:
- 1014274
- 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.