🇺🇦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)
| Code | Name | Type |
|---|---|---|
| UA-05 | Vinnytska oblast | Region |
| UA-07 | Volynska oblast | Region |
| UA-09 | Luhanska oblast | Region |
| UA-12 | Dnipropetrovska oblast | Region |
| UA-14 | Donetska oblast | Region |
...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