KMF to BIF exchange rate API
Comoro Franc to Burundi Franc · quoted 2026-09-27
6.9405
▼ +1.86% over YTD
1 KMF = 6.9405 BIF · 1 BIF = 0.14408 KMF · Get this rate via the API
1 KMF buys 6.9405 BIF as of 2026-09-27, so 1 BIF buys 0.14408 KMF. Over the year to date, KMF/BIF traded between 6.9003 and 7.2178, averaged 7.0319 and fell 1.86%. The API holds daily KMF/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
KMF/BIF over YTD: show the values
| Point | KMF/BIF |
|---|---|
| 2025-12-31 | 7.0718 |
| 2026-01-07 | 7.0410 |
| 2026-01-14 | 7.0120 |
| 2026-01-21 | 7.0611 |
| 2026-01-28 | 7.2178 |
| 2026-02-04 | 7.1040 |
| 2026-02-11 | 7.1787 |
| 2026-02-18 | 7.1257 |
| 2026-02-25 | 7.1079 |
| 2026-03-04 | 7.0043 |
| 2026-03-11 | 7.0134 |
| 2026-03-18 | 6.9520 |
| 2026-03-25 | 6.9998 |
| 2026-04-01 | 6.9805 |
| 2026-04-08 | 6.9962 |
| 2026-04-15 | 7.2165 |
| 2026-04-22 | 7.0892 |
| 2026-04-29 | 7.0665 |
| 2026-05-06 | 7.0616 |
| 2026-05-14 | 7.0886 |
| 2026-05-21 | 7.0323 |
| 2026-05-29 | 7.0194 |
| 2026-06-05 | 7.0459 |
| 2026-06-14 | 7.0064 |
| 2026-06-21 | 6.9620 |
| 2026-06-28 | 6.9086 |
| 2026-07-05 | 6.9329 |
| 2026-07-12 | 6.9265 |
| 2026-07-19 | 6.9200 |
| 2026-07-26 | 6.9003 |
| 2026-08-02 | 6.9785 |
| 2026-08-09 | 7.0241 |
| 2026-08-16 | 7.0273 |
| 2026-08-24 | 7.0743 |
| 2026-08-31 | 7.0688 |
| 2026-09-07 | 7.0561 |
| 2026-09-14 | 7.0316 |
| 2026-09-21 | 7.0005 |
High
7.2178
Low
6.9003
Average
7.0319
Get this rate via the API
One GET request returns the KMF/BIF 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=KMF¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=BIF").json()Replace YOUR_API_KEY with the key from your dashboard.
KMF/BIF API questions
How do I get the KMF/BIF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=BIF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KMF/BIF rate in rates.BIF.
How far back does KMF/BIF historical data go?
Daily KMF/BIF 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 KMF/BIF 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.