🇮🇹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)
| Code | Name | Type |
|---|---|---|
| IT-21 | Piemonte | Region |
| IT-23 | Val d'Aoste | Region |
| IT-25 | Lombardia | Region |
| IT-32 | Trentino-Alto Adige | Region |
| IT-34 | Veneto | Region |
...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