background image pattern

Developer news

News Romania (RO) 🇷🇴 is our new connection in Europe

Romania (RO) 🇷🇴 is our new connection in Europe

Posted 2025-10-29 | Updated 2025-10-30

What did we integrate?

We are happy to announce that Romania’s Oficiul Național al Registrului Comerțului (ONRC) was integrated, expanding our current coverage portfolio. This integration is now available on our KYC API and within the KYC workspace.

The connection contains 17 legal types:

  • Societate în nume colectiv
  • Societate în comandită simplă
  • Societate cu răspundere limitată
  • Grup de interes economic
  • Societate pe acțiuni
  • Societate în comandită pe acțiuni
  • Companie națională
  • Societate europeană Holding
  • Societate europeană constituită prin fuziune
  • Regie autonomă
  • Organizație cooperatistă de credit
  • Societate cooperativă de gradul I și gradul II
  • Cooperativă agricolă de gradul I, gradul II și gradul III
  • Societate cooperativă europeană
  • Cooperativă europeană constituită prin fuziune
  • Societatea europeană – filială
  • Întreprindere individuală
  • Întreprindere familială
  • Persoană fizică autorizată
  • Institut național de cercetare-dezvoltare
  • Societate europeană
  • Sucursala

How can you use the Romania integration?

Search by name: Works with approximate values; an exact name is not required.

Search by number: Uses the company registration number (e.g., J40/8298/2017; “/” are supported).

Refresh dataset

Request

curl --request POST \
  --url https://apitest.kompany.com/api/v2/company/dataset \
  --header 'content-type: application/json' \
  --header 'user_key: {secret}' \
  --data '{
    "kompanyId": "892BB7557EC1AC4CF3BA3BEFB4D6171A",
    "datasetName": "refresh",
    "datasetOptions": null
  }'

Response

{
  "datasetId": "613DEBDBD79D0075A4093E0CFE09D0D0",
  "kompanyId": "62C009E9C4F88F78063A5245EC1383EC",
  "datasetName": "refresh",
  "datasetOptions": null,
  "info": null,
  "status": "COMPLETED",
  "requestTime": "2025-09-09T15:21:23+00:00",
  "responseTime": "2025-09-09T15:21:28+00:00",
  "estimatedDeliverySeconds": 22,
  "content": {
    "kompanyId": "62C009E9C4F88F78063A5245EC1383EC",
    "countryCode": "RO",
    "countryName": "Romania",
    "state": null,
    "registrationNumber": "J2003017052408",
    "name": "KAUFLAND ROMANIA SCS",
    "status": "LIVE",
    "providedStatus": "funcţiune",
    "address": "Str. BARBU VACARESCU, 120-144, Bucureşti Sectorul 2, Bucureşti, 70000, România",
    "legalForm": "Societate in Comandita Simpla",
    "additionalData": {
      "otherIdentifiers": [
        { "identifierName": "localNumber", "identifierValue": "J2003017052408" },
        { "identifierName": "otherNumber", "identifierValue": "15991149" },
        { "identifierName": "euid", "identifierValue": "ROONRC.J2003017052408" }
      ],
      "contactInformation": {
        "email": "[email protected]",
        "formattedAddress": {
          "number": "120-144",
          "street": "Str. BARBU VACARESCU",
          "city": "Bucureşti Sectorul 2",
          "county": "Bucureşti",
          "zip": "70000",
          "country": "România"
        }
      }
    },
    "associatedEntities": {
      "shareholders": [],
      "jointShareholders": [],
      "officers": [
        {
          "name": "ALIN NICOLAE TRNOBRANSCHY",
          "isCorporate": false,
          "address": "Bucureşti Sectorul 2, Bucureşti, România",
          "dateOfBirth": "1978-03-30",
          "placeOfBirth": "Loc. Ploieşti",
          "additionalAssociatedEntityData": {
            "formattedAddress": {
              "city": "Bucureşti Sectorul 2",
              "county": "Bucureşti",
              "country": "România"
            }
          }
        }
      ]
    },
    "industryActivityCode": {
      "activity": null
    },
    "providerSpecificData": {
      "latestAccounts": { "overdue": false }
    },
    "sources": [
      {
        "name": "Oficiul Național al Registrului Comerțului",
        "info": null,
        "primary": true,
        "fields": [
          "$.additionalData.otherIdentifiers[1]",
          "$.registrationNumber",
          "$.additionalData.otherIdentifiers[0]",
          "$.additionalData.otherIdentifiers[2]",
          "$.name",
          "$.status",
          "$.legalForm",
          "$.additionalData.contactInformation.formattedAddress",
          "$.associatedEntities.officers"
        ],
        "lastCheckedTime": "2025-09-09T15:21:27+00:00"
      }
    ],
    "version": "company-v2.0"
  }
}

Documents available

  • Register Report – REPOFRCRO

Useful links

Visit our Work with Endpoints section in GUIDES for help navigating our endpoints portfolio.
If you’d like to share feedback or have questions, contact our support team.