Skip to content

PAB to KES exchange rate API

Balboa to Kenyan Shilling · quoted 2026-09-25

129.5370

▼ +0.25% over 6M

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 6 months, PAB/KES traded between 128.8794 and 130.0228, averaged 129.4125 and fell 0.25%. 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 6M

PAB/KES over 6M: show the values
PointPAB/KES
2026-03-29129.8678
2026-04-05130.0228
2026-04-12129.4033
2026-04-19128.8794
2026-04-26129.3001
2026-05-03129.1245
2026-05-10129.1483
2026-05-18128.9703
2026-05-26129.4850
2026-06-02129.6829
2026-06-11129.4690
2026-06-18129.5254
2026-06-25129.4919
2026-07-02129.2411
2026-07-09129.2498
2026-07-16129.2857
2026-07-23129.4474
2026-07-30129.3686
2026-08-06129.3670
2026-08-13129.2835
2026-08-21129.4313
2026-08-28129.4342
2026-09-04129.4362
2026-09-11129.4169
2026-09-18129.7321
2026-09-25129.5370

High

130.0228

Low

128.8794

Average

129.4125

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.