Skip to Content

🇮🇹Italy (IT)

ISO 3166 country code - Europe / Southern Europe

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

...and 125 more. 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 Countries

Use Italy data in your project

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

npm install @koshmoney/countries