- Developer newsUpdates to the API
- Estonia Company Data – Search, Lite Profile, and Enhanced Profile Updates
- Lithuania Company Data – Enhanced Profiles Removed, Search and Lite Profile Updates
- Luxembourg Enhanced Profile – Shareholder Data Improvements
- Enhanced UK Company Data – Director Information Improvements
- New Canada integration for search, lite profile and company profile documents
- Italian company identifier changed from codice fiscale to REA
- IntroductionAbout the Companies V2 API
- Company searchSearch for a company by name or number
- Global searchSearch for a company globally
- Lite ProfileBasic company verification details
- Enhanced ProfileCompany profiles with representatives and shareholders
- Filing searchOrder registry extracts and filings
- About testingInformation about the Kyckr V2 test environment
- Supported jurisdictionsJurisdictions and regional codes
Estonia Company Data – Search, Lite Profile, and Enhanced Profile Updates
Overview
In Kyckr's migration from the EBR (European Business Registry Network), we've updated Search, Lite Profile, and Enhanced Profile responses for Estonia (ISO code EE). Enhanced Profiles remain available and have been improved with better data quality and additional fields.
Search results
We've improved the structure and data quality of Search responses for Estonia companies.
Response structure changes
The search response structure has been updated for better consistency and additional company information.
Before:
{
"data": [
{
"id": "EE|MTA0NTExNzV8RUVSRENDVEE",
"companyName": "DHL Express Estonia AS",
"companyNumber": "10451175",
"address": "Rae village, Rae rural municipality, Harju county",
"registrationAuthority": "Registration department of the County Court of Tartu"
}
]
}After:
{
"data": [
{
"id": "EE|MTA0NTExNzU",
"companyName": "DHL Express Estonia AS",
"companyNumber": "10451175",
"address": "Harju maakond, Rae vald, Rae küla, Lennuradari tee 36",
"status": "Entered into the register",
"type": "Public limited company",
"startDate": "1998-05-14",
"registrationAuthority": "Centre of Registers and Information Systems"
}
]
}Key changes
- Address format: Address layout follows the Estonian format received
- Start date:
startDatefield is now included, providing the company's start date in ISO format - Legal status:
statusfield is now populated (e.g., "Entered into the register") - Entity type:
typefield is now populated (e.g., "Private limited company")
Lite profile changes
The response structure has been updated due to the new provider, with improved address parsing, activity data, and additional fields.
Response structure changes
Before (V2 format):
{
"data": {
"data": {
"data": {
"activity": [
{
"description": "53201 - Other postal and courier activities",
"type": "Primary"
}
],
"address": {
"fullAddress": "Harju maakond, Rae vald, Rae küla, Lennuradari tee 36, 75310",
"buildingName": "Harju maakond",
"streetName": " Rae vald"
},
"companyName": "DHL Express Estonia AS",
"companyNumber": "10451175",
"foundationDate": {
"original": "14.05.1998"
},
"registrationDate": {
"original": "14.05.1998"
},
"legalForm": {
"original": "Public limited company"
},
"legalStatus": {
"original": "Entered into the register",
"normalized": "Active"
},
"registrationAuthority": "Estonian Centre of Registers"
}
}
}
}After (V2 format):
{
"data": {
"data": {
"data": {
"activity": [
{
"code": "52.26",
"description": "Other support activities for transportation",
"type": "Primary"
},
{
"code": "53.20",
"description": "Other postal and courier activities",
"type": "Primary"
}
],
"address": {
"type": "Registered Address",
"fullAddress": "Harju maakond, Rae vald, Rae küla, Lennuradari tee 36",
"rawAddressLines": [
"36",
"Lennuradari tee",
"Rae küla",
"Rae vald",
"Harju maakond"
],
"buildingName": "36",
"streetName": "Lennuradari tee",
"city": "Rae küla",
"postcode": "75310",
"municipality": "Rae vald",
"country": "Estonia"
},
"companyName": "DHL Express Estonia AS",
"companyNumber": "10451175",
"otherIdentifiers": [],
"foundationDate": {
"original": "1998-05-14",
"normalized": "1998-05-14"
},
"registrationDate": {
"original": "1998-05-14",
"normalized": "1998-05-14"
},
"legalForm": {
"original": "Public limited company"
},
"legalStatus": {
"original": "Entered into the register",
"normalized": "Active"
},
"registrationAuthority": "Centre of Registers and Information Systems"
}
}
}
}Field mapping changes
Dissolution date
New field added:
dissolutionDateis now populated for companies that have been dissolved, providing both original and normalized date formats
Address structure
The address structure has been enhanced with better parsing and structured fields:
Key improvements:
typefield is now included to specify the address type (e.g., "Registered Address")- Structured fields added:
city,country,municipality,postcode rawAddressLinesarray provides the original address components- Address fields are now properly parsed (previously
buildingNameandstreetNamecontained misaligned data)
Activity data
Activity (NACE code) information is now properly populated:
Key improvements:
- Activity codes (
code) are now populated alongside descriptions - Multiple activities are now captured when available
Date fields
Key improvements:
- Date normalization has been improved for consistency
foundationDateandregistrationDatenow use ISO format (YYYY-MM-DD) in both original and normalized fields- Previously dates used DD.MM.YYYY format
Other changes
New fields added:
otherIdentifiersarray for additional company identifiersdissolutionDateis now populated for dissolved companies
Enhanced profile changes
The response structure has been updated due to the new provider, with improved data quality across multiple fields.
Response structure changes
Before (V2 format):
{
"data": {
"data": {
"data": {
"activities": [
{
"code": "62.02",
"type": "Primary"
}
],
"addresses": [
{
"type": "Business address",
"fullAddress": "Tartu mnt 53, Tallinn, Harju maakond, Kesklinna linnaosa, 10115, Estonia",
"buildingName": "Tartu mnt 53",
"streetName": "Tallinn",
"city": "Kesklinna linnaosa"
}
],
"capital": [
{
"description": "Capital",
"classDescription": "Capital",
"totalNominalValue": 262500.0,
"currency": "Euro"
}
],
"representatives": {
"corporations": [
{
"isActive": true,
"type": "Corporation",
"name": "John Smith",
"role": {
"original": "Member of the management board."
}
}
]
},
"legalForm": {
"original": "Osaühing (OÜ) "
},
"status": {
"original": "Entered into the register."
},
"registrationAuthority": "Registration department of the County Court of Tartu"
}
}
}
}After (V2 format):
{
"data": {
"data": {
"data": {
"activities": [
{
"code": "62.02",
"description": "Computer consultancy activities",
"type": "Primary"
}
],
"addresses": [
{
"type": "Registered Address",
"fullAddress": "Harju maakond, Tallinn, Kesklinna linnaosa, Tartu mnt 53",
"rawAddressLines": [
"53",
"Tartu mnt",
"Kesklinna linnaosa",
"Tallinn",
"Harju maakond"
],
"buildingName": "53",
"streetName": "Tartu mnt",
"municipality": "Tallinn"
}
],
"capital": [
{
"type": "L",
"description": "Ordinary ownership",
"classCode": "L",
"classDescription": "Ordinary ownership",
"totalNominalValue": 262500.0,
"currency": "EUR",
"shareholdings": [
{
"percentage": "100.00",
"totalNominalValue": 262500.0,
"shareholders": {
"individuals": [
{
"type": "Person",
"idNumber": "12345678901",
"name": "JOHN SMITH"
}
]
}
}
]
}
],
"representatives": {
"individuals": [
{
"role": {
"original": "JUHL",
"normalized": "Management board member"
},
"startDate": {
"original": "2025-01-14",
"normalized": "2025-01-14"
},
"isActive": true,
"powers": [
"Management board member"
],
"type": "Person",
"idNumber": "12345678901",
"name": "JOHN SMITH"
}
]
},
"legalForm": {
"original": "Private limited company"
},
"status": {
"original": "Entered into the register"
},
"registrationAuthority": "Centre of Registers and Information Systems"
}
}
}
}Field mapping changes
Activity data
Key improvements:
- Activity
descriptionis now included for all activities
Address structure
The address structure has been enhanced with better parsing:
typenow uses standardized descriptions (e.g., "Registered Address" instead of "Business address")rawAddressLinesarray provides the original address components- Address fields are now properly parsed (previously
buildingName,streetName,citycontained misaligned data) municipalityfield replacescityfor Estonian addresses
Capital and shareholdings
Key improvements:
shareholdingsarray is now included with detailed shareholder information- Shareholder details include:
idNumber,name,type(Person/Corporation),percentage, andtotalNominalValue currencynow uses ISO codes (e.g., "EUR" instead of "Euro")classCodeandtypefields are now populateddescriptionandclassDescriptionnow use standardized values (e.g., "Ordinary ownership" instead of "Capital")
Legal form
Key changes:
legalForm.originalnow provides English translated legal form (e.g., "Private limited company" instead of "Osaühing (OÜ) ")
Representatives
Key improvements:
- Representatives are now correctly mapped to
individualsorcorporationsarrays based on entity type (natural person vs legal person) - Previously, all representatives were incorrectly mapped to
corporations - Individual representatives now include:
idNumberfor identificationrolewith bothoriginal(Estonian code like "JUHL") andnormalized(English translation) valuesstartDatefor appointment datespowersarray for role descriptionsisActivestatus