🇮🇶Iraq (IQ)
ISO 3166 country code - Asia / Western Asia
About Iraq
Iraq (IQ) is located in Asia, Western Asia. The official currency is the Iraqi Dinar (IQD). It has 19 administrative subdivisions defined in ISO 3166-2.
Alpha-2IQ
Alpha-3IRQ
Numeric368
Currency
ع.د IQD - Iraqi Dinar
Code Example
import { country } from '@koshmoney/countries';
// Look up Iraq by alpha-2 code
const iq = country.getCountry('IQ');
// => { name: 'Iraq', alpha2: 'IQ', alpha3: 'IRQ', numeric: '368' }
// Look up by alpha-3 code
country.getCountryByAlpha3('IRQ');
// Look up by numeric code
country.getCountryByNumeric('368');Subdivisions (19)
| Code | Name | Type |
|---|---|---|
| IQ-AN | Al Anbār | Governorate |
| IQ-AR | Arbīl | Governorate |
| IQ-BA | Al Başrah | Governorate |
| IQ-BB | Bābil | Governorate |
| IQ-BG | Baghdād | Governorate |
| IQ-DA | Dahūk | Governorate |
| IQ-DI | Diyālá | Governorate |
| IQ-DQ | Dhī Qār | Governorate |
| IQ-HA | Halabja | Governorate |
| IQ-KA | Karbalā' | Governorate |
| IQ-KI | Kirkūk | Governorate |
| IQ-MA | Maysān | Governorate |
| IQ-MU | Al Muthanná | Governorate |
| IQ-NA | An Najaf | Governorate |
| IQ-NI | Nīnawá | Governorate |
Showing 15 of 19. View all 19 subdivisions →
FAQ
- What is the ISO code for Iraq?
- Iraq has three ISO 3166-1 codes: Alpha-2 "IQ", Alpha-3 "IRQ", and Numeric "368".
- How many subdivisions does Iraq have?
- Iraq has 19 subdivisions defined in ISO 3166-2, including Al Anbār, Arbīl, Al Başrah, and more.
- How to look up Iraq in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('IQ') to get all ISO codes, or subdivision.getByCountry('IQ') for subdivisions.
Related Countries
Use Iraq data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries