Skip to content

PGK to GBP exchange rate API

Kina to Pound Sterling · quoted 2026-09-25

0.16800

▼ +6.59% over 1Y

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

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

PGK/GBP over 1Y

PGK/GBP over 1Y: show the values
PointPGK/GBP
2025-09-250.17986
2025-10-020.17744
2025-10-090.17981
2025-10-160.17764
2025-10-230.18073
2025-10-300.18174
2025-11-060.18070
2025-11-130.17974
2025-11-200.18092
2025-11-270.17755
2025-12-040.17512
2025-12-110.17570
2025-12-180.17536
2025-12-250.17133
2026-01-010.17422
2026-01-080.17443
2026-01-150.17478
2026-01-220.17444
2026-01-290.16919
2026-02-050.17222
2026-02-120.17107
2026-02-190.17312
2026-02-260.17183
2026-03-050.17403
2026-03-120.17336
2026-03-190.17439
2026-03-260.17400
2026-04-020.17553
2026-04-090.17244
2026-04-160.17014
2026-04-230.17033
2026-04-300.17045
2026-05-070.16879
2026-05-140.17100
2026-05-210.17100
2026-05-280.17139
2026-06-040.16973
2026-06-110.17073
2026-06-180.17238
2026-06-250.17291
2026-07-020.17067
2026-07-090.16986
2026-07-160.16729
2026-07-230.16818
2026-07-300.16850
2026-08-060.16826
2026-08-130.16735
2026-08-200.16347
2026-08-270.16681
2026-09-030.16623
2026-09-100.16419
2026-09-170.16732
2026-09-240.17041

High

0.18174

Low

0.16347

Average

0.17256

For developers

Get this rate via the API

One GET request returns the PGK/GBP 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=PGK&currencies=GBP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=GBP");
const data = await response.json();
Python
import requests

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/GBP API questions

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

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

How far back does PGK/GBP historical data go?

Daily PGK/GBP 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 PGK/GBP 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.