🇵🇪Peru (PE)

ISO 3166 country code - South America / South America

About Peru

Peru (PE) is located in South America, South America. The official currency is the Peruvian Sol (PEN). It has 26 administrative subdivisions defined in ISO 3166-2.

Alpha-2PE
Alpha-3PER
Numeric604
Currency

S/ PEN - Peruvian Sol

Code Example

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

// Look up Peru by alpha-2 code
const pe = country.getCountry('PE');
// => { name: 'Peru', alpha2: 'PE', alpha3: 'PER', numeric: '604' }

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

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

Subdivisions (26)

CodeNameType
PE-AMAAmarumayuRegion
PE-ANCAncashRegion
PE-APUApurímacRegion
PE-AREArequipaRegion
PE-AYAAyacuchoRegion
PE-CAJCajamarcaRegion
PE-CALEl CallaoRegion
PE-CUSCuscoRegion
PE-HUCHuánucoRegion
PE-HUVHuancavelicaRegion
PE-ICAIcaRegion
PE-JUNHuninRegion
PE-LALLa LibertadRegion
PE-LAMLambayequeRegion
PE-LIMLimaRegion

Showing 15 of 26. View all 26 subdivisions →

FAQ

What is the ISO code for Peru?
Peru has three ISO 3166-1 codes: Alpha-2 "PE", Alpha-3 "PER", and Numeric "604".
How many subdivisions does Peru have?
Peru has 26 subdivisions defined in ISO 3166-2, including Amarumayu, Ancash, Apurímac, and more.
How to look up Peru in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('PE') to get all ISO codes, or subdivision.getByCountry('PE') for subdivisions.

Related Countries

Use Peru data in your project

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

npm install @koshmoney/countries