🇬🇪Georgia (GE)

ISO 3166 country code - Asia / Western Asia

About Georgia

Georgia (GE) is located in Asia, Western Asia. The official currency is the Georgian Lari (GEL). It has 12 administrative subdivisions defined in ISO 3166-2.

Alpha-2GE
Alpha-3GEO
Numeric268
Currency

₾ GEL - Georgian Lari

Code Example

import { country } from '@koshmoney/countries';

// Look up Georgia by alpha-2 code
const ge = country.getCountry('GE');
// => { name: 'Georgia', alpha2: 'GE', alpha3: 'GEO', numeric: '268' }

// Look up by alpha-3 code
country.getCountryByAlpha3('GEO');

// Look up by numeric code
country.getCountryByNumeric('268');

Subdivisions (12)

CodeNameType
GE-ABAbkhaziaAutonomous republic
GE-AJAjariaAutonomous republic
GE-GUGuriaRegion
GE-IMImeretiRegion
GE-KAK'akhetiRegion
GE-KKKvemo KartliRegion
GE-MMMtskheta-MtianetiRegion
GE-RLRach'a-Lechkhumi-Kvemo SvanetiRegion
GE-SJSamtskhe-JavakhetiRegion
GE-SKShida KartliRegion
GE-SZSamegrelo-Zemo SvanetiRegion
GE-TBTbilisiCity

FAQ

What is the ISO code for Georgia?
Georgia has three ISO 3166-1 codes: Alpha-2 "GE", Alpha-3 "GEO", and Numeric "268".
How many subdivisions does Georgia have?
Georgia has 12 subdivisions defined in ISO 3166-2, including Abkhazia, Ajaria, Guria, and more.
How to look up Georgia in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('GE') to get all ISO codes, or subdivision.getByCountry('GE') for subdivisions.

Related Countries

Use Georgia data in your project

Get ISO codes, subdivisions, currency, and more with a single npm package.

npm install @koshmoney/countries