🇻🇳Viet Nam (VN)
ISO 3166 country code - Asia / South-eastern Asia
Alpha-2VN
Alpha-3VNM
Numeric704
Currency
₫ VND - Vietnamese Dong
Code Example
import { country } from '@koshmoney/countries';
// Look up Viet Nam by alpha-2 code
const vn = country.getCountry('VN');
// => { name: 'Viet Nam', alpha2: 'VN', alpha3: 'VNM', numeric: '704' }
// Look up by alpha-3 code
country.getCountryByAlpha3('VNM');
// Look up by numeric code
country.getCountryByNumeric('704');Subdivisions (63)
| Code | Name | Type |
|---|---|---|
| VN-01 | Lai Châu | Province |
| VN-02 | Lào Cai | Province |
| VN-03 | Hà Giang | Province |
| VN-04 | Cao Bằng | Province |
| VN-05 | Sơn La | Province |
...and 58 more. View all 63 subdivisions →
FAQ
- What is the ISO code for Viet Nam?
- Viet Nam has three ISO 3166-1 codes: Alpha-2 "VN", Alpha-3 "VNM", and Numeric "704".
- How many subdivisions does Viet Nam have?
- Viet Nam has 63 subdivisions defined in ISO 3166-2, including Lai Châu, Lào Cai, Hà Giang, and more.
- How to look up Viet Nam in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('VN') to get all ISO codes, or subdivision.getByCountry('VN') for subdivisions.
Related Countries
Use Viet Nam data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries