Skip to Content

🇺🇦Ukraine (UA)

ISO 3166 country code - Europe / Eastern Europe

Alpha-2UA
Alpha-3UKR
Numeric804
Currency

UAH - Ukrainian Hryvnia

Code Example

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

// Look up Ukraine by alpha-2 code
const ua = country.getCountry('UA');
// => { name: 'Ukraine', alpha2: 'UA', alpha3: 'UKR', numeric: '804' }

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

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

Subdivisions (27)

CodeNameType
UA-05Vinnytska oblastRegion
UA-07Volynska oblastRegion
UA-09Luhanska oblastRegion
UA-12Dnipropetrovska oblastRegion
UA-14Donetska oblastRegion

...and 22 more. View all 27 subdivisions →

FAQ

What is the ISO code for Ukraine?
Ukraine has three ISO 3166-1 codes: Alpha-2 "UA", Alpha-3 "UKR", and Numeric "804".
How many subdivisions does Ukraine have?
Ukraine has 27 subdivisions defined in ISO 3166-2, including Vinnytska oblast, Volynska oblast, Luhanska oblast, and more.
How to look up Ukraine in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('UA') to get all ISO codes, or subdivision.getByCountry('UA') for subdivisions.

Related Countries

Use Ukraine data in your project

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

npm install @koshmoney/countries