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 33 shareholders by holding size. Raise 'limit' (max 1000) for more.
- shareholders:
25 results
- id:
- 2486870
- organization_id:
- 987123192
- selskap:
- NORDIC WIRELESS SOLUTIONS AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- SEC 2.0 HOLDING AS
- fodselsaar_orgnr:
- 922148252
- postnr_sted:
- 4836 ARENDAL
- landkode:
- NOR
- antall_aksjer:
- 1789636
- antall_aksjer_selskap:
- 7129851
- eierandel_prosent:
- 25.1
- id:
- 2486856
- organization_id:
- 987123192
- selskap:
- NORDIC WIRELESS SOLUTIONS AS
- aksjeklasse:
- B-aksjer
- navn_aksjonaer:
- LK NESTEGG INVESTMENTS LLC
- fodselsaar_orgnr:
- not reported by source
- postnr_sted:
- not reported by source
- landkode:
- USA
- antall_aksjer:
- 1263155
- antall_aksjer_selskap:
- 7129851
- eierandel_prosent:
- 17.72
- id:
- 2486857
- organization_id:
- 987123192
- selskap:
- NORDIC WIRELESS SOLUTIONS AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- LK NESTEGG INVESTMENTS LLC
- fodselsaar_orgnr:
- not reported by source
- postnr_sted:
- not reported by source
- landkode:
- USA
- antall_aksjer:
- 881761
- antall_aksjer_selskap:
- 7129851
- eierandel_prosent:
- 12.37
- id:
- 2486853
- organization_id:
- 987123192
- selskap:
- NORDIC WIRELESS SOLUTIONS AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- HANS OTHAR BLIX
- fodselsaar_orgnr:
- 1965
- postnr_sted:
- not reported by source
- landkode:
- USA
- antall_aksjer:
- 696655
- antall_aksjer_selskap:
- 7129851
- eierandel_prosent:
- 9.77
- id:
- 2486871
- organization_id:
- 987123192
- selskap:
- NORDIC WIRELESS SOLUTIONS AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- SKADI AS
- fodselsaar_orgnr:
- 967609234
- postnr_sted:
- 0694 OSLO
- landkode:
- NOR
- antall_aksjer:
- 685243
- antall_aksjer_selskap:
- 7129851
- eierandel_prosent:
- 9.61
- id:
- 2486859
- organization_id:
- 987123192
- selskap:
- NORDIC WIRELESS SOLUTIONS AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- LYNUS HOLDING AS
- fodselsaar_orgnr:
- 920175023
- postnr_sted:
- 4870 FEVIK
- landkode:
- NOR
- antall_aksjer:
- 376100
- antall_aksjer_selskap:
- 7129851
- eierandel_prosent:
- 5.28
- id:
- 2486849
- organization_id:
- 987123192
- selskap:
- NORDIC WIRELESS SOLUTIONS AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- BJARNE GUDERUD
- fodselsaar_orgnr:
- 1954
- postnr_sted:
- 1168 OSLO
- landkode:
- NOR
- antall_aksjer:
- 305872
- antall_aksjer_selskap:
- 7129851
- eierandel_prosent:
- 4.29
- id:
- 2486855
- organization_id:
- 987123192
- selskap:
- NORDIC WIRELESS SOLUTIONS AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- JONERA AS
- fodselsaar_orgnr:
- 989077724
- postnr_sted:
- 0590 OSLO
- landkode:
- NOR
- antall_aksjer:
- 166000
- antall_aksjer_selskap:
- 7129851
- eierandel_prosent:
- 2.33
- id:
- 2486868
- organization_id:
- 987123192
- selskap:
- NORDIC WIRELESS SOLUTIONS AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- SARAH EMILIE MØRCH
- fodselsaar_orgnr:
- 1994
- postnr_sted:
- 0579 OSLO
- landkode:
- NOR
- antall_aksjer:
- 165000
- antall_aksjer_selskap:
- 7129851
- eierandel_prosent:
- 2.31
- id:
- 2486867
- organization_id:
- 987123192
- selskap:
- NORDIC WIRELESS SOLUTIONS AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- RIB ADVENTURE AS
- fodselsaar_orgnr:
- 992008490
- postnr_sted:
- 3482 TOFTE
- landkode:
- NOR
- antall_aksjer:
- 102772
- antall_aksjer_selskap:
- 7129851
- eierandel_prosent:
- 1.44
- id:
- 2486862
- organization_id:
- 987123192
- selskap:
- NORDIC WIRELESS SOLUTIONS AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- NORSK KAPITAL AS
- fodselsaar_orgnr:
- 961640008
- postnr_sted:
- 1358 JAR
- landkode:
- NOR
- antall_aksjer:
- 85463
- antall_aksjer_selskap:
- 7129851
- eierandel_prosent:
- 1.2
- id:
- 2486877
- organization_id:
- 987123192
- selskap:
- NORDIC WIRELESS SOLUTIONS AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- WESSEL HOLDING LLC
- fodselsaar_orgnr:
- not reported by source
- postnr_sted:
- not reported by source
- landkode:
- USA
- antall_aksjer:
- 80000
- antall_aksjer_selskap:
- 7129851
- eierandel_prosent:
- 1.12
- id:
- 2486861
- organization_id:
- 987123192
- selskap:
- NORDIC WIRELESS SOLUTIONS AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- NICKOXANDER AS
- fodselsaar_orgnr:
- 915174833
- postnr_sted:
- 3154 TOLVSRØD
- landkode:
- NOR
- antall_aksjer:
- 78616
- antall_aksjer_selskap:
- 7129851
- eierandel_prosent:
- 1.1
- id:
- 2486852
- organization_id:
- 987123192
- selskap:
- NORDIC WIRELESS SOLUTIONS AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- CONSULENDO AS
- fodselsaar_orgnr:
- 914154510
- postnr_sted:
- 4817 HIS
- landkode:
- NOR
- antall_aksjer:
- 60000
- antall_aksjer_selskap:
- 7129851
- eierandel_prosent:
- 0.84
- id:
- 2486873
- organization_id:
- 987123192
- selskap:
- NORDIC WIRELESS SOLUTIONS AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- SØRENSEN ELEKTRONIKK AS
- fodselsaar_orgnr:
- 913502574
- postnr_sted:
- 1532 MOSS
- landkode:
- NOR
- antall_aksjer:
- 53459
- antall_aksjer_selskap:
- 7129851
- eierandel_prosent:
- 0.75
- id:
- 2486860
- organization_id:
- 987123192
- selskap:
- NORDIC WIRELESS SOLUTIONS AS
- aksjeklasse:
- B-aksjer
- navn_aksjonaer:
- NICKOXANDER AS
- fodselsaar_orgnr:
- 915174833
- postnr_sted:
- 3154 TOLVSRØD
- landkode:
- NOR
- antall_aksjer:
- 43243
- antall_aksjer_selskap:
- 7129851
- eierandel_prosent:
- 0.61
- id:
- 2486869
- organization_id:
- 987123192
- selskap:
- NORDIC WIRELESS SOLUTIONS AS
- aksjeklasse:
- B-aksjer
- navn_aksjonaer:
- SEC 2.0 HOLDING AS
- fodselsaar_orgnr:
- 922148252
- postnr_sted:
- 4836 ARENDAL
- landkode:
- NOR
- antall_aksjer:
- 43243
- antall_aksjer_selskap:
- 7129851
- eierandel_prosent:
- 0.61
- id:
- 2486854
- organization_id:
- 987123192
- selskap:
- NORDIC WIRELESS SOLUTIONS AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- HARALD VESTØL AS
- fodselsaar_orgnr:
- 914379776
- postnr_sted:
- 1410 KOLBOTN
- landkode:
- NOR
- antall_aksjer:
- 31839
- antall_aksjer_selskap:
- 7129851
- eierandel_prosent:
- 0.45
- id:
- 2486848
- organization_id:
- 987123192
- selskap:
- NORDIC WIRELESS SOLUTIONS AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- BAF HOLDING AS
- fodselsaar_orgnr:
- 987060964
- postnr_sted:
- 7020 TRONDHEIM
- landkode:
- NOR
- antall_aksjer:
- 31065
- antall_aksjer_selskap:
- 7129851
- eierandel_prosent:
- 0.44
- id:
- 2486865
- organization_id:
- 987123192
- selskap:
- NORDIC WIRELESS SOLUTIONS AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- PLANET BRAND AS
- fodselsaar_orgnr:
- 882562352
- postnr_sted:
- 0168 OSLO
- landkode:
- NOR
- antall_aksjer:
- 31034
- antall_aksjer_selskap:
- 7129851
- eierandel_prosent:
- 0.44
- id:
- 2486863
- organization_id:
- 987123192
- selskap:
- NORDIC WIRELESS SOLUTIONS AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- OLE CHRISTIAN OLSSØN
- fodselsaar_orgnr:
- 1966
- postnr_sted:
- 0451 OSLO
- landkode:
- NOR
- antall_aksjer:
- 25750
- antall_aksjer_selskap:
- 7129851
- eierandel_prosent:
- 0.36
- id:
- 2486876
- organization_id:
- 987123192
- selskap:
- NORDIC WIRELESS SOLUTIONS AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- ULF ATLE HANSEN
- fodselsaar_orgnr:
- 1964
- postnr_sted:
- 1367 SNARØYA
- landkode:
- NOR
- antall_aksjer:
- 25642
- antall_aksjer_selskap:
- 7129851
- eierandel_prosent:
- 0.36
- id:
- 2486875
- organization_id:
- 987123192
- selskap:
- NORDIC WIRELESS SOLUTIONS AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- TORBJØRN FREDRIKSEN
- fodselsaar_orgnr:
- 1950
- postnr_sted:
- 1364 FORNEBU
- landkode:
- NOR
- antall_aksjer:
- 25534
- antall_aksjer_selskap:
- 7129851
- eierandel_prosent:
- 0.36
- id:
- 2486850
- organization_id:
- 987123192
- selskap:
- NORDIC WIRELESS SOLUTIONS AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- CALILA HOLDING AS
- fodselsaar_orgnr:
- 989273787
- postnr_sted:
- 0772 OSLO
- landkode:
- NOR
- antall_aksjer:
- 25000
- antall_aksjer_selskap:
- 7129851
- eierandel_prosent:
- 0.35
- id:
- 2486864
- organization_id:
- 987123192
- selskap:
- NORDIC WIRELESS SOLUTIONS AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- PER-MORTEN ENERSEN BRUN
- fodselsaar_orgnr:
- 1969
- postnr_sted:
- 3482 TOFTE
- landkode:
- NOR
- antall_aksjer:
- 22394
- antall_aksjer_selskap:
- 7129851
- eierandel_prosent:
- 0.31
- 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.