Kosovo VAT Numbers
Format, rates & examples
Everything you need to know about Tatimi mbi Vlerën e Shtuar (TVSH) numbers in Kosovo — format rules, current rates, and real company examples you can verify against VIES.
VAT Number Format
Structure
9 digitsExample format
123456789Regex
^\d{9}$VAT numbers are not case-sensitive — lowercase input is automatically normalised.
Current VAT Rates
Standard
18%
Reduced
8%
Rates from EU Commission TEDB · Updated 2026-05-14
Kosovo VAT rates via API
Get Kosovo VAT rates via API — free, no key
No API key requiredcurl "https://api.vatnode.dev/v1/rates/XK"
{
"countryCode": "XK",
"countryName": "Kosovo",
"vatName": "Tatimi mbi Vlerën e Shtuar",
"vatAbbr": "TVSH",
"standardRate": 18,
"reducedRates": [
8
],
"superReducedRate": null,
"parkingRate": null,
"vatNumberFormat": "9 digits",
"vatNumberPattern": "^\\d{9}$",
"updatedAt": "2026-05-14"
}Get Kosovo VAT rates via package — offline, no HTTP
eu-vat-rates-data# npm install eu-vat-rates-data
import { getRate } from 'eu-vat-rates-data'
const rate = getRate('XK')
console.log(rate.standard) // XK standard VAT rate{
"country": "Kosovo",
"currency": "EUR",
"eu_member": false,
"vat_name": "Tatimi mbi Vlerën e Shtuar",
"vat_abbr": "TVSH",
"standard": 18,
"reduced": [
8
],
"super_reduced": null,
"parking": null,
"format": "9 digits",
"pattern": "^\\d{9}$"
}Frequently Asked Questions
What is the VAT number format in Kosovo?▾
VAT numbers in Kosovo follow the format: 9 digits. Example: 123456789. VAT numbers are not case-sensitive — lowercase input is automatically normalised.
What is the VAT number regex pattern in Kosovo?▾
Use this regular expression to validate VAT numbers in Kosovo TVSH number format locally:
^\d{9}$Test against the uppercase number. Format validation catches typos locally.
What is the standard TVSH rate in Kosovo?▾
The standard TVSH rate in Kosovo is 18%. Reduced rates: 8%. Rates are sourced from the EU Commission TEDB and updated daily.
What does TVSH stand for in Kosovo?▾
TVSH stands for Tatimi mbi Vlerën e Shtuar — the Kosovo name for Value Added Tax (VAT). It appears on Kosovo invoices and tax documents.