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: show the values
| Point | PGK/KES |
|---|---|
| 2025-09-25 | 31.2031 |
| 2025-10-02 | 30.9826 |
| 2025-10-09 | 31.0975 |
| 2025-10-16 | 30.8156 |
| 2025-10-23 | 31.1130 |
| 2025-10-30 | 30.8153 |
| 2025-11-06 | 30.5819 |
| 2025-11-13 | 30.5993 |
| 2025-11-20 | 30.7203 |
| 2025-11-27 | 30.4866 |
| 2025-12-04 | 30.2303 |
| 2025-12-12 | 30.3297 |
| 2025-12-19 | 30.2647 |
| 2025-12-26 | 29.8568 |
| 2026-01-02 | 30.0908 |
| 2026-01-09 | 30.3027 |
| 2026-01-16 | 30.2404 |
| 2026-01-23 | 30.2180 |
| 2026-01-30 | 30.1585 |
| 2026-02-06 | 30.0845 |
| 2026-02-13 | 30.1212 |
| 2026-02-20 | 30.0475 |
| 2026-02-27 | 29.9922 |
| 2026-03-06 | 30.0527 |
| 2026-03-13 | 29.9053 |
| 2026-03-20 | 30.0106 |
| 2026-03-27 | 30.1280 |
| 2026-04-03 | 30.1101 |
| 2026-04-10 | 29.9135 |
| 2026-04-17 | 29.7977 |
| 2026-04-24 | 29.9128 |
| 2026-05-01 | 29.6722 |
| 2026-05-08 | 29.7821 |
| 2026-05-16 | 29.6085 |
| 2026-05-24 | 29.8264 |
| 2026-05-31 | 29.7033 |
| 2026-06-09 | 29.5037 |
| 2026-06-16 | 29.6376 |
| 2026-06-23 | 29.5742 |
| 2026-06-30 | 29.4154 |
| 2026-07-07 | 29.4502 |
| 2026-07-14 | 29.3491 |
| 2026-07-21 | 29.2874 |
| 2026-07-28 | 29.3213 |
| 2026-08-04 | 29.3871 |
| 2026-08-11 | 29.1608 |
| 2026-08-18 | 29.2392 |
| 2026-08-26 | 29.2109 |
| 2026-09-02 | 29.2657 |
| 2026-09-09 | 29.1881 |
| 2026-09-16 | 29.0257 |
| 2026-09-23 | 29.0349 |
High
31.2031
Low
29.0232
Average
29.9406
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=KES"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=KES");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.