🇮🇷Iran (IR)

ISO 3166 country code - Asia / Southern Asia

About Iran

Iran (IR) is located in Asia, Southern Asia. The official currency is the Iranian Rial (IRR). It has 31 administrative subdivisions defined in ISO 3166-2.

Alpha-2IR
Alpha-3IRN
Numeric364
Currency

IRR - Iranian Rial

Code Example

import { country } from '@koshmoney/countries';

// Look up Iran by alpha-2 code
const ir = country.getCountry('IR');
// => { name: 'Iran', alpha2: 'IR', alpha3: 'IRN', numeric: '364' }

// Look up by alpha-3 code
country.getCountryByAlpha3('IRN');

// Look up by numeric code
country.getCountryByNumeric('364');

Subdivisions (31)

CodeNameType
IR-01Āz̄arbāyjān-e SharqīProvince
IR-02Āz̄arbāyjān-e GharbīProvince
IR-03ArdabīlProvince
IR-04EşfahānProvince
IR-05ĪlāmProvince
IR-06BūshehrProvince
IR-07TehrānProvince
IR-08Chahār Maḩāll va BakhtīārīProvince
IR-10KhūzestānProvince
IR-11ZanjānProvince
IR-12SemnānProvince
IR-13Sīstān va BalūchestānProvince
IR-14FārsProvince
IR-15KermānProvince
IR-16KordestānProvince

Showing 15 of 31. View all 31 subdivisions →

FAQ

What is the ISO code for Iran?
Iran has three ISO 3166-1 codes: Alpha-2 "IR", Alpha-3 "IRN", and Numeric "364".
How many subdivisions does Iran have?
Iran has 31 subdivisions defined in ISO 3166-2, including Āz̄arbāyjān-e Sharqī, Āz̄arbāyjān-e Gharbī, Ardabīl, and more.
How to look up Iran in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('IR') to get all ISO codes, or subdivision.getByCountry('IR') for subdivisions.

Related Countries

Use Iran data in your project

Get ISO codes, subdivisions, currency, and more with a single npm package.

npm install @koshmoney/countries