πŸ‡°πŸ‡ͺKenya (KE)

ISO 3166 country code - Africa / Eastern Africa

About Kenya

Kenya (KE) is located in Africa, Eastern Africa. The official currency is the Kenyan Shilling (KES). It has 47 administrative subdivisions defined in ISO 3166-2.

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
KE-06EmbuCounty
KE-07GarissaCounty
KE-08Homa BayCounty
KE-09IsioloCounty
KE-10KajiadoCounty
KE-11KakamegaCounty
KE-12KerichoCounty
KE-13KiambuCounty
KE-14KilifiCounty
KE-15KirinyagaCounty

Showing 15 of 47. 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