🇮🇹Italy (IT)

ISO 3166 country code - Europe / Southern Europe

About Italy

Italy (IT) is located in Europe, Southern Europe. The official currency is the Euro (EUR). It has 130 administrative subdivisions defined in ISO 3166-2. Italy is a member of EU, SEPA, EEA, Eurozone, Schengen.

Alpha-2IT
Alpha-3ITA
Numeric380
Currency

€ EUR - Euro

Memberships

EU, SEPA, EEA, Eurozone, Schengen

Code Example

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

// Look up Italy by alpha-2 code
const it = country.getCountry('IT');
// => { name: 'Italy', alpha2: 'IT', alpha3: 'ITA', numeric: '380' }

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

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

Subdivisions (130)

CodeNameType
IT-21PiemonteRegion
IT-23Val d'AosteRegion
IT-25LombardiaRegion
IT-32Trentino-Alto AdigeRegion
IT-34VenetoRegion
IT-36Friuli-Venezia GiuliaRegion
IT-42LiguriaRegion
IT-45Emilia-RomagnaRegion
IT-52ToscanaRegion
IT-55UmbriaRegion
IT-57MarcheRegion
IT-62LazioRegion
IT-65AbruzzoRegion
IT-67MoliseRegion
IT-72CampaniaRegion

Showing 15 of 130. View all 130 subdivisions →

FAQ

What is the ISO code for Italy?
Italy has three ISO 3166-1 codes: Alpha-2 "IT", Alpha-3 "ITA", and Numeric "380".
How many subdivisions does Italy have?
Italy has 130 subdivisions defined in ISO 3166-2, including Piemonte, Val d'Aoste, Lombardia, and more.
How to look up Italy in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('IT') to get all ISO codes, or subdivision.getByCountry('IT') for subdivisions.

Related Articles

Related Countries

Use Italy data in your project

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

npm install @koshmoney/countries