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 118 shareholders by holding size. Raise 'limit' (max 1000) for more.
- shareholders:
25 results
- id:
- 644782
- organization_id:
- 917461732
- selskap:
- BILL KILL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- LM JAKOBSEN HOLDING AS
- fodselsaar_orgnr:
- 917320047
- postnr_sted:
- 0576 OSLO
- landkode:
- NOR
- antall_aksjer:
- 633876
- antall_aksjer_selskap:
- 1884472
- eierandel_prosent:
- 33.64
- id:
- 644746
- organization_id:
- 917461732
- selskap:
- BILL KILL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- EONBIT AS
- fodselsaar_orgnr:
- 989883070
- postnr_sted:
- 0854 OSLO
- landkode:
- NOR
- antall_aksjer:
- 202080
- antall_aksjer_selskap:
- 1884472
- eierandel_prosent:
- 10.72
- id:
- 644791
- organization_id:
- 917461732
- selskap:
- BILL KILL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- NETTUNO CAPITAL AS
- fodselsaar_orgnr:
- 988833975
- postnr_sted:
- 0274 OSLO
- landkode:
- NOR
- antall_aksjer:
- 180850
- antall_aksjer_selskap:
- 1884472
- eierandel_prosent:
- 9.6
- id:
- 644819
- organization_id:
- 917461732
- selskap:
- BILL KILL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- THEFACTORY ANGELS I AS
- fodselsaar_orgnr:
- 915879578
- postnr_sted:
- 0157 OSLO
- landkode:
- NOR
- antall_aksjer:
- 177000
- antall_aksjer_selskap:
- 1884472
- eierandel_prosent:
- 9.39
- id:
- 644716
- organization_id:
- 917461732
- selskap:
- BILL KILL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- ANANDA AS
- fodselsaar_orgnr:
- 984231202
- postnr_sted:
- 0756 OSLO
- landkode:
- NOR
- antall_aksjer:
- 75477
- antall_aksjer_selskap:
- 1884472
- eierandel_prosent:
- 4.01
- id:
- 644735
- organization_id:
- 917461732
- selskap:
- BILL KILL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- CHRIBA AS
- fodselsaar_orgnr:
- 921631731
- postnr_sted:
- 0161 OSLO
- landkode:
- NOR
- antall_aksjer:
- 68387
- antall_aksjer_selskap:
- 1884472
- eierandel_prosent:
- 3.63
- id:
- 644792
- organization_id:
- 917461732
- selskap:
- BILL KILL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- NEW NORMAL GROUP AS
- fodselsaar_orgnr:
- 997819594
- postnr_sted:
- 3717 SKIEN
- landkode:
- NOR
- antall_aksjer:
- 65830
- antall_aksjer_selskap:
- 1884472
- eierandel_prosent:
- 3.49
- id:
- 644757
- organization_id:
- 917461732
- selskap:
- BILL KILL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- HARDLY WORKING AS
- fodselsaar_orgnr:
- 918700145
- postnr_sted:
- 0263 OSLO
- landkode:
- NOR
- antall_aksjer:
- 64749
- antall_aksjer_selskap:
- 1884472
- eierandel_prosent:
- 3.44
- id:
- 644823
- organization_id:
- 917461732
- selskap:
- BILL KILL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- THORVALD HELMEN STEEN
- fodselsaar_orgnr:
- 1960
- postnr_sted:
- 1366 LYSAKER
- landkode:
- NOR
- antall_aksjer:
- 57381
- antall_aksjer_selskap:
- 1884472
- eierandel_prosent:
- 3.04
- id:
- 644717
- organization_id:
- 917461732
- selskap:
- BILL KILL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- ANAX INVESTERING AS
- fodselsaar_orgnr:
- 986985565
- postnr_sted:
- 1337 SANDVIKA
- landkode:
- NOR
- antall_aksjer:
- 47291
- antall_aksjer_selskap:
- 1884472
- eierandel_prosent:
- 2.51
- id:
- 644754
- organization_id:
- 917461732
- selskap:
- BILL KILL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- FUHREBO AS
- fodselsaar_orgnr:
- 989060775
- postnr_sted:
- 3060 SVELVIK
- landkode:
- NOR
- antall_aksjer:
- 40956
- antall_aksjer_selskap:
- 1884472
- eierandel_prosent:
- 2.17
- id:
- 644764
- organization_id:
- 917461732
- selskap:
- BILL KILL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- IVATION INVEST AS
- fodselsaar_orgnr:
- 997755456
- postnr_sted:
- 3413 LIER
- landkode:
- NOR
- antall_aksjer:
- 33362
- antall_aksjer_selskap:
- 1884472
- eierandel_prosent:
- 1.77
- id:
- 644722
- organization_id:
- 917461732
- selskap:
- BILL KILL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- ANDREAS LIMOLI
- fodselsaar_orgnr:
- 1992
- postnr_sted:
- 1475 FINSTADJORDET
- landkode:
- NOR
- antall_aksjer:
- 25726
- antall_aksjer_selskap:
- 1884472
- eierandel_prosent:
- 1.37
- id:
- 644765
- organization_id:
- 917461732
- selskap:
- BILL KILL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- JACO INVEST AS
- fodselsaar_orgnr:
- 975925048
- postnr_sted:
- 0158 OSLO
- landkode:
- NOR
- antall_aksjer:
- 21075
- antall_aksjer_selskap:
- 1884472
- eierandel_prosent:
- 1.12
- id:
- 644729
- organization_id:
- 917461732
- selskap:
- BILL KILL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- BREZZA AS
- fodselsaar_orgnr:
- 988381012
- postnr_sted:
- 0274 OSLO
- landkode:
- NOR
- antall_aksjer:
- 19295
- antall_aksjer_selskap:
- 1884472
- eierandel_prosent:
- 1.02
- id:
- 644793
- organization_id:
- 917461732
- selskap:
- BILL KILL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- OASE HOLDING AS
- fodselsaar_orgnr:
- 929502841
- postnr_sted:
- 3470 SLEMMESTAD
- landkode:
- NOR
- antall_aksjer:
- 17893
- antall_aksjer_selskap:
- 1884472
- eierandel_prosent:
- 0.95
- id:
- 644829
- organization_id:
- 917461732
- selskap:
- BILL KILL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- VEGA ADVISORS AS
- fodselsaar_orgnr:
- 994194305
- postnr_sted:
- 0250 OSLO
- landkode:
- NOR
- antall_aksjer:
- 17592
- antall_aksjer_selskap:
- 1884472
- eierandel_prosent:
- 0.93
- id:
- 644731
- organization_id:
- 917461732
- selskap:
- BILL KILL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- CAIRN CONSULTING AS
- fodselsaar_orgnr:
- 921141157
- postnr_sted:
- 1182 OSLO
- landkode:
- NOR
- antall_aksjer:
- 13999
- antall_aksjer_selskap:
- 1884472
- eierandel_prosent:
- 0.74
- id:
- 644759
- organization_id:
- 917461732
- selskap:
- BILL KILL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- HEB AS
- fodselsaar_orgnr:
- 994377132
- postnr_sted:
- 3186 HORTEN
- landkode:
- NOR
- antall_aksjer:
- 12863
- antall_aksjer_selskap:
- 1884472
- eierandel_prosent:
- 0.68
- id:
- 644781
- organization_id:
- 917461732
- selskap:
- BILL KILL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- LITLE AS
- fodselsaar_orgnr:
- 919576413
- postnr_sted:
- 3189 HORTEN
- landkode:
- NOR
- antall_aksjer:
- 12863
- antall_aksjer_selskap:
- 1884472
- eierandel_prosent:
- 0.68
- id:
- 644727
- organization_id:
- 917461732
- selskap:
- BILL KILL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- BERIT SVENDSEN
- fodselsaar_orgnr:
- 1963
- postnr_sted:
- 1177 OSLO
- landkode:
- NOR
- antall_aksjer:
- 8834
- antall_aksjer_selskap:
- 1884472
- eierandel_prosent:
- 0.47
- id:
- 644753
- organization_id:
- 917461732
- selskap:
- BILL KILL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- FRYDENHØI HOLDING AS
- fodselsaar_orgnr:
- 932562553
- postnr_sted:
- 3031 DRAMMEN
- landkode:
- NOR
- antall_aksjer:
- 7679
- antall_aksjer_selskap:
- 1884472
- eierandel_prosent:
- 0.41
- id:
- 644826
- organization_id:
- 917461732
- selskap:
- BILL KILL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- TONKABALL HOLDING AS
- fodselsaar_orgnr:
- 925459631
- postnr_sted:
- 0772 OSLO
- landkode:
- NOR
- antall_aksjer:
- 6843
- antall_aksjer_selskap:
- 1884472
- eierandel_prosent:
- 0.36
- id:
- 644830
- organization_id:
- 917461732
- selskap:
- BILL KILL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- VIKAN INVEST AS
- fodselsaar_orgnr:
- 927148579
- postnr_sted:
- 1168 OSLO
- landkode:
- NOR
- antall_aksjer:
- 5894
- antall_aksjer_selskap:
- 1884472
- eierandel_prosent:
- 0.31
- id:
- 644733
- organization_id:
- 917461732
- selskap:
- BILL KILL AS
- aksjeklasse:
- Ordinære aksjer
- navn_aksjonaer:
- CASELBA AS
- fodselsaar_orgnr:
- 922994498
- postnr_sted:
- 1368 STABEKK
- landkode:
- NOR
- antall_aksjer:
- 4619
- antall_aksjer_selskap:
- 1884472
- eierandel_prosent:
- 0.25
- 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.