🇮🇪Ireland (IE)
ISO 3166 country code - Europe / Northern Europe
About Ireland
Ireland (IE) is located in Europe, Northern Europe. The official currency is the Euro (EUR). It has 30 administrative subdivisions defined in ISO 3166-2. Ireland is a member of EU, SEPA, EEA, Eurozone.
Alpha-2IE
Alpha-3IRL
Numeric372
Currency
€ EUR - Euro
Memberships
EU, SEPA, EEA, Eurozone
Code Example
import { country } from '@koshmoney/countries';
// Look up Ireland by alpha-2 code
const ie = country.getCountry('IE');
// => { name: 'Ireland', alpha2: 'IE', alpha3: 'IRL', numeric: '372' }
// Look up by alpha-3 code
country.getCountryByAlpha3('IRL');
// Look up by numeric code
country.getCountryByNumeric('372');Subdivisions (30)
| Code | Name | Type |
|---|---|---|
| IE-C | Connacht | Province |
| IE-CE | An Clár | County |
| IE-CN | An Cabhán | County |
| IE-CO | Corcaigh | County |
| IE-CW | Carlow | County |
| IE-D | Baile Átha Cliath | County |
| IE-DL | Donegal | County |
| IE-G | Gaillimh | County |
| IE-KE | Cill Dara | County |
| IE-KK | Cill Chainnigh | County |
| IE-KY | Ciarraí | County |
| IE-L | Laighin | Province |
| IE-LD | An Longfort | County |
| IE-LH | Louth | County |
| IE-LK | Limerick | County |
Showing 15 of 30. View all 30 subdivisions →
FAQ
- What is the ISO code for Ireland?
- Ireland has three ISO 3166-1 codes: Alpha-2 "IE", Alpha-3 "IRL", and Numeric "372".
- How many subdivisions does Ireland have?
- Ireland has 30 subdivisions defined in ISO 3166-2, including Connacht, An Clár, An Cabhán, and more.
- How to look up Ireland in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('IE') to get all ISO codes, or subdivision.getByCountry('IE') for subdivisions.
Related Countries
Use Ireland data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries