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 146 shareholders by holding size. Raise 'limit' (max 1000) for more.
- shareholders:
25 results
- id:
- 871671
- organization_id:
- 921200080
- selskap:
- SWITCHR AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- MYPOWER AS
- fodselsaar_orgnr:
- 919808233
- postnr_sted:
- 2210 GRANLI
- landkode:
- NOR
- antall_aksjer:
- 2811701
- antall_aksjer_selskap:
- 6976290
- eierandel_prosent:
- 40.3
- id:
- 871692
- organization_id:
- 921200080
- selskap:
- SWITCHR AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- TARDE AS
- fodselsaar_orgnr:
- 987273364
- postnr_sted:
- 0158 OSLO
- landkode:
- NOR
- antall_aksjer:
- 1901097
- antall_aksjer_selskap:
- 6976290
- eierandel_prosent:
- 27.25
- id:
- 871598
- organization_id:
- 921200080
- selskap:
- SWITCHR AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- DOMAREN I GÖTEBORG AB
- fodselsaar_orgnr:
- not reported by source
- postnr_sted:
- not reported by source
- landkode:
- SWE
- antall_aksjer:
- 1182580
- antall_aksjer_selskap:
- 6976290
- eierandel_prosent:
- 16.95
- id:
- 871632
- organization_id:
- 921200080
- selskap:
- SWITCHR AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- J. HAREIDE AB
- fodselsaar_orgnr:
- not reported by source
- postnr_sted:
- not reported by source
- landkode:
- SWE
- antall_aksjer:
- 250000
- antall_aksjer_selskap:
- 6976290
- eierandel_prosent:
- 3.58
- id:
- 871642
- organization_id:
- 921200080
- selskap:
- SWITCHR AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- KARL HENRIK HAREIDE
- fodselsaar_orgnr:
- 1974
- postnr_sted:
- 1397 NESØYA
- landkode:
- NOR
- antall_aksjer:
- 100000
- antall_aksjer_selskap:
- 6976290
- eierandel_prosent:
- 1.43
- id:
- 871685
- organization_id:
- 921200080
- selskap:
- SWITCHR AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- SOLARCROWD AB
- fodselsaar_orgnr:
- not reported by source
- postnr_sted:
- not reported by source
- landkode:
- SWE
- antall_aksjer:
- 80443
- antall_aksjer_selskap:
- 6976290
- eierandel_prosent:
- 1.15
- id:
- 871612
- organization_id:
- 921200080
- selskap:
- SWITCHR AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- GAUTE DOMINIC AAS MAGNUSSEN
- fodselsaar_orgnr:
- 1972
- postnr_sted:
- 1367 SNARØYA
- landkode:
- NOR
- antall_aksjer:
- 60707
- antall_aksjer_selskap:
- 6976290
- eierandel_prosent:
- 0.87
- id:
- 871651
- organization_id:
- 921200080
- selskap:
- SWITCHR AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- LABOREMUS EIENDOM AS
- fodselsaar_orgnr:
- 975371794
- postnr_sted:
- 1532 MOSS
- landkode:
- NOR
- antall_aksjer:
- 59091
- antall_aksjer_selskap:
- 6976290
- eierandel_prosent:
- 0.85
- id:
- 871623
- organization_id:
- 921200080
- selskap:
- SWITCHR AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- HARMA HOLDING AS
- fodselsaar_orgnr:
- 988946885
- postnr_sted:
- 0158 OSLO
- landkode:
- NOR
- antall_aksjer:
- 56932
- antall_aksjer_selskap:
- 6976290
- eierandel_prosent:
- 0.82
- id:
- 871613
- organization_id:
- 921200080
- selskap:
- SWITCHR AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- GRØNBECH CONSULTING AS
- fodselsaar_orgnr:
- 924826371
- postnr_sted:
- 0775 OSLO
- landkode:
- NOR
- antall_aksjer:
- 36363
- antall_aksjer_selskap:
- 6976290
- eierandel_prosent:
- 0.52
- id:
- 871682
- organization_id:
- 921200080
- selskap:
- SWITCHR AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- SEKROND AB
- fodselsaar_orgnr:
- not reported by source
- postnr_sted:
- not reported by source
- landkode:
- SWE
- antall_aksjer:
- 30000
- antall_aksjer_selskap:
- 6976290
- eierandel_prosent:
- 0.43
- id:
- 871601
- organization_id:
- 921200080
- selskap:
- SWITCHR AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- EDLE INVEST AS
- fodselsaar_orgnr:
- 925378771
- postnr_sted:
- 1352 KOLSÅS
- landkode:
- NOR
- antall_aksjer:
- 29648
- antall_aksjer_selskap:
- 6976290
- eierandel_prosent:
- 0.42
- id:
- 871686
- organization_id:
- 921200080
- selskap:
- SWITCHR AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- SPEKTRA AS
- fodselsaar_orgnr:
- 914566215
- postnr_sted:
- 2210 GRANLI
- landkode:
- NOR
- antall_aksjer:
- 21251
- antall_aksjer_selskap:
- 6976290
- eierandel_prosent:
- 0.3
- id:
- 871607
- organization_id:
- 921200080
- selskap:
- SWITCHR AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- ERIK DAHLSTRAND
- fodselsaar_orgnr:
- not reported by source
- postnr_sted:
- not reported by source
- landkode:
- SWE
- antall_aksjer:
- 20000
- antall_aksjer_selskap:
- 6976290
- eierandel_prosent:
- 0.29
- id:
- 871595
- organization_id:
- 921200080
- selskap:
- SWITCHR AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- DANSER VIDERE AS
- fodselsaar_orgnr:
- 925148172
- postnr_sted:
- 0576 OSLO
- landkode:
- NOR
- antall_aksjer:
- 19000
- antall_aksjer_selskap:
- 6976290
- eierandel_prosent:
- 0.27
- id:
- 871614
- organization_id:
- 921200080
- selskap:
- SWITCHR AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- GUN HUDSON
- fodselsaar_orgnr:
- not reported by source
- postnr_sted:
- not reported by source
- landkode:
- MYS
- antall_aksjer:
- 18183
- antall_aksjer_selskap:
- 6976290
- eierandel_prosent:
- 0.26
- id:
- 871634
- organization_id:
- 921200080
- selskap:
- SWITCHR AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- JAKE BENJAMIN SNOWDEN
- fodselsaar_orgnr:
- not reported by source
- postnr_sted:
- not reported by source
- landkode:
- MYS
- antall_aksjer:
- 18183
- antall_aksjer_selskap:
- 6976290
- eierandel_prosent:
- 0.26
- id:
- 871574
- organization_id:
- 921200080
- selskap:
- SWITCHR AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- ANNIE BACKMAN
- fodselsaar_orgnr:
- not reported by source
- postnr_sted:
- not reported by source
- landkode:
- SWE
- antall_aksjer:
- 18182
- antall_aksjer_selskap:
- 6976290
- eierandel_prosent:
- 0.26
- id:
- 871696
- organization_id:
- 921200080
- selskap:
- SWITCHR AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- TIP HOLDING AS
- fodselsaar_orgnr:
- 917203849
- postnr_sted:
- 9845 TANA
- landkode:
- NOR
- antall_aksjer:
- 15152
- antall_aksjer_selskap:
- 6976290
- eierandel_prosent:
- 0.22
- id:
- 871650
- organization_id:
- 921200080
- selskap:
- SWITCHR AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- KRISTIAN MIKAEL MAGALIFF
- fodselsaar_orgnr:
- not reported by source
- postnr_sted:
- not reported by source
- landkode:
- SWE
- antall_aksjer:
- 15000
- antall_aksjer_selskap:
- 6976290
- eierandel_prosent:
- 0.22
- id:
- 871572
- organization_id:
- 921200080
- selskap:
- SWITCHR AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- ANNE STØTTUM
- fodselsaar_orgnr:
- 1963
- postnr_sted:
- 1163 OSLO
- landkode:
- NOR
- antall_aksjer:
- 13514
- antall_aksjer_selskap:
- 6976290
- eierandel_prosent:
- 0.19
- id:
- 871676
- organization_id:
- 921200080
- selskap:
- SWITCHR AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- PLUMBEAR AB
- fodselsaar_orgnr:
- not reported by source
- postnr_sted:
- not reported by source
- landkode:
- SWE
- antall_aksjer:
- 13200
- antall_aksjer_selskap:
- 6976290
- eierandel_prosent:
- 0.19
- id:
- 871600
- organization_id:
- 921200080
- selskap:
- SWITCHR AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- DUAM HOLDING AS
- fodselsaar_orgnr:
- 990633916
- postnr_sted:
- 0175 OSLO
- landkode:
- NOR
- antall_aksjer:
- 13000
- antall_aksjer_selskap:
- 6976290
- eierandel_prosent:
- 0.19
- id:
- 871633
- organization_id:
- 921200080
- selskap:
- SWITCHR AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- JA SVEDBERG HOLDING AB
- fodselsaar_orgnr:
- not reported by source
- postnr_sted:
- not reported by source
- landkode:
- SWE
- antall_aksjer:
- 12000
- antall_aksjer_selskap:
- 6976290
- eierandel_prosent:
- 0.17
- id:
- 871611
- organization_id:
- 921200080
- selskap:
- SWITCHR AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- GABRIEL JOHAN CHRISTNER
- fodselsaar_orgnr:
- not reported by source
- postnr_sted:
- not reported by source
- landkode:
- SWE
- antall_aksjer:
- 10600
- antall_aksjer_selskap:
- 6976290
- eierandel_prosent:
- 0.15
- 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.