GBP to PGK exchange rate API
Pound Sterling to Kina · quoted 2026-09-25
5.9522
▲ +3.70% over YTD
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 year to date, GBP/PGK traded between 5.7322 and 6.0388, averaged 5.8651 and rose 3.70%. 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 YTD: show the values
| Point | GBP/PGK |
|---|---|
| 2025-12-31 | 5.7396 |
| 2026-01-07 | 5.7540 |
| 2026-01-14 | 5.7322 |
| 2026-01-21 | 5.7325 |
| 2026-01-28 | 5.8932 |
| 2026-02-04 | 5.8635 |
| 2026-02-11 | 5.8617 |
| 2026-02-18 | 5.8307 |
| 2026-02-25 | 5.8087 |
| 2026-03-04 | 5.7551 |
| 2026-03-11 | 5.7713 |
| 2026-03-18 | 5.7346 |
| 2026-03-25 | 5.7717 |
| 2026-04-01 | 5.7552 |
| 2026-04-08 | 5.8278 |
| 2026-04-15 | 5.8764 |
| 2026-04-22 | 5.8741 |
| 2026-04-29 | 5.8692 |
| 2026-05-06 | 5.9196 |
| 2026-05-13 | 5.8963 |
| 2026-05-20 | 5.8503 |
| 2026-05-27 | 5.8491 |
| 2026-06-03 | 5.8624 |
| 2026-06-10 | 5.8732 |
| 2026-06-17 | 5.8576 |
| 2026-06-24 | 5.7664 |
| 2026-07-01 | 5.8275 |
| 2026-07-08 | 5.8611 |
| 2026-07-15 | 5.8996 |
| 2026-07-22 | 5.9040 |
| 2026-07-29 | 5.8969 |
| 2026-08-05 | 5.9442 |
| 2026-08-12 | 6.0210 |
| 2026-08-19 | 6.0233 |
| 2026-08-26 | 6.0388 |
| 2026-09-02 | 5.9635 |
| 2026-09-09 | 6.0150 |
| 2026-09-16 | 6.0102 |
| 2026-09-23 | 5.9196 |
High
6.0388
Low
5.7322
Average
5.8651
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.