Skip to Content

🇹🇼Taiwan (TW)

ISO 3166 country code - Asia / Eastern Asia

Alpha-2TW
Alpha-3TWN
Numeric158
Currency

NT$ TWD - New Taiwan Dollar

Code Example

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

// Look up Taiwan by alpha-2 code
const tw = country.getCountry('TW');
// => { name: 'Taiwan', alpha2: 'TW', alpha3: 'TWN', numeric: '158' }

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

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

Subdivisions (23)

CodeNameType
TW-CHAChanghuaDistrict
TW-CYIChiayiMunicipality
TW-CYQChiayiDistrict
TW-HSQHsinchuDistrict
TW-HSZHsinchuMunicipality

...and 18 more. View all 23 subdivisions →

FAQ

What is the ISO code for Taiwan?
Taiwan has three ISO 3166-1 codes: Alpha-2 "TW", Alpha-3 "TWN", and Numeric "158".
How many subdivisions does Taiwan have?
Taiwan has 23 subdivisions defined in ISO 3166-2, including Changhua, Chiayi, Chiayi, and more.
How to look up Taiwan in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('TW') to get all ISO codes, or subdivision.getByCountry('TW') for subdivisions.

Related Countries

Use Taiwan data in your project

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

npm install @koshmoney/countries