Convert GBP to PGK
British Pound → Papua New Guinean Kina
1 GBP = 5.898422 PGK(1 PGK = 0.169537 GBP)
Currency converter
1 GBP =
5.8984 PGK
GBP to PGK: last 30 days
Over the last 30 days, 1 GBP traded between 5.8156 and 6.0994 PGK, averaging 5.9744 PGK. The GBP/PGK rate is down 1.93% since 2026-08-28.
- 30-day high
- 6.0994
- 2026-09-05
- 30-day low
- 5.8156
- 2026-09-20
- 30-day average
- 5.9744
- Days with data: 30
- 30-day change
- -1.93%
- since 2026-08-28
6.0994
5.81562026-08-28 → 2026-09-26
| Date | 1 GBP in PGK | Daily change |
|---|---|---|
| 2026-09-26 | 5.8984 | 0.00% |
| 2026-09-25 | 5.8984 | -0.40% |
| 2026-09-24 | 5.9224 | +0.11% |
| 2026-09-23 | 5.916 | +0.17% |
| 2026-09-22 | 5.9058 | -0.68% |
| 2026-09-21 | 5.9464 | +2.25% |
| 2026-09-20 | 5.8156 | -1.99% |
| 2026-09-19 | 5.934 | +0.04% |
| 2026-09-18 | 5.9314 | -0.64% |
| 2026-09-17 | 5.9697 | -0.61% |
| 2026-09-16 | 6.0065 | +0.20% |
| 2026-09-15 | 5.9945 | -0.54% |
| 2026-09-14 | 6.0273 | +2.73% |
| 2026-09-13 | 5.8669 | +0.03% |
| 2026-09-12 | 5.8654 | -2.48% |
| Date | 1 GBP in PGK | Daily change |
|---|---|---|
| 2026-09-11 | 6.0149 | -1.24% |
| 2026-09-10 | 6.0905 | +1.26% |
| 2026-09-09 | 6.015 | +0.19% |
| 2026-09-08 | 6.0038 | -0.94% |
| 2026-09-07 | 6.0608 | -0.63% |
| 2026-09-06 | 6.0994 | 0.00% |
| 2026-09-05 | 6.0994 | +0.23% |
| 2026-09-04 | 6.0853 | +1.16% |
| 2026-09-03 | 6.0158 | +0.88% |
| 2026-09-02 | 5.9635 | -0.40% |
| 2026-09-01 | 5.9877 | -1.65% |
| 2026-08-31 | 6.0881 | +3.48% |
| 2026-08-30 | 5.8831 | -0.48% |
| 2026-08-29 | 5.9117 | -1.70% |
| 2026-08-28 | 6.0142 | — |
GBP to PGK conversion table
1 GBP5.8984 PGK
5 GBP29.4921 PGK
10 GBP58.9842 PGK
25 GBP147.4606 PGK
50 GBP294.9211 PGK
100 GBP589.8422 PGK
500 GBP2,949.2112 PGK
1,000 GBP5,898.4223 PGK
5,000 GBP29,492.112 PGK
10,000 GBP58,984.223 PGK
Get the GBP/PGK rate in your app
One GET request returns the latest GBP → PGK 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/GBP/PGK"fetch('https://rate-api.com/api/v1/pair/GBP/PGK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} PGK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/PGK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} PGK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/PGK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GBP = {$data['rate']} PGK\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "PGK"
},
"rate": 5.8984,
"timestamp": 1790447444,
"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
PGK to GBPPapua New Guinean Kina → British Pound0.16954Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.