Skip to content

PGK to KES exchange rate API

Kina to Kenyan Shilling · quoted 2026-09-25

29.0232

▼ +6.99% over 1Y

1 PGK = 29.0232 KES · 1 KES = 0.03446 PGK · Get this rate via the API

1 PGK buys 29.0232 KES as of 2026-09-25, so 1 KES buys 0.03446 PGK. Over the last year, PGK/KES traded between 29.0232 and 31.2031, averaged 29.9406 and fell 6.99%. The API holds daily PGK/KES rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/KES over 1Y

PGK/KES over 1Y: show the values
PointPGK/KES
2025-09-2531.2031
2025-10-0230.9826
2025-10-0931.0975
2025-10-1630.8156
2025-10-2331.1130
2025-10-3030.8153
2025-11-0630.5819
2025-11-1330.5993
2025-11-2030.7203
2025-11-2730.4866
2025-12-0430.2303
2025-12-1230.3297
2025-12-1930.2647
2025-12-2629.8568
2026-01-0230.0908
2026-01-0930.3027
2026-01-1630.2404
2026-01-2330.2180
2026-01-3030.1585
2026-02-0630.0845
2026-02-1330.1212
2026-02-2030.0475
2026-02-2729.9922
2026-03-0630.0527
2026-03-1329.9053
2026-03-2030.0106
2026-03-2730.1280
2026-04-0330.1101
2026-04-1029.9135
2026-04-1729.7977
2026-04-2429.9128
2026-05-0129.6722
2026-05-0829.7821
2026-05-1629.6085
2026-05-2429.8264
2026-05-3129.7033
2026-06-0929.5037
2026-06-1629.6376
2026-06-2329.5742
2026-06-3029.4154
2026-07-0729.4502
2026-07-1429.3491
2026-07-2129.2874
2026-07-2829.3213
2026-08-0429.3871
2026-08-1129.1608
2026-08-1829.2392
2026-08-2629.2109
2026-09-0229.2657
2026-09-0929.1881
2026-09-1629.0257
2026-09-2329.0349

High

31.2031

Low

29.0232

Average

29.9406

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/KES API questions

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

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

How far back does PGK/KES historical data go?

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