🇹🇳Tunisia (TN)
ISO 3166 country code - Africa / Northern Africa
Alpha-2TN
Alpha-3TUN
Numeric788
Currency
د.ت TND - Tunisian Dinar
Code Example
import { country } from '@koshmoney/countries';
// Look up Tunisia by alpha-2 code
const tn = country.getCountry('TN');
// => { name: 'Tunisia', alpha2: 'TN', alpha3: 'TUN', numeric: '788' }
// Look up by alpha-3 code
country.getCountryByAlpha3('TUN');
// Look up by numeric code
country.getCountryByNumeric('788');Subdivisions (24)
| Code | Name | Type |
|---|---|---|
| TN-11 | Tunis | Governorate |
| TN-12 | Ariana | Governorate |
| TN-13 | Ben Arous | Governorate |
| TN-14 | La Manouba | Governorate |
| TN-21 | Nabeul | Governorate |
...and 19 more. View all 24 subdivisions →
FAQ
- What is the ISO code for Tunisia?
- Tunisia has three ISO 3166-1 codes: Alpha-2 "TN", Alpha-3 "TUN", and Numeric "788".
- How many subdivisions does Tunisia have?
- Tunisia has 24 subdivisions defined in ISO 3166-2, including Tunis, Ariana, Ben Arous, and more.
- How to look up Tunisia in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('TN') to get all ISO codes, or subdivision.getByCountry('TN') for subdivisions.
Use Tunisia data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries