Convert PGK to GBP
Papua New Guinean Kina → British Pound
1 PGK = 0.169537 GBP(1 GBP = 5.898422 PGK)
Currency converter
1 PGK =
0.16954 GBP
PGK to GBP: last 30 days
Over the last 30 days, 1 PGK traded between 0.16395 and 0.17195 GBP, averaging 0.16741 GBP. The PGK/GBP rate is up 1.96% since 2026-08-28.
- 30-day high
- 0.17195
- 2026-09-20
- 30-day low
- 0.16395
- 2026-09-05
- 30-day average
- 0.16741
- Days with data: 30
- 30-day change
- +1.96%
- since 2026-08-28
0.17195
0.163952026-08-28 → 2026-09-26
| Date | 1 PGK in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.16954 | 0.00% |
| 2026-09-25 | 0.16954 | +0.41% |
| 2026-09-24 | 0.16885 | -0.11% |
| 2026-09-23 | 0.16903 | -0.17% |
| 2026-09-22 | 0.16932 | +0.69% |
| 2026-09-21 | 0.16817 | -2.20% |
| 2026-09-20 | 0.17195 | +2.04% |
| 2026-09-19 | 0.16852 | -0.04% |
| 2026-09-18 | 0.16859 | +0.65% |
| 2026-09-17 | 0.16751 | +0.62% |
| 2026-09-16 | 0.16649 | -0.20% |
| 2026-09-15 | 0.16682 | +0.55% |
| 2026-09-14 | 0.16591 | -2.66% |
| 2026-09-13 | 0.17045 | -0.03% |
| 2026-09-12 | 0.17049 | +2.55% |
| Date | 1 PGK in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.16625 | +1.26% |
| 2026-09-10 | 0.16419 | -1.24% |
| 2026-09-09 | 0.16625 | -0.19% |
| 2026-09-08 | 0.16656 | +0.95% |
| 2026-09-07 | 0.16499 | +0.64% |
| 2026-09-06 | 0.16395 | 0.00% |
| 2026-09-05 | 0.16395 | -0.23% |
| 2026-09-04 | 0.16433 | -1.14% |
| 2026-09-03 | 0.16623 | -0.87% |
| 2026-09-02 | 0.16769 | +0.41% |
| 2026-09-01 | 0.16701 | +1.68% |
| 2026-08-31 | 0.16426 | -3.37% |
| 2026-08-30 | 0.16998 | +0.49% |
| 2026-08-29 | 0.16916 | +1.73% |
| 2026-08-28 | 0.16627 | — |
PGK to GBP conversion table
1 PGK0.16954 GBP
5 PGK0.84768 GBP
10 PGK1.6954 GBP
25 PGK4.2384 GBP
50 PGK8.4768 GBP
100 PGK16.9537 GBP
500 PGK84.7684 GBP
1,000 PGK169.5369 GBP
5,000 PGK847.6843 GBP
10,000 PGK1,695.3686 GBP
Get the PGK/GBP rate in your app
One GET request returns the latest PGK → GBP rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/PGK/GBP"fetch('https://rate-api.com/api/v1/pair/PGK/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 PGK = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/PGK/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 PGK = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/PGK/GBP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 PGK = {$data['rate']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "PGK",
"to": "GBP"
},
"rate": 0.1695,
"timestamp": 1790435114,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
GBP to PGKBritish Pound → Papua New Guinean Kina5.8984Convert PGK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.