company-v1Updated: 2026-03-06

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:

{
  "companiesField": [
    {
      "addressesField": [
        {
          "lineField": [
            {
              "lineField": "Podplat",
              "typeField": "",
              "typeCodeField": ""
            }
          ],
          "typeField": "Registered Office Short Description",
          "addressInOneLineField": "Podplat",
          "addressLine1Field": "",
          "addressLine2Field": "",
          "addressLine3Field": "",
          "addressLine4Field": "",
          "cityTownField": "Podplat"
        }
      ],
      "aliasesField": ["Sala Software d.o.o."],
      "codeField": "9308822000",
      "companyIDField": "9308822000",
      "dateField": "04/03/2026",
      "nameField": "Sala Software, računalniške storitve, d.o.o.",
      "officialField": false,
      "registrationAuthorityField": "District Court in Celje",
      "registrationAuthorityCodeField": "SIRA0063"
    }
  ],
  "transactionIdField": "12259572",
  "responseCodeField": 100
}

After:

{
  "companiesField": [
    {
      "addressesField": [
        {
          "addressInOneLineField": "Kristan Vrh 34, 3241 Podplat",
          "addressLine1Field": "Kristan Vrh 34",
          "addressLine2Field": " 3241 Podplat",
          "addressLine3Field": "",
          "addressLine4Field": ""
        }
      ],
      "aliasesField": ["Sala Software d.o.o."],
      "codeField": "9308822000",
      "companyIDField": "9308822000",
      "nameField": "Sala Software, računalniške storitve, d.o.o.",
      "officialField": false,
      "registrationAuthorityField": "AJPES, Agency of the Republic of Slovenia for Public Legal Records and Related Services",
      "registrationAuthorityCodeField": ""
    }
  ],
  "transactionIdField": "1764338",
  "responseCodeField": 100
}

Key changes

The following fields have been improved in search responses:

Field Change
addressInOneLineField Now returns the full street address including postcode (e.g., "Kristan Vrh 34, 3241 Podplat") instead of just the city/place name
registrationAuthorityField Now returns the direct AJPES authority name instead of the legacy District Court
registrationAuthorityCodeField Now returns empty -- the legacy SIRA court code is no longer used

The following fields have been removed:

  • lineField array within addressesField has been removed
  • typeField within addressesField (previously "Registered Office Short Description") has been removed
  • dateField has been removed from search responses

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.

Additional resources