Skip to Content

🇪🇹Ethiopia (ET)

ISO 3166 country code - Africa / Eastern Africa

Alpha-2ET
Alpha-3ETH
Numeric231
Currency

Br ETB - Ethiopian Birr

Code Example

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

// Look up Ethiopia by alpha-2 code
const et = country.getCountry('ET');
// => { name: 'Ethiopia', alpha2: 'ET', alpha3: 'ETH', numeric: '231' }

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

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

Subdivisions (11)

CodeNameType
ET-AAAddis AbabaAdministration
ET-AFAfarState
ET-AMAmaraState
ET-BEBenshangul-GumazState
ET-DDDire DawaAdministration

...and 6 more. View all 11 subdivisions →

FAQ

What is the ISO code for Ethiopia?
Ethiopia has three ISO 3166-1 codes: Alpha-2 "ET", Alpha-3 "ETH", and Numeric "231".
How many subdivisions does Ethiopia have?
Ethiopia has 11 subdivisions defined in ISO 3166-2, including Addis Ababa, Afar, Amara, and more.
How to look up Ethiopia in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('ET') to get all ISO codes, or subdivision.getByCountry('ET') for subdivisions.

Related Countries

Use Ethiopia data in your project

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

npm install @koshmoney/countries