Skip to content

PAB to KES exchange rate API

Balboa to Kenyan Shilling · quoted 2026-09-25

129.5370

▲ +0.20% over 1Y

1 PAB = 129.5370 KES · 1 KES = 0.007720 PAB · Get this rate via the API

1 PAB buys 129.5370 KES as of 2026-09-25, so 1 KES buys 0.007720 PAB. Over the last year, PAB/KES traded between 128.7894 and 129.9947, averaged 129.3181 and rose 0.20%. The API holds daily PAB/KES rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/KES over 1Y

PAB/KES over 1Y: show the values
PointPAB/KES
2025-09-25129.2817
2025-10-02129.5486
2025-10-09129.3336
2025-10-16129.1991
2025-10-23129.0568
2025-10-30129.2040
2025-11-06129.2383
2025-11-13129.2127
2025-11-20129.9947
2025-11-27129.7339
2025-12-04129.4028
2025-12-12128.7894
2025-12-19128.9583
2025-12-26128.9460
2026-01-02129.0214
2026-01-09129.2575
2026-01-16129.1265
2026-01-23128.9989
2026-01-30129.1253
2026-02-06129.0659
2026-02-13129.1778
2026-02-20129.1403
2026-02-27129.0063
2026-03-06129.2217
2026-03-13129.4051
2026-03-20128.9215
2026-03-27129.7028
2026-04-03129.9439
2026-04-10129.4152
2026-04-17129.2457
2026-04-24129.2935
2026-05-01129.1546
2026-05-08129.1004
2026-05-16129.3797
2026-05-24129.7521
2026-05-31129.4536
2026-06-09129.3540
2026-06-16129.4310
2026-06-23129.3944
2026-06-30129.4791
2026-07-07129.3074
2026-07-14129.2187
2026-07-21129.2792
2026-07-28129.5467
2026-08-04129.3822
2026-08-11129.3695
2026-08-18129.3571
2026-08-26129.4205
2026-09-02129.4399
2026-09-09129.4273
2026-09-16129.6457
2026-09-23129.4596

High

129.9947

Low

128.7894

Average

129.3181

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PAB/KES API questions

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

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

How far back does PAB/KES historical data go?

Daily PAB/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 PAB/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.