🇰🇪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)
| Code | Name | Type |
|---|---|---|
| KE-01 | Baringo | County |
| KE-02 | Bomet | County |
| KE-03 | Bungoma | County |
| KE-04 | Busia | County |
| KE-05 | Elgeyo/Marakwet | County |
...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