🇳🇵Nepal (NP)

ISO 3166 country code - Asia / Southern Asia

About Nepal

Nepal (NP) is located in Asia, Southern Asia. The official currency is the Nepalese Rupee (NPR). It has 7 administrative subdivisions defined in ISO 3166-2.

Alpha-2NP
Alpha-3NPL
Numeric524
Currency

₨ NPR - Nepalese Rupee

Code Example

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

// Look up Nepal by alpha-2 code
const np = country.getCountry('NP');
// => { name: 'Nepal', alpha2: 'NP', alpha3: 'NPL', numeric: '524' }

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

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

Subdivisions (7)

CodeNameType
NP-P1KoshiProvince
NP-P2MadheshProvince
NP-P3BagmatiProvince
NP-P4GandakiProvince
NP-P5LumbiniProvince
NP-P6KarnaliProvince
NP-P7SudurpashchimProvince

FAQ

What is the ISO code for Nepal?
Nepal has three ISO 3166-1 codes: Alpha-2 "NP", Alpha-3 "NPL", and Numeric "524".
How many subdivisions does Nepal have?
Nepal has 7 subdivisions defined in ISO 3166-2, including Koshi, Madhesh, Bagmati, and more.
How to look up Nepal in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('NP') to get all ISO codes, or subdivision.getByCountry('NP') for subdivisions.

Related Countries

Use Nepal data in your project

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

npm install @koshmoney/countries