🇵🇹Portugal (PT)
ISO 3166 country code - Europe / Southern Europe
About Portugal
Portugal (PT) is located in Europe, Southern Europe. The official currency is the Euro (EUR). It has 20 administrative subdivisions defined in ISO 3166-2. Portugal is a member of EU, SEPA, EEA, Eurozone, Schengen.
Alpha-2PT
Alpha-3PRT
Numeric620
Currency
€ EUR - Euro
Memberships
EU, SEPA, EEA, Eurozone, Schengen
Code Example
import { country } from '@koshmoney/countries';
// Look up Portugal by alpha-2 code
const pt = country.getCountry('PT');
// => { name: 'Portugal', alpha2: 'PT', alpha3: 'PRT', numeric: '620' }
// Look up by alpha-3 code
country.getCountryByAlpha3('PRT');
// Look up by numeric code
country.getCountryByNumeric('620');Subdivisions (20)
| Code | Name | Type |
|---|---|---|
| PT-01 | Aveiro | District |
| PT-02 | Beja | District |
| PT-03 | Braga | District |
| PT-04 | Bragança | District |
| PT-05 | Castelo Branco | District |
| PT-06 | Coimbra | District |
| PT-07 | Évora | District |
| PT-08 | Faro | District |
| PT-09 | Guarda | District |
| PT-10 | Leiria | District |
| PT-11 | Lisboa | District |
| PT-12 | Portalegre | District |
| PT-13 | Porto | District |
| PT-14 | Santarém | District |
| PT-15 | Setúbal | District |
Showing 15 of 20. View all 20 subdivisions →
FAQ
- What is the ISO code for Portugal?
- Portugal has three ISO 3166-1 codes: Alpha-2 "PT", Alpha-3 "PRT", and Numeric "620".
- How many subdivisions does Portugal have?
- Portugal has 20 subdivisions defined in ISO 3166-2, including Aveiro, Beja, Braga, and more.
- How to look up Portugal in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('PT') to get all ISO codes, or subdivision.getByCountry('PT') for subdivisions.
Related Countries
Use Portugal data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries