🇹🇼Taiwan (TW)
ISO 3166 country code - Asia / Eastern Asia
About Taiwan
Taiwan (TW) is located in Asia, Eastern Asia. The official currency is the New Taiwan Dollar (TWD). It has 23 administrative subdivisions defined in ISO 3166-2.
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)
| Code | Name | Type |
|---|---|---|
| TW-CHA | Changhua | District |
| TW-CYI | Chiayi | Municipality |
| TW-CYQ | Chiayi | District |
| TW-HSQ | Hsinchu | District |
| TW-HSZ | Hsinchu | Municipality |
| TW-HUA | Hualien | District |
| TW-ILA | Ilan | District |
| TW-KEE | Keelung | Municipality |
| TW-KHH | Kaohsiung | Special municipality |
| TW-KHQ | Kaohsiung | District |
| TW-MIA | Miaoli | District |
| TW-NAN | Nantou | District |
| TW-PEN | Penghu | District |
| TW-PIF | Pingtung | District |
| TW-TAO | Taoyuan | District |
Showing 15 of 23. 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.
Use Taiwan data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries