🇲🇴Macau (MO)
ISO 3166 country code - Asia / Eastern Asia
Alpha-2MO
Alpha-3MAC
Numeric446
Currency
MOP$ MOP - Macanese Pataca
Code Example
import { country } from '@koshmoney/countries';
// Look up Macau by alpha-2 code
const mo = country.getCountry('MO');
// => { name: 'Macau', alpha2: 'MO', alpha3: 'MAC', numeric: '446' }
// Look up by alpha-3 code
country.getCountryByAlpha3('MAC');
// Look up by numeric code
country.getCountryByNumeric('446');Subdivisions (1)
| Code | Name | Type |
|---|---|---|
| MO-MO | Macau | Country |
FAQ
- What is the ISO code for Macau?
- Macau has three ISO 3166-1 codes: Alpha-2 "MO", Alpha-3 "MAC", and Numeric "446".
- How many subdivisions does Macau have?
- Macau has 1 subdivisions defined in ISO 3166-2, including Macau.
- How to look up Macau in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('MO') to get all ISO codes, or subdivision.getByCountry('MO') for subdivisions.
Related Countries
Use Macau data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries