🇺🇿Uzbekistan (UZ)

ISO 3166 country code - Asia / Central Asia

About Uzbekistan

Uzbekistan (UZ) is located in Asia, Central Asia. The official currency is the Uzbekistani Som (UZS). It has 14 administrative subdivisions defined in ISO 3166-2.

Alpha-2UZ
Alpha-3UZB
Numeric860
Currency

сўм UZS - Uzbekistani Som

Code Example

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

// Look up Uzbekistan by alpha-2 code
const uz = country.getCountry('UZ');
// => { name: 'Uzbekistan', alpha2: 'UZ', alpha3: 'UZB', numeric: '860' }

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

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

Subdivisions (14)

CodeNameType
UZ-ANAndijonRegion
UZ-BUBuxoroRegion
UZ-FAFarg‘onaRegion
UZ-JIJizzaxRegion
UZ-NGNamanganRegion
UZ-NWNavoiyRegion
UZ-QAQashqadaryoRegion
UZ-QRQoraqalpog‘iston RespublikasiRepublic
UZ-SASamarqandRegion
UZ-SISirdaryoRegion
UZ-SUSurxondaryoRegion
UZ-TKToshkentCity
UZ-TOToshkentRegion
UZ-XOXorazmRegion

FAQ

What is the ISO code for Uzbekistan?
Uzbekistan has three ISO 3166-1 codes: Alpha-2 "UZ", Alpha-3 "UZB", and Numeric "860".
How many subdivisions does Uzbekistan have?
Uzbekistan has 14 subdivisions defined in ISO 3166-2, including Andijon, Buxoro, Farg‘ona, and more.
How to look up Uzbekistan in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('UZ') to get all ISO codes, or subdivision.getByCountry('UZ') for subdivisions.

Related Countries

Use Uzbekistan data in your project

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

npm install @koshmoney/countries