πŸ‡ΊπŸ‡¦Ukraine (UA)

ISO 3166 country code - Europe / Eastern Europe

About Ukraine

Ukraine (UA) is located in Europe, Eastern Europe. The official currency is the Ukrainian Hryvnia (UAH). It has 27 administrative subdivisions defined in ISO 3166-2.

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
UA-18Zhytomyrska oblastRegion
UA-21Zakarpatska oblastRegion
UA-23Zaporizka oblastRegion
UA-26Ivano-Frankivska oblastRegion
UA-30KyivCity
UA-32Kyivska oblastRegion
UA-35Kirovohradska oblastRegion
UA-40SevastopolCity
UA-43Avtonomna Respublika KrymRepublic
UA-46Lvivska oblastRegion

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