🇵🇰Pakistan (PK)
ISO 3166 country code - Asia / Southern Asia
About Pakistan
Pakistan (PK) is located in Asia, Southern Asia. The official currency is the Pakistani Rupee (PKR). It has 8 administrative subdivisions defined in ISO 3166-2.
Alpha-2PK
Alpha-3PAK
Numeric586
Currency
₨ PKR - Pakistani Rupee
Code Example
import { country } from '@koshmoney/countries';
// Look up Pakistan by alpha-2 code
const pk = country.getCountry('PK');
// => { name: 'Pakistan', alpha2: 'PK', alpha3: 'PAK', numeric: '586' }
// Look up by alpha-3 code
country.getCountryByAlpha3('PAK');
// Look up by numeric code
country.getCountryByNumeric('586');Subdivisions (8)
| Code | Name | Type |
|---|---|---|
| PK-BA | Balochistan | Province |
| PK-GB | Gilgit-Baltistān | Pakistan administered area |
| PK-IS | Islāmābād | Federal capital territory |
| PK-JK | Azad Kashmir | Pakistan administered area |
| PK-KP | Khaībar Pakhtūnkhwā | Province |
| PK-PB | Panjāb | Province |
| PK-SD | Sindh | Province |
| PK-TA | Federally Administered Tribal Areas | Territory |
FAQ
- What is the ISO code for Pakistan?
- Pakistan has three ISO 3166-1 codes: Alpha-2 "PK", Alpha-3 "PAK", and Numeric "586".
- How many subdivisions does Pakistan have?
- Pakistan has 8 subdivisions defined in ISO 3166-2, including Balochistan, Gilgit-Baltistān, Islāmābād, and more.
- How to look up Pakistan in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('PK') to get all ISO codes, or subdivision.getByCountry('PK') for subdivisions.
Related Countries
Use Pakistan data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries