BBD to KMF exchange rate API
Barbados Dollar to Comoro Franc · quoted 2026-09-27
215.9262
▲ +3.06% over YTD
1 BBD = 215.9262 KMF · 1 KMF = 0.004631 BBD · Get this rate via the API
1 BBD buys 215.9262 KMF as of 2026-09-27, so 1 KMF buys 0.004631 BBD. Over the year to date, BBD/KMF traded between 205.1162 and 216.2860, averaged 211.5114 and rose 3.06%. The API holds daily BBD/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BBD/KMF over YTD: show the values
| Point | BBD/KMF |
|---|---|
| 2025-12-31 | 209.5056 |
| 2026-01-07 | 210.2224 |
| 2026-01-14 | 211.3478 |
| 2026-01-21 | 209.7307 |
| 2026-01-28 | 205.1162 |
| 2026-02-04 | 208.0201 |
| 2026-02-11 | 206.5457 |
| 2026-02-18 | 207.6623 |
| 2026-02-25 | 208.6892 |
| 2026-03-04 | 212.0796 |
| 2026-03-11 | 211.6826 |
| 2026-03-18 | 213.2427 |
| 2026-03-25 | 211.9360 |
| 2026-04-01 | 212.6649 |
| 2026-04-08 | 210.7680 |
| 2026-04-15 | 207.4318 |
| 2026-04-22 | 208.2607 |
| 2026-04-29 | 209.0675 |
| 2026-05-06 | 209.2274 |
| 2026-05-14 | 209.9872 |
| 2026-05-21 | 211.6806 |
| 2026-05-29 | 211.3437 |
| 2026-06-05 | 211.7825 |
| 2026-06-14 | 212.5241 |
| 2026-06-21 | 214.3379 |
| 2026-06-28 | 215.9831 |
| 2026-07-05 | 214.9943 |
| 2026-07-12 | 215.4581 |
| 2026-07-19 | 215.0593 |
| 2026-07-26 | 216.2860 |
| 2026-08-02 | 213.2793 |
| 2026-08-09 | 212.7822 |
| 2026-08-16 | 212.6247 |
| 2026-08-24 | 210.6425 |
| 2026-08-31 | 212.2186 |
| 2026-09-07 | 211.8660 |
| 2026-09-14 | 212.6466 |
| 2026-09-21 | 214.3194 |
High
216.2860
Low
205.1162
Average
211.5114
Get this rate via the API
One GET request returns the BBD/KMF 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=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=KMF").json()Replace YOUR_API_KEY with the key from your dashboard.
BBD/KMF API questions
How do I get the BBD/KMF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=KMF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BBD/KMF rate in rates.KMF.
How far back does BBD/KMF historical data go?
Daily BBD/KMF 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/KMF 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.