Home / VAT Rates / Bosnia and Herzegovina

Bosnia and Herzegovina VAT Rates 2026

Bosnia and Herzegovina (Bosna i Hercegovina) levies Value Added Tax as PDV (Porez na dodatu vrijednost). The standard rate is 17%, applied to most goods and services. Bosnia and Herzegovina applies a single flat rate with no reduced rates.

Current rates — 2026

TypeRateApplies to
Standard17%Most goods and services
Zero-rated0%Exports

Registration and filing

Registration thresholdBAM 100,000Annual taxable turnover (raised from BAM 50,000)
Tax authorityIndirect Taxation Authority (UINO/ITA)
Filing frequencyMonthly returns, due by the 10th of the following month

Access rates via API

The TaxID API returns current VAT and GST rates for 200+ countries and territories. Use the /api/v1/rates/BA endpoint to get Bosnia and Herzegovina data programmatically. Responses are cached for 24 hours.

bash
curl http://localhost:3000/api/v1/rates/BA
# No authentication required for rate lookups

# Response:
# { "country_code": "BA", "tax_type": "vat",
#   "standard_rate": 17, "reduced_rates": [],
#   "currency": "BAM", "last_updated": "2026-06-12" }

Fetching the rate in code

Node.js
// Fetch current Bosnia and Herzegovina VAT rates (no auth required)
const rates = await fetch('http://localhost:3000/api/v1/rates/BA').then(r => r.json());
// → { standard_rate: 17, reduced_rates: [],
//     currency: 'BAM' }

applyRate(rates.standard_rate);

About Bosnia and Herzegovina VAT

Bosnia and Herzegovina runs one of Europe's simplest VAT designs: a single 17% rate with no reduced bands, administered at the state level by the Indirect Taxation Authority even though most other taxes are split between the two entities and Brčko District. The rate has never changed since VAT was introduced in 2006, and the 17% level is the lowest standard VAT rate in the Balkans. Proposals for a reduced food rate resurface regularly but have never passed.

VAT in Bosnia and Herzegovina is administered by the Indirect Taxation Authority (UINO/ITA).

Sources: PwC Worldwide Tax Summaries · UINO — Indirect Taxation Authority (accessed Jun 2026)

Rate history

Frequently asked questions

What is the VAT rate in Bosnia and Herzegovina in 2026?

A single 17% rate on virtually all goods and services — there are no reduced rates.

Why does Bosnia have only one VAT rate?

The 2006 VAT law opted for a single rate for simplicity and to limit fraud; it remains the lowest standard rate in the Western Balkans.

Get free API key VAT number validation

Related concepts and guides:

VAT & GST rates in other European countries

Georgia (18%)Iceland (24%)Moldova (20%)Montenegro (21%)North Macedonia (18%)All countries →