🇮🇪Ireland (IE)
ISO 3166 country code - Europe / Northern Europe
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 |
...and 25 more. 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