🇺🇿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)
| Code | Name | Type |
|---|---|---|
| UZ-AN | Andijon | Region |
| UZ-BU | Buxoro | Region |
| UZ-FA | Farg‘ona | Region |
| UZ-JI | Jizzax | Region |
| UZ-NG | Namangan | Region |
| UZ-NW | Navoiy | Region |
| UZ-QA | Qashqadaryo | Region |
| UZ-QR | Qoraqalpog‘iston Respublikasi | Republic |
| UZ-SA | Samarqand | Region |
| UZ-SI | Sirdaryo | Region |
| UZ-SU | Surxondaryo | Region |
| UZ-TK | Toshkent | City |
| UZ-TO | Toshkent | Region |
| UZ-XO | Xorazm | Region |
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