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: show the values
| Point | BBD/KMF |
|---|---|
| 2025-09-27 | 210.1839 |
| 2025-10-04 | 209.5167 |
| 2025-10-11 | 211.9863 |
| 2025-10-18 | 211.0199 |
| 2025-10-25 | 211.6082 |
| 2025-11-01 | 213.1487 |
| 2025-11-08 | 212.6176 |
| 2025-11-15 | 211.7346 |
| 2025-11-22 | 213.6361 |
| 2025-11-29 | 212.1837 |
| 2025-12-06 | 211.2508 |
| 2025-12-14 | 209.4613 |
| 2025-12-21 | 210.0153 |
| 2025-12-28 | 208.9200 |
| 2026-01-04 | 209.7036 |
| 2026-01-11 | 211.4204 |
| 2026-01-18 | 211.9488 |
| 2026-01-25 | 208.0312 |
| 2026-02-01 | 207.4926 |
| 2026-02-08 | 208.1300 |
| 2026-02-15 | 207.2224 |
| 2026-02-22 | 208.7533 |
| 2026-03-01 | 208.1704 |
| 2026-03-08 | 211.7009 |
| 2026-03-15 | 214.4997 |
| 2026-03-22 | 212.2054 |
| 2026-03-29 | 213.2036 |
| 2026-04-05 | 213.5414 |
| 2026-04-12 | 208.8430 |
| 2026-04-19 | 207.1878 |
| 2026-04-26 | 208.8687 |
| 2026-05-03 | 208.4845 |
| 2026-05-10 | 208.0916 |
| 2026-05-18 | 210.1027 |
| 2026-05-26 | 211.4289 |
| 2026-06-02 | 211.3794 |
| 2026-06-11 | 213.0200 |
| 2026-06-18 | 213.4529 |
| 2026-06-25 | 216.3465 |
| 2026-07-02 | 214.9173 |
| 2026-07-09 | 215.2674 |
| 2026-07-16 | 214.5342 |
| 2026-07-23 | 215.2480 |
| 2026-07-30 | 214.7430 |
| 2026-08-06 | 212.9205 |
| 2026-08-13 | 213.4659 |
| 2026-08-21 | 210.4113 |
| 2026-08-28 | 211.2180 |
| 2026-09-04 | 211.6259 |
| 2026-09-11 | 212.0286 |
| 2026-09-18 | 212.5282 |
| 2026-09-25 | 216.3513 |
High
216.3513
Low
207.1878
Average
211.5415
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.