🇦🇿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)

CodeNameType
AZ-ABSAbÅŸeronRayon
AZ-AGAAÄŸstafaRayon
AZ-AGCAÄŸcabÓ™diRayon
AZ-AGMAÄŸdamRayon
AZ-AGSAÄŸdaÅŸRayon
AZ-AGUAÄŸsuRayon
AZ-ASTAstaraRayon
AZ-BABakıMunicipality
AZ-BABBabəkRayon
AZ-BALBalakənRayon
AZ-BARBərdəRayon
AZ-BEYBeyləqanRayon
AZ-BILBiləsuvarRayon
AZ-CABCəbrayılRayon
AZ-CALCəlilabadRayon

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