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: show the values
| Point | BBD/KES |
|---|---|
| 2025-09-24 | 64.6850 |
| 2025-10-01 | 64.7213 |
| 2025-10-08 | 64.6648 |
| 2025-10-15 | 64.3749 |
| 2025-10-22 | 64.6396 |
| 2025-10-29 | 64.5989 |
| 2025-11-05 | 64.6091 |
| 2025-11-12 | 64.6053 |
| 2025-11-19 | 64.8527 |
| 2025-11-26 | 64.6804 |
| 2025-12-03 | 64.6619 |
| 2025-12-11 | 64.5955 |
| 2025-12-18 | 64.4469 |
| 2025-12-25 | 64.4666 |
| 2026-01-01 | 64.5077 |
| 2026-01-08 | 64.5308 |
| 2026-01-15 | 64.5289 |
| 2026-01-22 | 64.5785 |
| 2026-01-29 | 64.5011 |
| 2026-02-05 | 64.5592 |
| 2026-02-12 | 64.0473 |
| 2026-02-19 | 64.5776 |
| 2026-02-26 | 64.3143 |
| 2026-03-05 | 64.6195 |
| 2026-03-12 | 64.8214 |
| 2026-03-19 | 65.0539 |
| 2026-03-26 | 64.9566 |
| 2026-04-02 | 65.0755 |
| 2026-04-09 | 64.2764 |
| 2026-04-16 | 64.1475 |
| 2026-04-23 | 64.1193 |
| 2026-04-30 | 64.0920 |
| 2026-05-07 | 63.9156 |
| 2026-05-15 | 63.8790 |
| 2026-05-23 | 64.7971 |
| 2026-05-30 | 64.7311 |
| 2026-06-06 | 64.6787 |
| 2026-06-15 | 64.7491 |
| 2026-06-22 | 64.6922 |
| 2026-06-29 | 64.7409 |
| 2026-07-06 | 64.6454 |
| 2026-07-13 | 64.6435 |
| 2026-07-20 | 64.6209 |
| 2026-07-27 | 64.7317 |
| 2026-08-03 | 64.5606 |
| 2026-08-10 | 64.4828 |
| 2026-08-17 | 64.6388 |
| 2026-08-25 | 64.7057 |
| 2026-09-01 | 64.7574 |
| 2026-09-08 | 64.7150 |
| 2026-09-15 | 64.7306 |
| 2026-09-22 | 64.7613 |
High
65.0755
Low
63.8790
Average
64.5819
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=KES"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=KES");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=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¤cies=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.