Skip to content

BBD to KES exchange rate API

Barbados Dollar to Kenyan Shilling · quoted 2026-09-24

64.7529

▲ +0.11% over 1Y

1 BBD = 64.7529 KES · 1 KES = 0.01544 BBD · Get this rate via the API

1 BBD buys 64.7529 KES as of 2026-09-24, so 1 KES buys 0.01544 BBD. Over the last year, BBD/KES traded between 63.8790 and 65.0755, averaged 64.5819 and rose 0.11%. The API holds daily BBD/KES rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/KES over 1Y

BBD/KES over 1Y: show the values
PointBBD/KES
2025-09-2464.6850
2025-10-0164.7213
2025-10-0864.6648
2025-10-1564.3749
2025-10-2264.6396
2025-10-2964.5989
2025-11-0564.6091
2025-11-1264.6053
2025-11-1964.8527
2025-11-2664.6804
2025-12-0364.6619
2025-12-1164.5955
2025-12-1864.4469
2025-12-2564.4666
2026-01-0164.5077
2026-01-0864.5308
2026-01-1564.5289
2026-01-2264.5785
2026-01-2964.5011
2026-02-0564.5592
2026-02-1264.0473
2026-02-1964.5776
2026-02-2664.3143
2026-03-0564.6195
2026-03-1264.8214
2026-03-1965.0539
2026-03-2664.9566
2026-04-0265.0755
2026-04-0964.2764
2026-04-1664.1475
2026-04-2364.1193
2026-04-3064.0920
2026-05-0763.9156
2026-05-1563.8790
2026-05-2364.7971
2026-05-3064.7311
2026-06-0664.6787
2026-06-1564.7491
2026-06-2264.6922
2026-06-2964.7409
2026-07-0664.6454
2026-07-1364.6435
2026-07-2064.6209
2026-07-2764.7317
2026-08-0364.5606
2026-08-1064.4828
2026-08-1764.6388
2026-08-2564.7057
2026-09-0164.7574
2026-09-0864.7150
2026-09-1564.7306
2026-09-2264.7613

High

65.0755

Low

63.8790

Average

64.5819

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BBD/KES API questions

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

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

How far back does BBD/KES historical data go?

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