Skip to Content

🇪🇬Egypt (EG)

ISO 3166 country code - Africa / Northern Africa

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

...and 22 more. 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