RIK — Estonian business register
Estonia's e-Business Register is operated by RIK (Registrite ja Infosüsteemide Keskus). The company registration API requires a contract with RIK; the connector is built contract-required and normalises to the same company-card shape as Brreg/CVR/YTJ (registrikood, name, address, status, legal form, country=EE). Without contract credentials (RIK_EE_API_USERNAME/RIK_EE_API_PASSWORD) the data routes return a structured 503 not_configured, and health reports configured:false — never 500. Open-data bulk (avaandmed.ariregister.rik.ee) is tracked as an alternative ingest.
—
Data volume
Daily
Updates
3
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/searchRequires configurationSøk estiske selskap på navn
Krever RIK-avtale (RIK_EE_API_USERNAME/RIK_EE_API_PASSWORD)
- query required
- Søkestreng (selskapsnavn)
query=Bolt
Show curl example
# GET https://data.ketl.no/api/connectors/rik-ee/search?query=Bolt
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/rik-ee/search?query=Bolt"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/company/{regCode}Requires configurationSelskap på registrikood
Krever RIK-avtale (RIK_EE_API_USERNAME/RIK_EE_API_PASSWORD)
Show curl example
# GET https://data.ketl.no/api/connectors/rik-ee/company/{regCode}
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/rik-ee/company/{regCode}"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.