- 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
- 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 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
Slovenia Company Data – Search, Lite Profile, and Filing List Updates
Overview
As part of Kyckr's migration from the EBR (European Business Registry Network) to a direct registry connection with AJPES (Agency of the Republic of Slovenia for Public Legal Records and Related Services), we've updated Search and Lite Profile responses for Slovenia (ISO code SI).
The Automated Search and Lite Profile products will remain available. The Enhanced Profile product will be discontinued. Customers currently using the Enhanced Profile should use the Lite Profile instead. Alternatively, a PDF registry extract -- in either Slovenian or English -- is available from the filing list and contains company information including representatives, capital, and shareholders.
The filing list will also contain an updated set of available filings. These will be delivered via the API with a delivery time of 15 minutes:
- Latest Annual Return
- Registry Extract in English
- Registry Extract in Slovenian
Search results
We've improved the structure and data quality of Search responses for Slovenia companies.
Response structure changes
The search response structure has been updated for better consistency and additional company information.
Before:
{
"correlationId": "019cb8f0-a123-719c-b456-78defgh12345",
"cost": { "type": "credit", "value": 0 },
"timeStamp": "2026-03-04T15:30:10.7874313Z",
"details": "Success",
"data": [
{
"id": "SI|OTMwODgyMjAwMHxTSVJBMDA2Mw",
"companyName": "Sala Software, računalniške storitve, d.o.o.",
"companyNumber": "9308822000",
"address": "Podplat",
"registrationAuthority": "District Court in Celje"
}
]
}After:
{
"correlationId": "019cb8f1-b234-719c-c567-89abcde23456",
"cost": { "type": "credit", "value": 0 },
"timeStamp": "2026-03-04T15:30:33.9259337Z",
"details": "Success",
"data": [
{
"id": "SI|OTMwODgyMjAwMA",
"companyName": "Sala Software, računalniške storitve, d.o.o.",
"companyNumber": "9308822000",
"address": "Kristan Vrh 34, 3241 Podplat",
"registrationAuthority": "AJPES, Agency of the Republic of Slovenia for Public Legal Records and Related Services"
}
]
}Key changes
The following fields have been improved in search responses:
| Field | Change |
|---|---|
| address | Now returns the full street address including postcode (e.g., "Kristan Vrh 34, 3241 Podplat") instead of just the city/place name |
| registrationAuthority | Now returns the direct AJPES authority name instead of the legacy District Court |
| id | The encoded company identifier no longer includes the registry authority suffix after migration |
Enhanced profile
The Enhanced Profile product for Slovenia will be discontinued following the EBR migration. Customers currently using the Enhanced Profile should transition to the Lite Profile.
As an alternative to the Enhanced Profile, a PDF registry extract is available from the filing list. The extract -- available in both Slovenian and English -- contains full company information including:
- Company representatives and directors
- Share capital information
- Shareholder data
- Supervisory board members
These PDF documents are sourced directly from the AJPES registry and carry a digital signature for verification purposes.