Skip to content

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

BBD/KMF over YTD: show the values
PointBBD/KMF
2025-12-31209.5056
2026-01-07210.2224
2026-01-14211.3478
2026-01-21209.7307
2026-01-28205.1162
2026-02-04208.0201
2026-02-11206.5457
2026-02-18207.6623
2026-02-25208.6892
2026-03-04212.0796
2026-03-11211.6826
2026-03-18213.2427
2026-03-25211.9360
2026-04-01212.6649
2026-04-08210.7680
2026-04-15207.4318
2026-04-22208.2607
2026-04-29209.0675
2026-05-06209.2274
2026-05-14209.9872
2026-05-21211.6806
2026-05-29211.3437
2026-06-05211.7825
2026-06-14212.5241
2026-06-21214.3379
2026-06-28215.9831
2026-07-05214.9943
2026-07-12215.4581
2026-07-19215.0593
2026-07-26216.2860
2026-08-02213.2793
2026-08-09212.7822
2026-08-16212.6247
2026-08-24210.6425
2026-08-31212.2186
2026-09-07211.8660
2026-09-14212.6466
2026-09-21214.3194

High

216.2860

Low

205.1162

Average

211.5114

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=KMF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=KMF");
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=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&currencies=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.