🇪🇬Egypt (EG)

ISO 3166 country code - Africa / Northern Africa

About Egypt

Egypt (EG) is located in Africa, Northern Africa. The official currency is the Egyptian Pound (EGP). It has 27 administrative subdivisions defined in ISO 3166-2.

Alpha-2EG
Alpha-3EGY
Numeric818
Currency

£ EGP - Egyptian Pound

Code Example

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

// Look up Egypt by alpha-2 code
const eg = country.getCountry('EG');
// => { name: 'Egypt', alpha2: 'EG', alpha3: 'EGY', numeric: '818' }

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

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

Subdivisions (27)

CodeNameType
EG-ALXAl IskandarīyahGovernorate
EG-ASNAswānGovernorate
EG-ASTAsyūţGovernorate
EG-BAAl Baḩr al AḩmarGovernorate
EG-BHAl BuḩayrahGovernorate
EG-BNSBanī SuwayfGovernorate
EG-CAl QāhirahGovernorate
EG-DKAd DaqahlīyahGovernorate
EG-DTDumyāţGovernorate
EG-FYMAl FayyūmGovernorate
EG-GHAl GharbīyahGovernorate
EG-GZAl JīzahGovernorate
EG-ISAl Ismā'īlīyahGovernorate
EG-JSJanūb Sīnā'Governorate
EG-KBAl QalyūbīyahGovernorate

Showing 15 of 27. View all 27 subdivisions →

FAQ

What is the ISO code for Egypt?
Egypt has three ISO 3166-1 codes: Alpha-2 "EG", Alpha-3 "EGY", and Numeric "818".
How many subdivisions does Egypt have?
Egypt has 27 subdivisions defined in ISO 3166-2, including Al Iskandarīyah, Aswān, Asyūţ, and more.
How to look up Egypt in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('EG') to get all ISO codes, or subdivision.getByCountry('EG') for subdivisions.

Related Countries

Use Egypt data in your project

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

npm install @koshmoney/countries