Skip to Content

🇰🇼Kuwait (KW)

ISO 3166 country code - Asia / Western Asia

Alpha-2KW
Alpha-3KWT
Numeric414
Currency

د.ك KWD - Kuwaiti Dinar

Code Example

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

// Look up Kuwait by alpha-2 code
const kw = country.getCountry('KW');
// => { name: 'Kuwait', alpha2: 'KW', alpha3: 'KWT', numeric: '414' }

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

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

Subdivisions (6)

CodeNameType
KW-AHAl AḩmadīGovernorate
KW-FAAl FarwānīyahGovernorate
KW-HAḨawallīGovernorate
KW-JAAl Jahrā’Governorate
KW-KUAl KuwaytGovernorate

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

FAQ

What is the ISO code for Kuwait?
Kuwait has three ISO 3166-1 codes: Alpha-2 "KW", Alpha-3 "KWT", and Numeric "414".
How many subdivisions does Kuwait have?
Kuwait has 6 subdivisions defined in ISO 3166-2, including Al Aḩmadī, Al Farwānīyah, Ḩawallī, and more.
How to look up Kuwait in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('KW') to get all ISO codes, or subdivision.getByCountry('KW') for subdivisions.

Related Countries

Use Kuwait data in your project

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

npm install @koshmoney/countries