Skip to Content

🇲🇲Myanmar (MM)

ISO 3166 country code - Asia / South-eastern Asia

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

...and 10 more. View all 15 subdivisions →

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