🇦🇿Azerbaijan (AZ)
ISO 3166 country code - Asia / Western Asia
About Azerbaijan
Azerbaijan (AZ) is located in Asia, Western Asia. The official currency is the Azerbaijani Manat (AZN). It has 78 administrative subdivisions defined in ISO 3166-2.
Alpha-2AZ
Alpha-3AZE
Numeric031
Currency
₼ AZN - Azerbaijani Manat
Code Example
import { country } from '@koshmoney/countries';
// Look up Azerbaijan by alpha-2 code
const az = country.getCountry('AZ');
// => { name: 'Azerbaijan', alpha2: 'AZ', alpha3: 'AZE', numeric: '031' }
// Look up by alpha-3 code
country.getCountryByAlpha3('AZE');
// Look up by numeric code
country.getCountryByNumeric('031');Subdivisions (78)
| Code | Name | Type |
|---|---|---|
| AZ-ABS | AbÅŸeron | Rayon |
| AZ-AGA | AÄŸstafa | Rayon |
| AZ-AGC | AÄŸcabÓ™di | Rayon |
| AZ-AGM | AÄŸdam | Rayon |
| AZ-AGS | AÄŸdaÅŸ | Rayon |
| AZ-AGU | AÄŸsu | Rayon |
| AZ-AST | Astara | Rayon |
| AZ-BA | Bakı | Municipality |
| AZ-BAB | Babək | Rayon |
| AZ-BAL | Balakən | Rayon |
| AZ-BAR | Bərdə | Rayon |
| AZ-BEY | Beyləqan | Rayon |
| AZ-BIL | Biləsuvar | Rayon |
| AZ-CAB | Cəbrayıl | Rayon |
| AZ-CAL | Cəlilabad | Rayon |
Showing 15 of 78. View all 78 subdivisions →
FAQ
- What is the ISO code for Azerbaijan?
- Azerbaijan has three ISO 3166-1 codes: Alpha-2 "AZ", Alpha-3 "AZE", and Numeric "031".
- How many subdivisions does Azerbaijan have?
- Azerbaijan has 78 subdivisions defined in ISO 3166-2, including AbÅŸeron, AÄŸstafa, AÄŸcabÓ™di, and more.
- How to look up Azerbaijan in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('AZ') to get all ISO codes, or subdivision.getByCountry('AZ') for subdivisions.
Related Countries
Use Azerbaijan data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries