Georgia VAT Numbers

Format, rates & examples

Everything you need to know about დამატებული ღირებულების გადასახადი (დღგ) numbers in Georgia — format rules, current rates, and real company examples you can verify against VIES.

European countryდღგდამატებული ღირებულების გადასახადიGEL

VAT Number Format

Structure

9 digits

Example format

123456789

Regex

^\d{9}$

VAT numbers are not case-sensitive — lowercase input is automatically normalised.

Current VAT Rates

Standard

18%

Rates from EU Commission TEDB · Updated 2026-05-14

Georgia VAT rates via API

Get Georgia VAT rates via API — free, no key

No API key required
Request
curl "https://api.vatnode.dev/v1/rates/GE"
Response200 OK
{
  "countryCode": "GE",
  "countryName": "Georgia",
  "vatName": "დამატებული ღირებულების გადასახადი",
  "vatAbbr": "დღგ",
  "standardRate": 18,
  "reducedRates": [],
  "superReducedRate": null,
  "parkingRate": null,
  "vatNumberFormat": "9 digits",
  "vatNumberPattern": "^\\d{9}$",
  "updatedAt": "2026-05-14"
}

View full rates API reference

Get Georgia VAT rates via package — offline, no HTTP

eu-vat-rates-data
Request
# npm install eu-vat-rates-data
import { getRate } from 'eu-vat-rates-data'

const rate = getRate('GE')
console.log(rate.standard) // GE standard VAT rate
getRate() result200 OK
{
  "country": "Georgia",
  "currency": "GEL",
  "eu_member": false,
  "vat_name": "დამატებული ღირებულების გადასახადი",
  "vat_abbr": "დღგ",
  "standard": 18,
  "reduced": [],
  "super_reduced": null,
  "parking": null,
  "format": "9 digits",
  "pattern": "^\\d{9}$"
}

View package on GitHub

Frequently Asked Questions

What is the VAT number format in Georgia?

VAT numbers in Georgia 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 Georgia?

Use this regular expression to validate VAT numbers in Georgia დღგ number format locally:

^\d{9}$

Test against the uppercase number. Format validation catches typos locally.

What is the standard დღგ rate in Georgia?

The standard დღგ rate in Georgia is 18%. Rates are sourced from the EU Commission TEDB and updated daily.

What does დღგ stand for in Georgia?

დღგ stands for დამატებული ღირებულების გადასახადი — the Georgia name for Value Added Tax (VAT). It appears on Georgia invoices and tax documents.