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: show the values
| Point | GBP/PGK |
|---|---|
| 2025-09-25 | 5.5598 |
| 2025-10-02 | 5.6355 |
| 2025-10-09 | 5.5614 |
| 2025-10-16 | 5.6293 |
| 2025-10-23 | 5.5331 |
| 2025-10-30 | 5.5025 |
| 2025-11-06 | 5.5340 |
| 2025-11-13 | 5.5634 |
| 2025-11-20 | 5.5272 |
| 2025-11-27 | 5.6321 |
| 2025-12-04 | 5.7104 |
| 2025-12-11 | 5.6915 |
| 2025-12-18 | 5.7025 |
| 2025-12-25 | 5.8367 |
| 2026-01-01 | 5.7400 |
| 2026-01-08 | 5.7330 |
| 2026-01-15 | 5.7216 |
| 2026-01-22 | 5.7327 |
| 2026-01-29 | 5.9104 |
| 2026-02-05 | 5.8065 |
| 2026-02-12 | 5.8457 |
| 2026-02-19 | 5.7764 |
| 2026-02-26 | 5.8196 |
| 2026-03-05 | 5.7462 |
| 2026-03-12 | 5.7682 |
| 2026-03-19 | 5.7343 |
| 2026-03-26 | 5.7471 |
| 2026-04-02 | 5.6970 |
| 2026-04-09 | 5.7993 |
| 2026-04-16 | 5.8777 |
| 2026-04-23 | 5.8708 |
| 2026-04-30 | 5.8669 |
| 2026-05-07 | 5.9246 |
| 2026-05-14 | 5.8481 |
| 2026-05-21 | 5.8481 |
| 2026-05-28 | 5.8345 |
| 2026-06-04 | 5.8917 |
| 2026-06-11 | 5.8571 |
| 2026-06-18 | 5.8012 |
| 2026-06-25 | 5.7832 |
| 2026-07-02 | 5.8591 |
| 2026-07-09 | 5.8872 |
| 2026-07-16 | 5.9775 |
| 2026-07-23 | 5.9459 |
| 2026-07-30 | 5.9347 |
| 2026-08-06 | 5.9432 |
| 2026-08-13 | 5.9756 |
| 2026-08-20 | 6.1174 |
| 2026-08-27 | 5.9948 |
| 2026-09-03 | 6.0158 |
| 2026-09-10 | 6.0905 |
| 2026-09-17 | 5.9765 |
| 2026-09-24 | 5.8681 |
High
6.1174
Low
5.5025
Average
5.7989
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=PGK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=PGK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=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¤cies=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.