Skip to main content

Start here

This guide contains public integration notes for Bosnia and Herzegovina. Use it for identifier formats, search behavior, and country-specific caveats. The live source of truth for coverage, pricing, data sources, documents, legal forms, roles, and status values is the pricing page.

Bosnia and Herzegovina coverage, pricing, and sources

Open the current catalog for supported datapoints, documents, sources, identifiers, and availability.
Country details below are preserved as integration notes. If a table or example conflicts with the live pricing page, use the pricing page as the source of truth and contact support.

Table of Contents

Data Sources

Bosnia and Herzegovina uses a single unified official register for all company data.
  • Registar poslovnih subjekata BiH (BiH Business Entity Register) — Operated by the Federal Ministry of Justice and the Judiciary Commission of District Brčko BiH, accessible at bizreg.pravosudje.ba. This portal is the sole source for all structured company attributes. It covers three sub-registers in a unified interface: the Federation of BiH, Republika Srpska, and Brčko District. Data is retrieved by querying the register’s HTTP endpoints directly (no browser required for structured data). The portal is built on Oracle Application Express (APEX) v3.1 and renders all entity data server-side.

What the register provides per entity

Banks and some large joint-stock companies (d.d.) do not have registered activities on page 28. This is a limitation of the register data, not of the integration.

Company Identifiers

Query Identifiers

Hyphens are mandatory in MBS. Submitting 6501062008 (without hyphens) returns zero results. For Republika Srpska, the short format 1-3177 requires the hyphen — submitting 13177 may match an unrelated record by name.

MBS Format by Sub-Register

Identifying the sub-register from MBS: A prefix of 96- indicates Brčko District; a short format like 1-XXXX or 11-XXXX indicates Republika Srpska; all other two-digit canton prefixes (01–71) indicate Federation BiH.

Identifiers in API Response

Once you retrieve company data, the identifiers object contains all available identifiers for that entity:

Search Capabilities

JIB (tax number) is not directly searchable. The register does not support lookup by JIB. To find a company by its JIB, first search by name or use a known MBS to retrieve the JIB from the company profile.
Search across all three sub-registers by default. A single search query covers Federation BiH, Republika Srpska, and Brčko District simultaneously. Results from all three are returned in a unified list.

Quirks & Gotchas

Mappings

Company Status

Company status is determined deterministically from the page 13 status field and the company name — no AI inference is involved.
The register stores the active-status field as Nije u steeaju/likvidaciji (encoding quirk: č stored as e in this field only). Company names with STEČAJU are stored correctly. The integration handles both variants.
Bosnia and Herzegovina registers six legal form categories across all three sub-registers. The portal uses a single unified list for Federation BiH, Republika Srpska, and Brčko District. Foundations, associations, cooperatives, and institutions appear under the DRUGO (Other) umbrella in the portal’s search filter, with their specific form type as free text on the company detail page.
No ISO 20275 codes. Bosnia and Herzegovina has not been assigned country-specific ELF codes by GLEIF. iso20275Code is undefined for all BiH legal forms.

Business Forms

Both DIONIČKO DRUŠTVO and DIONIČARSKO DRUŠTVO are the same legal form (d.d.) — both spellings appear in live register data depending on the specific company’s registration.

Other Entity Forms

All management and governance persons appear on a single register page (Uprava i članovi uprave). The classification into legal representatives vs. other key persons is deterministic, based on substring matching of the free-text position field.
  • Legal representatives (legalRepresentatives): persons with authority to bind the company — directors, executive directors, procurists.
  • Other key persons (otherKeyPersons): board governance roles — board president (Predsjednik Uprave), board members (Član uprave), supervisory board chair (Predsjednik nadzornog odbora).
Procurists (Prokurista / Prokurist) — In BiH law, a prokura is a special commercial power of attorney granting broad authority to represent the company in commercial matters. Procurists are returned as legal representatives. They typically sign jointly with a board member; the authorisation text specifies the co-signer requirement (e.g. zajedno sa bilo kojim članom Uprave — together with any board member).
Role position is free text. The same role may appear under different spellings across companies. Compound titles like generalni direktor-član uprave are resolved as director (legal representative), since the director qualifier takes precedence over the board-member qualifier in the authorisation text.

Signatory Modes

The Authorisations/ Position limits field on the management page determines representation mode. The integration parses this free-text field deterministically.

Shareholders

Founders of d.o.o. companies are returned as shareholders, with individual and corporate founders both supported. Capital contribution amounts in BAM (Bosnian Convertible Mark) are included when the register provides them. For d.d. companies, individual shareholders are not listed in the public register — only a reference to the separately maintained share register is available. The shareholders datapoint is therefore not populated for d.d. entities.

Activity Code Mapping

Bosnia and Herzegovina uses KD BiH 2010 (Klasifikacija djelatnosti BiH 2010) — the official BiH harmonisation of NACE Rev. 2, established by the Official Gazette of BiH no. 47/10 and in force since January 1, 2011. Codes use the same XX.YY four-digit format as NACE Rev. 2.
Activity codes appear in the API response under both KD_BIH_2010 and NACE keys — they are the same code set. ISIC Rev. 4 is derived via the standard NACE-to-ISIC correspondence table, not by AI inference. Not all companies have registered activities; banks and some large joint-stock companies have no activities on page 28.

Data Availability

Data Availability Matrix

Legend: ✅ Available | ❌ Not Available | ⚠️ Conditionally Available

Documents

The Trade Register Extract is a printed PDF of the BiH Business Register company detail page, covering all register sub-pages: basic data, founders, board and management, capital, activities, branch offices, foreign trade authorisation, and notes. It is produced using a Patchright (Chromium) browser flow and bundled with the company data at no additional charge.

Example API Responses

All examples use placeholder data. Query: POST /v2/company with { "id": "<mbs>", "countryCode": "BA", "dataPoints": ["company", "legalRepresentatives"] }
Note: d.d. companies do not return shareholders — individual shareholders are not listed in the public register. The otherKeyPersons array carries supervisory board members when registered.
Note: Republika Srpska companies use the short MBS format N-XXXX or NN-XXXX without a canton code or year suffix.
Note: Status is inferred from the company name suffix. Companies in bankruptcy include U STEČAJU in the registered legal name; companies in liquidation include U LIKVIDACIJI.
Note: Foundations, associations, cooperatives, and institutions use the -05- MBS sub-code. Their founding members are returned as shareholders (the register records their capital contributions to the founding endowment). The legal form field contains the specific form type (FONDACIJA, UDRUŽENJE, etc.) rather than the umbrella category DRUGO.
Documents are returned when "dataPoints": ["availableDocuments"] is requested.The Trade Register Extract is a PDF covering all register sections for the company: basic data, founders, board and management, capital, activities, branch offices, foreign trade authorisation, and notes. All sections are assembled into a single document and printed in one pass.