Georgia VAT Number Format (123456789)

แƒ“แƒแƒ›แƒแƒขแƒ”แƒ‘แƒฃแƒšแƒ˜ แƒฆแƒ˜แƒ แƒ”แƒ‘แƒฃแƒšแƒ”แƒ‘แƒ˜แƒก แƒ’แƒแƒ“แƒแƒกแƒแƒฎแƒแƒ“แƒ˜ (แƒ“แƒฆแƒ’) number structure, regex & verified examples

Everything you need to know about แƒ“แƒแƒ›แƒแƒขแƒ”แƒ‘แƒฃแƒšแƒ˜ แƒฆแƒ˜แƒ แƒ”แƒ‘แƒฃแƒšแƒ”แƒ‘แƒ˜แƒก แƒ’แƒแƒ“แƒแƒกแƒแƒฎแƒแƒ“แƒ˜ (แƒ“แƒฆแƒ’) numbers in Georgia โ€” they follow the pattern 9 digits (e.g. 123456789), and can be verified against VIES. For the rates themselves, see Georgia VAT rates.

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.

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-08-13"
}

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 does แƒ“แƒฆแƒ’ stand for in Georgia?โ–พ

แƒ“แƒฆแƒ’ stands for แƒ“แƒแƒ›แƒแƒขแƒ”แƒ‘แƒฃแƒšแƒ˜ แƒฆแƒ˜แƒ แƒ”แƒ‘แƒฃแƒšแƒ”แƒ‘แƒ˜แƒก แƒ’แƒแƒ“แƒแƒกแƒแƒฎแƒแƒ“แƒ˜ โ€” the Georgian name for Value Added Tax (VAT). It appears on Georgian invoices and tax documents.