- Developer newsUpdates to the API
- Finland Company Data – Search, Lite Profile, Enhanced Profile, and Filing Updates
- Gibraltar Company Data – Search and Lite Profile Updates
- Jersey Company Data – Search and Lite Profile Updates
- Slovenia Company Data – Search, Lite Profile, and Filing List Updates
- Luxembourg Enhanced Profile – Shareholder Data Improvements
- Latvia Company Data – Search, Lite Profile, and Enhanced Profile Updates
- UBO Verify – Release Note
- British Virgin Islands (BVI) Company Data Now Available
- Estonia Company Data – Search, Lite Profile, and Enhanced Profile Updates
- Lithuania Company Data – Enhanced Profiles Removed, Search and Lite Profile Updates
- 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 V1 API
- Company searchSearch for a company by name or number
- Cache searchSearch for a company globally
- Lite ProfileBasic company verification details
- Enhanced ProfileCompany profiles with representatives and shareholders
- Filing searchOrder registry extracts and filings
- UBO VerifyFind the ultimate beneficial owners via corporate ownership structure
- About testingInformation about the Kyckr test environment
- Supported jurisdictionsJurisdictions and regional codes
- Response codesExtra information in the responseCodeField
- FAQsFrequently asked questions about the V1 API
Finland Company Data – Search, Lite Profile, Enhanced Profile, and Filing Updates
Overview
As part of Kyckr's migration from the EBR (European Business Registry Network) to a direct connection with PRH (Finnish Patent and Registration Office), we've updated Search, Lite Profile, Enhanced Profile, and Filing responses for Finland (ISO code FI).
All four products remain available and have been improved with richer data, better address parsing, and broader coverage. A key addition is company number search, which was not previously available — customers can now search by both company name and registration number.
Search results
Search responses for Finland have been improved with richer data and a cleaner response structure following the direct registry connection.
New: company number search
Previously, Finland search only supported name-based searches. After migration, both name search and number search are supported.
Response structure changes
Before (EBR — name search):
{
"companiesField": [
{
"addressesField": [
{
"lineField": [
{
"lineField": "Artjärvi Kk",
"typeField": "",
"typeCodeField": ""
}
],
"typeField": "Registered Office Short Description",
"addressInOneLineField": "Artjärvi Kk",
"addressLine1Field": "",
"addressLine2Field": "",
"addressLine3Field": "",
"addressLine4Field": "",
"cityTownField": "Artjärvi Kk"
}
],
"aliasesField": [
null
],
"codeField": "0486256-4",
"companyIDField": "0486256-4",
"dateField": "22/03/2026",
"nameField": "Artjärven Antinkulma Oy",
"officialField": false,
"registrationAuthorityField": "Finnish Patent and Registration Office",
"registrationAuthorityCodeField": "FIPATREK"
}
],
"transactionIdField": "12437298",
"responseCodeField": 100
}After (PRH — number search):
{
"companiesField": [
{
"addressesField": [
{
"countryField": "Finland",
"addressInOneLineField": "PL 212, VIITASAARI, Finland, 44501",
"addressLine1Field": "PL 212",
"cityTownField": "VIITASAARI",
"postcodeField": "44501"
}
],
"codeField": "0100002-9",
"companyIDField": "0100002-9",
"dateField": "2026-03-22T23:49:13.8557304Z",
"legalFormField": "Limited company",
"legalStatusField": "Dissolved",
"nameField": "Artjärven Metalli Oy",
"officialField": false,
"registrationAuthorityField": "Finnish Patent and Registration Office",
"registrationNumberField": "0100002-9",
"registrationDateField": "1976-04-23"
}
],
"responseCodeField": 100
}Key changes
The following fields are now populated in search responses:
- legalFormField: Now populated with the company's legal form (e.g., "Limited company", "Limited partnership")
- legalStatusField: Now populated with the company's registration status (e.g., "Dissolved", "In the register")
- registrationNumberField: Now included, providing the company's registration number
- registrationDateField: Now included, providing the company's registration date in ISO format
- dateField: Now uses ISO format instead of DD/MM/YYYY
- addressesField: Cleaner structure with
countryField,postcodeField, andaddressLine1Fieldpopulated;lineFieldarray removed
Lite profile changes
The response structure has been updated due to the new provider, with improved address parsing, additional fields, and Finnish-language activity descriptions.
Response structure changes
Before (EBR):
{
"data": {
"companyProfileField": {
"activityField": [
{
"codeField": "",
"descriptionField": "Plumbing, heat and air-conditioning installation"
}
],
"addressesField": [
{
"addressInOneLineField": "11 KAUPPATIE ASKOLA 07510",
"addressLine1Field": "11 KAUPPATIE ASKOLA 07510",
"addressLine2Field": "",
"addressLine3Field": "",
"addressLine4Field": "",
"cityTownField": "",
"countryField": "",
"lineField": [
{
"lineField": "",
"typeCodeField": "",
"typeField": ""
}
],
"postcodeField": "",
"regionStateField": ""
}
],
"codeField": "0100032-8",
"dateField": "2026-03-22T23:48:38.1234409Z",
"foundationDateField": "",
"legalFormField": "Limited partnership",
"legalStatusField": "Active",
"normalizedLegalStatusField": "ACTIVE",
"nameField": "Laineen Vesilämpö kommandiittiyhtiö",
"officialField": false,
"registrationAuthorityField": "Finnish Trade Register",
"registrationDateField": "1978-03-15"
},
"transactionIdField": "0"
}
}After (PRH):
{
"data": {
"companyProfileField": {
"activityField": [
{
"codeField": "",
"descriptionField": "Yhtiön toimialana on lvi-alan asennustöiden suorittaminen ja alan tarvikkeiden vähittäiskauppa. Yhtiö voi omistaa kiinteistöjä ja arvopapereita."
}
],
"addressesField": [
{
"addressInOneLineField": "KAUPPATIE 11, Vakkola, Finland, 07510",
"addressLine1Field": "KAUPPATIE 11",
"cityTownField": "Vakkola",
"countryField": "Finland",
"postcodeField": "07510"
}
],
"aliasesField": [],
"codeField": "0100032-8",
"dateField": "2026-03-22T23:48:42.1443306Z",
"foundationDateField": "1976-03-05",
"legalFormField": "Limited partnership",
"legalStatusField": "In the register",
"normalizedLegalStatusField": "Active",
"nameField": "Laineen Vesilämpö kommandiittiyhtiö",
"officialField": false,
"registrationAuthorityField": "Finnish Patent and Registration Office",
"registrationDateField": "1976-03-05",
"registrationNumberField": "0100032-8"
},
"responseCodeField": "100",
"transactionIdField": "5424470"
}
}Field mapping changes
Address structure
The address structure has been improved with better parsing and more populated fields:
Key improvements:
countryFieldis now populated (e.g., "Finland")cityTownFieldandpostcodeFieldare now properly parsed and populatedaddressLine1Fieldnow contains just the street address (previously contained the entire address string)lineFieldarray has been removed in favour of structured address fieldsaddressLine2Field,addressLine3Field,addressLine4Field, andregionStateFieldhave been removed
Company identification
Key changes:
registrationNumberFieldis now included, providing the registration number separately fromcodeFieldfoundationDateFieldis now populated with the company's foundation date in ISO formatregistrationDateFieldis now the registration date
Legal form and status
Key changes:
legalStatusFieldnow reflects PRH registry status values (e.g., "In the register", "Registered") instead of EBR values (e.g., "Active")normalizedLegalStatusFieldnow uses title case ("Active") instead of uppercase ("ACTIVE")registrationAuthorityFieldnow reads "Finnish Patent and Registration Office" (previously "Finnish Trade Register")
Additional fields
Enhanced profile changes
The response structure has been updated due to the new provider, with improved activity data, cleaner addresses, and updated director role terminology.
Response structure changes
Before (EBR):
{
"data": {
"companyProfileField": {
"activityField": [
{
"codeField": "4322",
"descriptionField": "Plumbing, heat and air conditioning installation"
}
],
"activityDeclarationField": [
{
"declarationField": "Yhtiön toimialana on lvi-alan asennustöiden suorittaminen ja alan tarvikkeiden vähittäiskauppa. Yhtiö voi omistaa kiinteistöjä ja arvopapereita.",
"declarationDescriptionField": "",
"languageField": ""
}
],
"addressesField": [
{
"countryField": "Finland",
"lineField": [
{
"lineField": "KAUPPATIE 11",
"typeField": "",
"typeCodeField": ""
},
{
"lineField": "07510",
"typeField": "",
"typeCodeField": ""
},
{
"lineField": "Vakkola",
"typeField": "",
"typeCodeField": ""
}
],
"typeField": "Postal Address",
"addressInOneLineField": "KAUPPATIE 11, Vakkola, 07510, Finland",
"addressLine1Field": "KAUPPATIE 11",
"cityTownField": "Vakkola",
"postcodeField": "07510"
}
],
"aliasesField": [
null
],
"codeField": "0100032-8",
"dateField": "2026-03-22T23:27:29.7961912Z",
"legalFormField": "Kommandiittiyhtiö",
"legalStatusField": "Registered",
"normalizedLegalStatusField": "ACTIVE",
"nameField": "Laineen Vesilämpö kommandiittiyhtiö",
"officialField": false,
"registrationAuthorityField": "Finnish Patent and Registration Office",
"registrationAuthorityCodeField": "FIPATREK",
"registrationDateField": "1976-03-05",
"registrationNumberField": "0100032-8",
"vatNumberField": "FI01000328",
"directorAndShareDetailsField": {
"directorsField": [
{
"titleField": "Accountable partner",
"nameField": "Matti Halonen",
"birthdateField": "1976-07-12",
"appointedOnField": ""
},
{
"titleField": "Accountable partner",
"nameField": "Ida Järvenpää",
"birthdateField": "1972-04-29",
"appointedOnField": ""
},
{
"titleField": "Silent partner",
"nameField": "Tomi Eloranta",
"birthdateField": "1975-04-25",
"appointedOnField": ""
},
{
"titleField": "Managing Director",
"nameField": "Matti Halonen",
"birthdateField": "1958-06-28",
"appointedOnField": ""
}
]
}
},
"transactionIdField": "5424407",
"retrievalLocationField": "https://download.kyckr.com/file/1379863771-0"
}
}After (PRH):
{
"data": {
"companyProfileField": {
"activityField": [
{
"descriptionField": "Yhtiön toimialana on lvi-alan asennustöiden suorittaminen ja alan tarvikkeiden vähittäiskauppa. Yhtiö voi omistaa kiinteistöjä ja arvopapereita.",
"typeField": "Primary"
}
],
"addressesField": [
{
"countryField": "Finland",
"addressInOneLineField": "KAUPPATIE 11, Vakkola, Finland, 07510",
"addressLine1Field": "KAUPPATIE 11",
"cityTownField": "Vakkola",
"postcodeField": "07510"
}
],
"codeField": "0100032-8",
"dateField": "2026-03-22T23:27:35.0822322Z",
"foundationDateField": "1976-03-05",
"legalFormField": "Limited partnership",
"legalFormDeclarationField": "Limited partnership",
"legalStatusField": "In the register",
"normalizedLegalStatusField": "Active",
"nameField": "Laineen Vesilämpö kommandiittiyhtiö",
"officialField": false,
"registrationAuthorityField": "Finnish Patent and Registration Office",
"registrationDateField": "1976-03-05",
"registrationNumberField": "0100032-8",
"directorAndShareDetailsField": {
"directorsField": [
{
"titleField": "Partner",
"nameField": "Matti Halonen",
"birthdateField": "1976-07-12"
},
{
"titleField": "Partner",
"nameField": "Ida Järvenpää",
"birthdateField": "1972-04-29"
},
{
"titleField": "Silent partner",
"nameField": "Tomi Eloranta",
"birthdateField": "1975-04-25"
},
{
"titleField": "Managing Director",
"nameField": "Matti Halonen",
"birthdateField": "1958-06-28"
}
]
}
},
"transactionIdField": "5424408",
"retrievalLocationField": "https://download.kyckr.com/file/812410296-1",
"responseCodeField": "100"
}
}Field mapping changes
Address structure
The address structure has been simplified:
Key improvements:
lineFieldarray has been removed in favour of structured address fields- Address
typeField(e.g., "Postal Address") has been removed addressInOneLineFieldformat slightly changed (country and postcode order)
Directors and representatives
Key changes:
- Directors continue to be available with role titles and birth dates
appointedOnFieldhas been removed (previously empty)- Director role titles may differ between providers (e.g., "Accountable partner" → "Partner")
Legal form and status
Key changes:
legalFormFieldnow uses English values (e.g., "Limited partnership") instead of Finnish (e.g., "Kommandiittiyhtiö")legalFormDeclarationFieldis now includedlegalStatusFieldnow reflects PRH registry status values (e.g., "In the register") instead of EBR values (e.g., "Registered")normalizedLegalStatusFieldnow uses title case ("Active") instead of uppercase ("ACTIVE")foundationDateFieldis now populated
Filing search changes
The filing search response has been updated following the migration to the direct PRH connection. The available document types have changed, with EBR-specific products removed and new PRH document types added. The specific documents available vary by company type.
Response structure changes
Before (EBR):
{
"continuationKeyField": "",
"productsField": [
{
"currencyField": "€",
"idField": "EBRON_RUJSX0NvbXBhbnlQcm9maWxlXzE=_MDEwMTIzOS02___RUJSX0NQ",
"priceField": "0",
"priceTagField": "EBR_CP",
"productCodeField": "EBR_CompanyProfile_1",
"productFormatField": "PDF",
"productTitleField": "Company Profile",
"vatChargeField": "0"
},
{
"currencyField": "€",
"idField": "EBRON_RUJSX0NvbXBhbnlPZmZpY2lhbHNfMQ==_MDEwMTIzOS02___RUJSX0NP",
"priceField": "0",
"priceTagField": "EBR_CO",
"productCodeField": "EBR_CompanyOfficials_1",
"productFormatField": "PDF",
"productTitleField": "Company Officials",
"vatChargeField": "0"
},
{
"companyCodeField": "0101239-6",
"currencyField": "€",
"deliveryTimeMinutesField": "5",
"displayDateField": "2026-03-23",
"idField": "EBROFF_RVRS_RklOX0VUUg==_...",
"productDetailsField": [
{
"documentCountField": 0,
"keyField": "EFFECTIVE_DATE",
"valueField": "2026-03-23"
}
],
"productFormatField": "PDF",
"productTitleField": "Kaupparekisteriote (Extract from Trade Register)",
"typeField": "EXTRACT_FROM_TRADE_REGISTER",
"vatChargeField": "0"
},
{
"companyCodeField": "0101239-6",
"currencyField": "€",
"deliveryTimeMinutesField": "5",
"displayDateField": "1987-06-30",
"idField": "EBROFF_TUE=_RklOX01B_...",
"productDetailsField": [
{
"documentCountField": 0,
"keyField": "EFFECTIVE_DATE",
"valueField": "1987-06-30"
}
],
"productFormatField": "PDF",
"productTitleField": "Yhteisösäännöt (Memorandum and Articles of Association)",
"typeField": "MEMO_AND_ARTICLES",
"vatChargeField": "0"
},
{
"companyCodeField": "0101239-6",
"currencyField": "€",
"deliveryTimeMinutesField": "5",
"displayDateField": "2024-12-31",
"idField": "EBROFF_QUE=_RklOX0FB_...",
"productCodeField": "AA",
"productDetailsField": [
{
"documentCountField": 0,
"keyField": "EFFECTIVE_DATE",
"valueField": "2024-12-31"
}
],
"productFormatField": "ZIP",
"productTitleField": "Tilinpäätös (Annual Accounts)",
"typeField": "ANNUAL_ACCOUNT",
"vatChargeField": "0"
}
],
"responseCodeField": 100,
"shouldPayVatField": false,
"transactionIdField": "72771376"
}After (PRH):
{
"productsField": [
{
"companyCodeField": "0101239-6",
"countryISOField": "FI",
"currencyField": "€",
"deliveryTimeMinutesField": "5",
"idField": "REGHUBOFF_Q29vcGVyYXRpdmUgUnVsZXM=_...",
"priceTagField": "FI_PRH_CR",
"productFormatField": "PDF",
"productTitleField": "Cooperative Rules",
"typeField": "Filing",
"vatChargeField": "0"
},
{
"companyCodeField": "0101239-6",
"countryISOField": "FI",
"currencyField": "€",
"deliveryTimeMinutesField": "5",
"idField": "REGHUBOFF_VHJhZGUgUmVnaXN0ZXIgRXh0cmFjdCAtIEZpbm5pc2g=_...",
"priceTagField": "FI_PRH_TRE",
"productFormatField": "PDF",
"productTitleField": "Trade Register Extract - Finnish",
"typeField": "Filing",
"vatChargeField": "0"
}
],
"responseCodeField": 100,
"shouldPayVatField": false
}Key changes
Removed products
The following EBR-specific products are no longer available:
- Company Profile (EBR_CP) — EBR-sourced company profile PDF
- Company Officials (EBR_CO) — EBR-sourced company officials PDF
New products
The specific documents available depend on company type. Examples of PRH document types now available:
| Product | Format |
|---|---|
| Cooperative Rules | |
| Trade Register Extract - Finnish |
Response structure changes
countryISOFieldis now included on all products (e.g., "FI")typeFieldnow uses "Filing" for all products (previously used specific type codes like "EXTRACT_FROM_TRADE_REGISTER")productCodeField,displayDateField, andproductDetailsFieldhave been removedcontinuationKeyFieldandtransactionIdFieldhave been removed from the response