🇹🇭Thailand (TH)
ISO 3166 country code - Asia / South-eastern Asia
Alpha-2TH
Alpha-3THA
Numeric764
Currency
฿ THB - Thai Baht
Code Example
import { country } from '@koshmoney/countries';
// Look up Thailand by alpha-2 code
const th = country.getCountry('TH');
// => { name: 'Thailand', alpha2: 'TH', alpha3: 'THA', numeric: '764' }
// Look up by alpha-3 code
country.getCountryByAlpha3('THA');
// Look up by numeric code
country.getCountryByNumeric('764');Subdivisions (78)
| Code | Name | Type |
|---|---|---|
| TH-10 | Krung Thep Maha Nakhon | Metropolitan administration |
| TH-11 | Samut Prakan | Province |
| TH-12 | Nonthaburi | Province |
| TH-13 | Pathum Thani | Province |
| TH-14 | Phra Nakhon Si Ayutthaya | Province |
...and 73 more. View all 78 subdivisions →
FAQ
- What is the ISO code for Thailand?
- Thailand has three ISO 3166-1 codes: Alpha-2 "TH", Alpha-3 "THA", and Numeric "764".
- How many subdivisions does Thailand have?
- Thailand has 78 subdivisions defined in ISO 3166-2, including Krung Thep Maha Nakhon, Samut Prakan, Nonthaburi, and more.
- How to look up Thailand in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('TH') to get all ISO codes, or subdivision.getByCountry('TH') for subdivisions.
Related Countries
Use Thailand data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries