🇬🇪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)
| Code | Name | Type |
|---|---|---|
| GE-AB | Abkhazia | Autonomous republic |
| GE-AJ | Ajaria | Autonomous republic |
| GE-GU | Guria | Region |
| GE-IM | Imereti | Region |
| GE-KA | K'akheti | Region |
| GE-KK | Kvemo Kartli | Region |
| GE-MM | Mtskheta-Mtianeti | Region |
| GE-RL | Rach'a-Lechkhumi-Kvemo Svaneti | Region |
| GE-SJ | Samtskhe-Javakheti | Region |
| GE-SK | Shida Kartli | Region |
| GE-SZ | Samegrelo-Zemo Svaneti | Region |
| GE-TB | Tbilisi | City |
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