πŸ‡ΉπŸ‡ΏTanzania (TZ)

ISO 3166 country code - Africa / Eastern Africa

About Tanzania

Tanzania (TZ) is located in Africa, Eastern Africa. The official currency is the Tanzanian Shilling (TZS). It has 30 administrative subdivisions defined in ISO 3166-2.

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
TZ-06Kaskazini PembaRegion
TZ-07Kaskazini UngujaRegion
TZ-08KigomaRegion
TZ-09KilimanjaroRegion
TZ-10Kusini PembaRegion
TZ-11Kusini UngujaRegion
TZ-12LindiRegion
TZ-13MaraRegion
TZ-14MbeyaRegion
TZ-15Mjini MagharibiRegion

Showing 15 of 30. 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