CVR — Danish companies
CVR (Det Centrale Virksomhedsregister) is the Danish business register, operated by Erhvervsstyrelsen. Contains business names, CVR numbers, addresses, industries, incorporation dates, management and accounting data for all registered Danish businesses.
1.0M rows
Data volume
Daily
Updates
5
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/company/{cvr}Hent selskapsdata
Show curl example
# GET https://data.ketl.no/api/connectors/cvr/company/{cvr}
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/cvr/company/{cvr}"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/searchSøk i CVR-registeret
- q required
- Fritekst-søketerm (selskapsnavn).
q=Maersk - size optional
- Maks antall treff.
size=10
Show curl example
# GET https://data.ketl.no/api/connectors/cvr/search?q=Maersk
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/cvr/search?q=Maersk"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/regnskaber/{cvr}Årsregnskaper for et CVR-selskap
Show curl example
# GET https://data.ketl.no/api/connectors/cvr/regnskaber/{cvr}
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/cvr/regnskaber/{cvr}"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/ejerforhold/{cvr}Eierforhold og reelle rettighetshavere
Show curl example
# GET https://data.ketl.no/api/connectors/cvr/ejerforhold/{cvr}
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/cvr/ejerforhold/{cvr}"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/direktoerer/{cvr}Direktører og ledelse
Show curl example
# GET https://data.ketl.no/api/connectors/cvr/direktoerer/{cvr}
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/cvr/direktoerer/{cvr}"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.