🇲🇲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)
| Code | Name | Type |
|---|---|---|
| MM-01 | Sagaing | Region |
| MM-02 | Bago | Region |
| MM-03 | Magway | Region |
| MM-04 | Mandalay | Region |
| MM-05 | Taninthayi | Region |
| MM-06 | Yangon | Region |
| MM-07 | Ayeyawady | Region |
| MM-11 | Kachin | State |
| MM-12 | Kayah | State |
| MM-13 | Kayin | State |
| MM-14 | Chin | State |
| MM-15 | Mon | State |
| MM-16 | Rakhine | State |
| MM-17 | Shan | State |
| MM-18 | Nay Pyi Taw | Union 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