Skip to Content

🇹🇿Tanzania (TZ)

ISO 3166 country code - Africa / Eastern Africa

Alpha-2TZ
Alpha-3TZA
Numeric834
Currency

TSh TZS - Tanzanian Shilling

Code Example

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

// Look up Tanzania by alpha-2 code
const tz = country.getCountry('TZ');
// => { name: 'Tanzania', alpha2: 'TZ', alpha3: 'TZA', numeric: '834' }

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

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

Subdivisions (30)

CodeNameType
TZ-01ArushaRegion
TZ-02Dar es SalaamRegion
TZ-03DodomaRegion
TZ-04IringaRegion
TZ-05KageraRegion

...and 25 more. View all 30 subdivisions →

FAQ

What is the ISO code for Tanzania?
Tanzania has three ISO 3166-1 codes: Alpha-2 "TZ", Alpha-3 "TZA", and Numeric "834".
How many subdivisions does Tanzania have?
Tanzania has 30 subdivisions defined in ISO 3166-2, including Arusha, Dar es Salaam, Dodoma, and more.
How to look up Tanzania in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('TZ') to get all ISO codes, or subdivision.getByCountry('TZ') for subdivisions.

Related Countries

Use Tanzania data in your project

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

npm install @koshmoney/countries