Skip to Content

🇰🇪Kenya (KE)

ISO 3166 country code - Africa / Eastern Africa

Alpha-2KE
Alpha-3KEN
Numeric404
Currency

KSh KES - Kenyan Shilling

Code Example

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

// Look up Kenya by alpha-2 code
const ke = country.getCountry('KE');
// => { name: 'Kenya', alpha2: 'KE', alpha3: 'KEN', numeric: '404' }

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

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

Subdivisions (47)

CodeNameType
KE-01BaringoCounty
KE-02BometCounty
KE-03BungomaCounty
KE-04BusiaCounty
KE-05Elgeyo/MarakwetCounty

...and 42 more. View all 47 subdivisions →

FAQ

What is the ISO code for Kenya?
Kenya has three ISO 3166-1 codes: Alpha-2 "KE", Alpha-3 "KEN", and Numeric "404".
How many subdivisions does Kenya have?
Kenya has 47 subdivisions defined in ISO 3166-2, including Baringo, Bomet, Bungoma, and more.
How to look up Kenya in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('KE') to get all ISO codes, or subdivision.getByCountry('KE') for subdivisions.

Related Countries

Use Kenya data in your project

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

npm install @koshmoney/countries