🇲🇲Myanmar (MM)

ISO 3166 country code - Asia / South-eastern Asia

About Myanmar

Myanmar (MM) is located in Asia, South-eastern Asia. The official currency is the Myanmar Kyat (MMK). It has 15 administrative subdivisions defined in ISO 3166-2.

Alpha-2MM
Alpha-3MMR
Numeric104
Currency

K MMK - Myanmar Kyat

Code Example

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

// Look up Myanmar by alpha-2 code
const mm = country.getCountry('MM');
// => { name: 'Myanmar', alpha2: 'MM', alpha3: 'MMR', numeric: '104' }

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

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

Subdivisions (15)

CodeNameType
MM-01SagaingRegion
MM-02BagoRegion
MM-03MagwayRegion
MM-04MandalayRegion
MM-05TaninthayiRegion
MM-06YangonRegion
MM-07AyeyawadyRegion
MM-11KachinState
MM-12KayahState
MM-13KayinState
MM-14ChinState
MM-15MonState
MM-16RakhineState
MM-17ShanState
MM-18Nay Pyi TawUnion territory

FAQ

What is the ISO code for Myanmar?
Myanmar has three ISO 3166-1 codes: Alpha-2 "MM", Alpha-3 "MMR", and Numeric "104".
How many subdivisions does Myanmar have?
Myanmar has 15 subdivisions defined in ISO 3166-2, including Sagaing, Bago, Magway, and more.
How to look up Myanmar in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('MM') to get all ISO codes, or subdivision.getByCountry('MM') for subdivisions.

Related Countries

Use Myanmar data in your project

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

npm install @koshmoney/countries