🇦🇲Armenia (AM)

ISO 3166 country code - Asia / Western Asia

About Armenia

Armenia (AM) is located in Asia, Western Asia. The official currency is the Armenian Dram (AMD). It has 11 administrative subdivisions defined in ISO 3166-2.

Alpha-2AM
Alpha-3ARM
Numeric051
Currency

֏ AMD - Armenian Dram

Code Example

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

// Look up Armenia by alpha-2 code
const am = country.getCountry('AM');
// => { name: 'Armenia', alpha2: 'AM', alpha3: 'ARM', numeric: '051' }

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

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

Subdivisions (11)

CodeNameType
AM-AGAragac̣otnRegion
AM-ARAraratRegion
AM-AVArmavirRegion
AM-ERErevanCity
AM-GRGeġark'unik'Region
AM-KTKotayk'Region
AM-LOLoṙiRegion
AM-SHŠirakRegion
AM-SUSyunik'Region
AM-TVTavušRegion
AM-VDVayoć JorRegion

FAQ

What is the ISO code for Armenia?
Armenia has three ISO 3166-1 codes: Alpha-2 "AM", Alpha-3 "ARM", and Numeric "051".
How many subdivisions does Armenia have?
Armenia has 11 subdivisions defined in ISO 3166-2, including Aragac̣otn, Ararat, Armavir, and more.
How to look up Armenia in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('AM') to get all ISO codes, or subdivision.getByCountry('AM') for subdivisions.

Related Countries

Use Armenia data in your project

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

npm install @koshmoney/countries