Skip to content

GBP to PGK exchange rate API

Pound Sterling to Kina · quoted 2026-09-25

5.9522

▲ +7.06% over 1Y

1 GBP = 5.9522 PGK · 1 PGK = 0.16801 GBP · Get this rate via the API

1 GBP buys 5.9522 PGK as of 2026-09-25, so 1 PGK buys 0.16801 GBP. Over the last year, GBP/PGK traded between 5.5025 and 6.1174, averaged 5.7989 and rose 7.06%. The API holds daily GBP/PGK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GBP/PGK over 1Y

GBP/PGK over 1Y: show the values
PointGBP/PGK
2025-09-255.5598
2025-10-025.6355
2025-10-095.5614
2025-10-165.6293
2025-10-235.5331
2025-10-305.5025
2025-11-065.5340
2025-11-135.5634
2025-11-205.5272
2025-11-275.6321
2025-12-045.7104
2025-12-115.6915
2025-12-185.7025
2025-12-255.8367
2026-01-015.7400
2026-01-085.7330
2026-01-155.7216
2026-01-225.7327
2026-01-295.9104
2026-02-055.8065
2026-02-125.8457
2026-02-195.7764
2026-02-265.8196
2026-03-055.7462
2026-03-125.7682
2026-03-195.7343
2026-03-265.7471
2026-04-025.6970
2026-04-095.7993
2026-04-165.8777
2026-04-235.8708
2026-04-305.8669
2026-05-075.9246
2026-05-145.8481
2026-05-215.8481
2026-05-285.8345
2026-06-045.8917
2026-06-115.8571
2026-06-185.8012
2026-06-255.7832
2026-07-025.8591
2026-07-095.8872
2026-07-165.9775
2026-07-235.9459
2026-07-305.9347
2026-08-065.9432
2026-08-135.9756
2026-08-206.1174
2026-08-275.9948
2026-09-036.0158
2026-09-106.0905
2026-09-175.9765
2026-09-245.8681

High

6.1174

Low

5.5025

Average

5.7989

For developers

Get this rate via the API

One GET request returns the GBP/PGK rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=PGK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=PGK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=PGK").json()

Replace YOUR_API_KEY with the key from your dashboard.

GBP/PGK API questions

How do I get the GBP/PGK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=PGK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GBP/PGK rate in rates.PGK.

How far back does GBP/PGK historical data go?

Daily GBP/PGK rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free GBP/PGK exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.