Skip to content

BBD to KMF exchange rate API

Barbados Dollar to Comoro Franc · quoted 2026-09-27

215.9262

▲ +2.73% over 1Y

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 last year, BBD/KMF traded between 207.1878 and 216.3513, averaged 211.5415 and rose 2.73%. 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 1Y

BBD/KMF over 1Y: show the values
PointBBD/KMF
2025-09-27210.1839
2025-10-04209.5167
2025-10-11211.9863
2025-10-18211.0199
2025-10-25211.6082
2025-11-01213.1487
2025-11-08212.6176
2025-11-15211.7346
2025-11-22213.6361
2025-11-29212.1837
2025-12-06211.2508
2025-12-14209.4613
2025-12-21210.0153
2025-12-28208.9200
2026-01-04209.7036
2026-01-11211.4204
2026-01-18211.9488
2026-01-25208.0312
2026-02-01207.4926
2026-02-08208.1300
2026-02-15207.2224
2026-02-22208.7533
2026-03-01208.1704
2026-03-08211.7009
2026-03-15214.4997
2026-03-22212.2054
2026-03-29213.2036
2026-04-05213.5414
2026-04-12208.8430
2026-04-19207.1878
2026-04-26208.8687
2026-05-03208.4845
2026-05-10208.0916
2026-05-18210.1027
2026-05-26211.4289
2026-06-02211.3794
2026-06-11213.0200
2026-06-18213.4529
2026-06-25216.3465
2026-07-02214.9173
2026-07-09215.2674
2026-07-16214.5342
2026-07-23215.2480
2026-07-30214.7430
2026-08-06212.9205
2026-08-13213.4659
2026-08-21210.4113
2026-08-28211.2180
2026-09-04211.6259
2026-09-11212.0286
2026-09-18212.5282
2026-09-25216.3513

High

216.3513

Low

207.1878

Average

211.5415

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.