🇵🇱Poland (PL)
ISO 3166 country code - Europe / Eastern Europe
Alpha-2PL
Alpha-3POL
Numeric616
Currency
zł PLN - Polish Zloty
Memberships
EU, SEPA, EEA, Schengen
Code Example
import { country } from '@koshmoney/countries';
// Look up Poland by alpha-2 code
const pl = country.getCountry('PL');
// => { name: 'Poland', alpha2: 'PL', alpha3: 'POL', numeric: '616' }
// Look up by alpha-3 code
country.getCountryByAlpha3('POL');
// Look up by numeric code
country.getCountryByNumeric('616');Subdivisions (16)
| Code | Name | Type |
|---|---|---|
| PL-DS | Dolnośląskie | Province |
| PL-KP | Kujawsko-pomorskie | Province |
| PL-LB | Lubuskie | Province |
| PL-LD | Łódzkie | Province |
| PL-LU | Lubelskie | Province |
...and 11 more. View all 16 subdivisions →
FAQ
- What is the ISO code for Poland?
- Poland has three ISO 3166-1 codes: Alpha-2 "PL", Alpha-3 "POL", and Numeric "616".
- How many subdivisions does Poland have?
- Poland has 16 subdivisions defined in ISO 3166-2, including Dolnośląskie, Kujawsko-pomorskie, Lubuskie, and more.
- How to look up Poland in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('PL') to get all ISO codes, or subdivision.getByCountry('PL') for subdivisions.
Related Countries
Use Poland data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries