Hopp til hovudinnhaldet
Beta! Dokumentasjonen er automatisk generert. Informasjonen kan være ufullstendig og inneholde feil, spesielt skjermbilder og videoer. Se Om hjelpesidene. Vi vil veldig gjerne ha innspill: Kontakt oss via «Fant du det du lette etter?» nederst, i chatten nede til høyre eller på support@placepoint.no – vi svarer så fort vi kan!

Kvar sit selskapet i konsernet?

Selskapets plass i konsernstrukturen: morselskap oppover til den kontrollerande eigaren, dotterselskap nedover, kvart med eigardelen inn og ut.

Nøkkelen virker i dag på Leietaker-API og dagens Data API; Placepoint API godtar samme nøkkel når det lanseres.

Prøv med et ekte selskap: Eksempel Eigedom AS

  • Prøvenøkkel med GitHub på under eitt minutt
  • Eitt GET-kall
  • ISO 6523-identifikatorar
  • Noreg og Sverige
  • Brønnøysundregistrene-verifisert

ℹ️ Endepunktet svarar når Placepoint API er lansert. Kontrakten under er endeleg; Leigetakar-API svarar allereie.

Frå eitt selskap til heile konsernet

Kallet svarar på kvar eit selskap sit i eit konsern, ikkje berre kven som eig det direkte. Kredittvurderarar bruker treet til å sjå heile eigarkjeda før ei avgjerd, meklarar til å avdekkje om fleire eigedommar i ein portefølje faktisk blir styrte av same konsern, og analytikarar til å følgje eit selskap opp til den kontrollerande eigaren.

Svaret er eit tre: selskapet du spør om i midten, parents som listar morselskapa oppover, og subsidiaries som listar dotterselskapa nedover. Kvart ledd har sin eigen parents og subsidiaries, så treet går så langt opp mot ein reell rettshavar og så langt ned mot dei minste dotterselskapa som registera faktisk viser.

Kvart ledd i treet ber eigardelen som brøk mellom leddet og laget rett over eller under, så du kan rekne ut den indirekte eigardelen gjennom fleire selskap sjølv.

  • Heile treet i eitt kall

    Morselskap og dotterselskap kjem i same svar, i staden for å slå opp aksjonærlista på kvart selskap i kjeda manuelt og byggje treet sjølv.
  • Eigardel på kvart ledd

    Kvart ledd i treet har sin eigen share, så du ser om eit dotterselskap er heileigd eller delt med andre, ikkje berre at det finst eit samband.
  • Same selskap, fleire porteføljar

    Eit selskap som dukkar opp bak fleire eigedommar i ulike porteføljar er lettare å oppdage når konsernstrukturen ligg i svaret, ikkje berre i selskapsnamnet.

Felt som faktisk seier noko

Eitt GET-kall på selskapets scheme og id gir heile konserntreet. Felta under er dei som avgjer kor langt du kan følgje kjeda.

GET/companies/{scheme}/{id}/group-structure
curl -X GET "https://data.placepoint.no/companies/0192/987654321/group-structure" \
-H "Authorization: Bearer $TOKEN"

svar · 200

{
"organization": {
"organizationIdentifier": {
"scheme": "0192",
"id": "987654321"
},
"name": "Eksempel Eiendom AS",
"country": "NO"
},
"parents": [
{
"organization": {
"organizationIdentifier": {
"scheme": "0192",
"id": "911000111"
},
"name": "Eksempel Holding AS",
"country": "NO"
},
"share": {
"numerator": 1,
"denominator": 1
},
"parents": [],
"subsidiaries": []
}
],
"subsidiaries": [
{
"organization": {
"organizationIdentifier": {
"scheme": "0192",
"id": "922000222"
},
"name": "Eksempel Datter AS",
"country": "NO"
},
"share": {
"numerator": 1,
"denominator": 1
},
"parents": [],
"subsidiaries": []
}
]
}

Scope: companies.readTeknisk referanse og Try-it

Vis alle felt (181)
FeltTypeBeskrivelse
organization.organizationIdentifier.schemestringISO 6523 ICD code.
organization.organizationIdentifier.idstringRegister identifier.
organization.namestringRegistered name.
organization.countrystringISO 3166-1 alpha-2.
organization.links[].hrefstringAbsolute URL.
organization.links[].titlestringHuman label.
share.numeratorintegerNumerator.
share.denominatorintegerDenominator.
parents[].organization.organizationIdentifier.schemestringISO 6523 ICD code.
parents[].organization.organizationIdentifier.idstringRegister identifier.
parents[].organization.namestringRegistered name.
parents[].organization.countrystringISO 3166-1 alpha-2.
parents[].organization.links[].hrefstringAbsolute URL.
parents[].organization.links[].titlestringHuman label.
parents[].share.numeratorintegerNumerator.
parents[].share.denominatorintegerDenominator.
parents[].parents[].organization.organizationIdentifier.schemestringISO 6523 ICD code.
parents[].parents[].organization.organizationIdentifier.idstringRegister identifier.
parents[].parents[].organization.namestringRegistered name.
parents[].parents[].organization.countrystringISO 3166-1 alpha-2.
parents[].parents[].organization.links[].hrefstringAbsolute URL.
parents[].parents[].organization.links[].titlestringHuman label.
parents[].parents[].share.numeratorintegerNumerator.
parents[].parents[].share.denominatorintegerDenominator.
parents[].parents[].parents[].organization.namestringRegistered name.
parents[].parents[].parents[].organization.countrystringISO 3166-1 alpha-2.
parents[].parents[].parents[].share.numeratorintegerNumerator.
parents[].parents[].parents[].share.denominatorintegerDenominator.
parents[].parents[].parents[].parents[].effectiveSharePctnumberEffective ownership share through the whole chain, as a percentage.
parents[].parents[].parents[].parents[].depthintegerSteps from the queried company to this node.
parents[].parents[].parents[].parents[].isTerminalNodebooleanWhether the chain ends here, with no registered owner above.
parents[].parents[].parents[].subsidiaries[].effectiveSharePctnumberEffective ownership share through the whole chain, as a percentage.
parents[].parents[].parents[].subsidiaries[].depthintegerSteps from the queried company to this node.
parents[].parents[].parents[].subsidiaries[].isTerminalNodebooleanWhether the chain ends here, with no registered owner above.
parents[].parents[].parents[].effectiveSharePctnumberEffective ownership share through the whole chain, as a percentage.
parents[].parents[].parents[].depthintegerSteps from the queried company to this node.
parents[].parents[].parents[].isTerminalNodebooleanWhether the chain ends here, with no registered owner above.
parents[].parents[].subsidiaries[].organization.namestringRegistered name.
parents[].parents[].subsidiaries[].organization.countrystringISO 3166-1 alpha-2.
parents[].parents[].subsidiaries[].share.numeratorintegerNumerator.
parents[].parents[].subsidiaries[].share.denominatorintegerDenominator.
parents[].parents[].subsidiaries[].parents[].effectiveSharePctnumberEffective ownership share through the whole chain, as a percentage.
parents[].parents[].subsidiaries[].parents[].depthintegerSteps from the queried company to this node.
parents[].parents[].subsidiaries[].parents[].isTerminalNodebooleanWhether the chain ends here, with no registered owner above.
parents[].parents[].subsidiaries[].subsidiaries[].effectiveSharePctnumberEffective ownership share through the whole chain, as a percentage.
parents[].parents[].subsidiaries[].subsidiaries[].depthintegerSteps from the queried company to this node.
parents[].parents[].subsidiaries[].subsidiaries[].isTerminalNodebooleanWhether the chain ends here, with no registered owner above.
parents[].parents[].subsidiaries[].effectiveSharePctnumberEffective ownership share through the whole chain, as a percentage.
parents[].parents[].subsidiaries[].depthintegerSteps from the queried company to this node.
parents[].parents[].subsidiaries[].isTerminalNodebooleanWhether the chain ends here, with no registered owner above.
parents[].parents[].effectiveSharePctnumberEffective ownership share through the whole chain, as a percentage.
parents[].parents[].depthintegerSteps from the queried company to this node.
parents[].parents[].isTerminalNodebooleanWhether the chain ends here, with no registered owner above.
parents[].subsidiaries[].organization.organizationIdentifier.schemestringISO 6523 ICD code.
parents[].subsidiaries[].organization.organizationIdentifier.idstringRegister identifier.
parents[].subsidiaries[].organization.namestringRegistered name.
parents[].subsidiaries[].organization.countrystringISO 3166-1 alpha-2.
parents[].subsidiaries[].organization.links[].hrefstringAbsolute URL.
parents[].subsidiaries[].organization.links[].titlestringHuman label.
parents[].subsidiaries[].share.numeratorintegerNumerator.
parents[].subsidiaries[].share.denominatorintegerDenominator.
parents[].subsidiaries[].parents[].organization.namestringRegistered name.
parents[].subsidiaries[].parents[].organization.countrystringISO 3166-1 alpha-2.
parents[].subsidiaries[].parents[].share.numeratorintegerNumerator.
parents[].subsidiaries[].parents[].share.denominatorintegerDenominator.
parents[].subsidiaries[].parents[].parents[].effectiveSharePctnumberEffective ownership share through the whole chain, as a percentage.
parents[].subsidiaries[].parents[].parents[].depthintegerSteps from the queried company to this node.
parents[].subsidiaries[].parents[].parents[].isTerminalNodebooleanWhether the chain ends here, with no registered owner above.
parents[].subsidiaries[].parents[].subsidiaries[].effectiveSharePctnumberEffective ownership share through the whole chain, as a percentage.
parents[].subsidiaries[].parents[].subsidiaries[].depthintegerSteps from the queried company to this node.
parents[].subsidiaries[].parents[].subsidiaries[].isTerminalNodebooleanWhether the chain ends here, with no registered owner above.
parents[].subsidiaries[].parents[].effectiveSharePctnumberEffective ownership share through the whole chain, as a percentage.
parents[].subsidiaries[].parents[].depthintegerSteps from the queried company to this node.
parents[].subsidiaries[].parents[].isTerminalNodebooleanWhether the chain ends here, with no registered owner above.
parents[].subsidiaries[].subsidiaries[].organization.namestringRegistered name.
parents[].subsidiaries[].subsidiaries[].organization.countrystringISO 3166-1 alpha-2.
parents[].subsidiaries[].subsidiaries[].share.numeratorintegerNumerator.
parents[].subsidiaries[].subsidiaries[].share.denominatorintegerDenominator.
parents[].subsidiaries[].subsidiaries[].parents[].effectiveSharePctnumberEffective ownership share through the whole chain, as a percentage.
parents[].subsidiaries[].subsidiaries[].parents[].depthintegerSteps from the queried company to this node.
parents[].subsidiaries[].subsidiaries[].parents[].isTerminalNodebooleanWhether the chain ends here, with no registered owner above.
parents[].subsidiaries[].subsidiaries[].subsidiaries[].effectiveSharePctnumberEffective ownership share through the whole chain, as a percentage.
parents[].subsidiaries[].subsidiaries[].subsidiaries[].depthintegerSteps from the queried company to this node.
parents[].subsidiaries[].subsidiaries[].subsidiaries[].isTerminalNodebooleanWhether the chain ends here, with no registered owner above.
parents[].subsidiaries[].subsidiaries[].effectiveSharePctnumberEffective ownership share through the whole chain, as a percentage.
parents[].subsidiaries[].subsidiaries[].depthintegerSteps from the queried company to this node.
parents[].subsidiaries[].subsidiaries[].isTerminalNodebooleanWhether the chain ends here, with no registered owner above.
parents[].subsidiaries[].effectiveSharePctnumberEffective ownership share through the whole chain, as a percentage.
parents[].subsidiaries[].depthintegerSteps from the queried company to this node.
parents[].subsidiaries[].isTerminalNodebooleanWhether the chain ends here, with no registered owner above.
parents[].effectiveSharePctnumberEffective ownership share through the whole chain, as a percentage.
parents[].depthintegerSteps from the queried company to this node.
parents[].isTerminalNodebooleanWhether the chain ends here, with no registered owner above.
subsidiaries[].organization.organizationIdentifier.schemestringISO 6523 ICD code.
subsidiaries[].organization.organizationIdentifier.idstringRegister identifier.
subsidiaries[].organization.namestringRegistered name.
subsidiaries[].organization.countrystringISO 3166-1 alpha-2.
subsidiaries[].organization.links[].hrefstringAbsolute URL.
subsidiaries[].organization.links[].titlestringHuman label.
subsidiaries[].share.numeratorintegerNumerator.
subsidiaries[].share.denominatorintegerDenominator.
subsidiaries[].parents[].organization.organizationIdentifier.schemestringISO 6523 ICD code.
subsidiaries[].parents[].organization.organizationIdentifier.idstringRegister identifier.
subsidiaries[].parents[].organization.namestringRegistered name.
subsidiaries[].parents[].organization.countrystringISO 3166-1 alpha-2.
subsidiaries[].parents[].organization.links[].hrefstringAbsolute URL.
subsidiaries[].parents[].organization.links[].titlestringHuman label.
subsidiaries[].parents[].share.numeratorintegerNumerator.
subsidiaries[].parents[].share.denominatorintegerDenominator.
subsidiaries[].parents[].parents[].organization.namestringRegistered name.
subsidiaries[].parents[].parents[].organization.countrystringISO 3166-1 alpha-2.
subsidiaries[].parents[].parents[].share.numeratorintegerNumerator.
subsidiaries[].parents[].parents[].share.denominatorintegerDenominator.
subsidiaries[].parents[].parents[].parents[].effectiveSharePctnumberEffective ownership share through the whole chain, as a percentage.
subsidiaries[].parents[].parents[].parents[].depthintegerSteps from the queried company to this node.
subsidiaries[].parents[].parents[].parents[].isTerminalNodebooleanWhether the chain ends here, with no registered owner above.
subsidiaries[].parents[].parents[].subsidiaries[].effectiveSharePctnumberEffective ownership share through the whole chain, as a percentage.
subsidiaries[].parents[].parents[].subsidiaries[].depthintegerSteps from the queried company to this node.
subsidiaries[].parents[].parents[].subsidiaries[].isTerminalNodebooleanWhether the chain ends here, with no registered owner above.
subsidiaries[].parents[].parents[].effectiveSharePctnumberEffective ownership share through the whole chain, as a percentage.
subsidiaries[].parents[].parents[].depthintegerSteps from the queried company to this node.
subsidiaries[].parents[].parents[].isTerminalNodebooleanWhether the chain ends here, with no registered owner above.
subsidiaries[].parents[].subsidiaries[].organization.namestringRegistered name.
subsidiaries[].parents[].subsidiaries[].organization.countrystringISO 3166-1 alpha-2.
subsidiaries[].parents[].subsidiaries[].share.numeratorintegerNumerator.
subsidiaries[].parents[].subsidiaries[].share.denominatorintegerDenominator.
subsidiaries[].parents[].subsidiaries[].parents[].effectiveSharePctnumberEffective ownership share through the whole chain, as a percentage.
subsidiaries[].parents[].subsidiaries[].parents[].depthintegerSteps from the queried company to this node.
subsidiaries[].parents[].subsidiaries[].parents[].isTerminalNodebooleanWhether the chain ends here, with no registered owner above.
subsidiaries[].parents[].subsidiaries[].subsidiaries[].effectiveSharePctnumberEffective ownership share through the whole chain, as a percentage.
subsidiaries[].parents[].subsidiaries[].subsidiaries[].depthintegerSteps from the queried company to this node.
subsidiaries[].parents[].subsidiaries[].subsidiaries[].isTerminalNodebooleanWhether the chain ends here, with no registered owner above.
subsidiaries[].parents[].subsidiaries[].effectiveSharePctnumberEffective ownership share through the whole chain, as a percentage.
subsidiaries[].parents[].subsidiaries[].depthintegerSteps from the queried company to this node.
subsidiaries[].parents[].subsidiaries[].isTerminalNodebooleanWhether the chain ends here, with no registered owner above.
subsidiaries[].parents[].effectiveSharePctnumberEffective ownership share through the whole chain, as a percentage.
subsidiaries[].parents[].depthintegerSteps from the queried company to this node.
subsidiaries[].parents[].isTerminalNodebooleanWhether the chain ends here, with no registered owner above.
subsidiaries[].subsidiaries[].organization.organizationIdentifier.schemestringISO 6523 ICD code.
subsidiaries[].subsidiaries[].organization.organizationIdentifier.idstringRegister identifier.
subsidiaries[].subsidiaries[].organization.namestringRegistered name.
subsidiaries[].subsidiaries[].organization.countrystringISO 3166-1 alpha-2.
subsidiaries[].subsidiaries[].organization.links[].hrefstringAbsolute URL.
subsidiaries[].subsidiaries[].organization.links[].titlestringHuman label.
subsidiaries[].subsidiaries[].share.numeratorintegerNumerator.
subsidiaries[].subsidiaries[].share.denominatorintegerDenominator.
subsidiaries[].subsidiaries[].parents[].organization.namestringRegistered name.
subsidiaries[].subsidiaries[].parents[].organization.countrystringISO 3166-1 alpha-2.
subsidiaries[].subsidiaries[].parents[].share.numeratorintegerNumerator.
subsidiaries[].subsidiaries[].parents[].share.denominatorintegerDenominator.
subsidiaries[].subsidiaries[].parents[].parents[].effectiveSharePctnumberEffective ownership share through the whole chain, as a percentage.
subsidiaries[].subsidiaries[].parents[].parents[].depthintegerSteps from the queried company to this node.
subsidiaries[].subsidiaries[].parents[].parents[].isTerminalNodebooleanWhether the chain ends here, with no registered owner above.
subsidiaries[].subsidiaries[].parents[].subsidiaries[].effectiveSharePctnumberEffective ownership share through the whole chain, as a percentage.
subsidiaries[].subsidiaries[].parents[].subsidiaries[].depthintegerSteps from the queried company to this node.
subsidiaries[].subsidiaries[].parents[].subsidiaries[].isTerminalNodebooleanWhether the chain ends here, with no registered owner above.
subsidiaries[].subsidiaries[].parents[].effectiveSharePctnumberEffective ownership share through the whole chain, as a percentage.
subsidiaries[].subsidiaries[].parents[].depthintegerSteps from the queried company to this node.
subsidiaries[].subsidiaries[].parents[].isTerminalNodebooleanWhether the chain ends here, with no registered owner above.
subsidiaries[].subsidiaries[].subsidiaries[].organization.namestringRegistered name.
subsidiaries[].subsidiaries[].subsidiaries[].organization.countrystringISO 3166-1 alpha-2.
subsidiaries[].subsidiaries[].subsidiaries[].share.numeratorintegerNumerator.
subsidiaries[].subsidiaries[].subsidiaries[].share.denominatorintegerDenominator.
subsidiaries[].subsidiaries[].subsidiaries[].parents[].effectiveSharePctnumberEffective ownership share through the whole chain, as a percentage.
subsidiaries[].subsidiaries[].subsidiaries[].parents[].depthintegerSteps from the queried company to this node.
subsidiaries[].subsidiaries[].subsidiaries[].parents[].isTerminalNodebooleanWhether the chain ends here, with no registered owner above.
subsidiaries[].subsidiaries[].subsidiaries[].subsidiaries[].effectiveSharePctnumberEffective ownership share through the whole chain, as a percentage.
subsidiaries[].subsidiaries[].subsidiaries[].subsidiaries[].depthintegerSteps from the queried company to this node.
subsidiaries[].subsidiaries[].subsidiaries[].subsidiaries[].isTerminalNodebooleanWhether the chain ends here, with no registered owner above.
subsidiaries[].subsidiaries[].subsidiaries[].effectiveSharePctnumberEffective ownership share through the whole chain, as a percentage.
subsidiaries[].subsidiaries[].subsidiaries[].depthintegerSteps from the queried company to this node.
subsidiaries[].subsidiaries[].subsidiaries[].isTerminalNodebooleanWhether the chain ends here, with no registered owner above.
subsidiaries[].subsidiaries[].effectiveSharePctnumberEffective ownership share through the whole chain, as a percentage.
subsidiaries[].subsidiaries[].depthintegerSteps from the queried company to this node.
subsidiaries[].subsidiaries[].isTerminalNodebooleanWhether the chain ends here, with no registered owner above.
subsidiaries[].effectiveSharePctnumberEffective ownership share through the whole chain, as a percentage.
subsidiaries[].depthintegerSteps from the queried company to this node.
subsidiaries[].isTerminalNodebooleanWhether the chain ends here, with no registered owner above.
effectiveSharePctnumberEffective ownership share through the whole chain, as a percentage.
depthintegerSteps from the queried company to this node.
isTerminalNodebooleanWhether the chain ends here, with no registered owner above.

parents og subsidiaries er rekursive: same feltsett gjentek seg på kvart nivå, så treet kan gå gjennom fleire ledd av mellomliggjande selskap.

Tre steg til første svar

  1. Logg inn med GitHub

    Eitt klikk, under eitt minutt, ingen betalingskort. Nøkkelen kjem tilbake til denne sida.
  2. Kall endepunktet

    Byt ut $TOKEN i curl-en over med nøkkelen. Kallet treng berre scheme og organisasjonsnummeret du allereie har frå selskapsoppslaget.
  3. Bruk svaret

    Følg parents rekursivt for å finne toppen av konsernet, eller subsidiaries for å sjå heile porteføljen selskapet kontrollerer under seg.

Data og kjelder

Norske konsernledd kjem frå Brønnøysundregistrenes aksjonærregister og Einingsregister, oppdatert løpande. Svenske ledd blir verifiserte mot Bolagsverkets register via Combify.

Sjå også

Spørsmål og svar

Kor langt opp og ned går treet?
Så langt registera faktisk viser eit eigarsamband. Eit selskap utan kjende morselskap eller dotterselskap får tomme parents- og subsidiaries-lister.
Er dette det same som aksjonærlista?
Nei. Aksjonærar gir alle eigarane av eitt selskap, inkludert personar. Konsernstruktur byggjer treet av selskap over og under, og lèt deg følgje kjeda fleire ledd.
Kor ferske er dataa?
Konsernstrukturen blir halden løpande oppdatert mot Brønnøysundregistrene. Ei eigarendring i eitt ledd er synleg i treet så snart ho er registrert.
Verkar det i Sverige?
Ja, og på tvers av landegrensa når eit norsk selskap har eit svensk morselskap eller dotterselskap eller omvendt. Svenske ledd blir verifiserte mot Bolagsverkets register via Combify.
Beta! Dokumentasjonen er automatisk generert. Informasjonen kan være ufullstendig og inneholde feil, spesielt skjermbilder og videoer. Se Om hjelpesidene. Vi vil veldig gjerne ha innspill: Kontakt oss via «Fant du det du lette etter?» nederst, i chatten nede til høyre eller på support@placepoint.no – vi svarer så fort vi kan!