🇮🇪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)

CodeNameType
IE-CConnachtProvince
IE-CEAn ClárCounty
IE-CNAn CabhánCounty
IE-COCorcaighCounty
IE-CWCarlowCounty
IE-DBaile Átha CliathCounty
IE-DLDonegalCounty
IE-GGaillimhCounty
IE-KECill DaraCounty
IE-KKCill ChainnighCounty
IE-KYCiarraíCounty
IE-LLaighinProvince
IE-LDAn LongfortCounty
IE-LHLouthCounty
IE-LKLimerickCounty

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