🇵🇪Peru (PE)
ISO 3166 country code - South America / South America
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)
| Code | Name | Type |
|---|---|---|
| PE-AMA | Amarumayu | Region |
| PE-ANC | Ancash | Region |
| PE-APU | Apurímac | Region |
| PE-ARE | Arequipa | Region |
| PE-AYA | Ayacucho | Region |
...and 21 more. 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