🇴🇲Oman (OM)
ISO 3166 country code - Asia / Western Asia
Alpha-2OM
Alpha-3OMN
Numeric512
Currency
ر.ع. OMR - Omani Rial
Code Example
import { country } from '@koshmoney/countries';
// Look up Oman by alpha-2 code
const om = country.getCountry('OM');
// => { name: 'Oman', alpha2: 'OM', alpha3: 'OMN', numeric: '512' }
// Look up by alpha-3 code
country.getCountryByAlpha3('OMN');
// Look up by numeric code
country.getCountryByNumeric('512');Subdivisions (9)
| Code | Name | Type |
|---|---|---|
| OM-BA | Al Bāţinah | Region |
| OM-BU | Al Buraymī | Governorate |
| OM-DA | Ad Dākhilīyah | Region |
| OM-MA | Masqaţ | Governorate |
| OM-MU | Musandam | Governorate |
...and 4 more. View all 9 subdivisions →
FAQ
- What is the ISO code for Oman?
- Oman has three ISO 3166-1 codes: Alpha-2 "OM", Alpha-3 "OMN", and Numeric "512".
- How many subdivisions does Oman have?
- Oman has 9 subdivisions defined in ISO 3166-2, including Al Bāţinah, Al Buraymī, Ad Dākhilīyah, and more.
- How to look up Oman in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('OM') to get all ISO codes, or subdivision.getByCountry('OM') for subdivisions.
Related Countries
Use Oman data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries