Skip to content

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

KMF/BIF over YTD: show the values
PointKMF/BIF
2025-12-317.0718
2026-01-077.0410
2026-01-147.0120
2026-01-217.0611
2026-01-287.2178
2026-02-047.1040
2026-02-117.1787
2026-02-187.1257
2026-02-257.1079
2026-03-047.0043
2026-03-117.0134
2026-03-186.9520
2026-03-256.9998
2026-04-016.9805
2026-04-086.9962
2026-04-157.2165
2026-04-227.0892
2026-04-297.0665
2026-05-067.0616
2026-05-147.0886
2026-05-217.0323
2026-05-297.0194
2026-06-057.0459
2026-06-147.0064
2026-06-216.9620
2026-06-286.9086
2026-07-056.9329
2026-07-126.9265
2026-07-196.9200
2026-07-266.9003
2026-08-026.9785
2026-08-097.0241
2026-08-167.0273
2026-08-247.0743
2026-08-317.0688
2026-09-077.0561
2026-09-147.0316
2026-09-217.0005

High

7.2178

Low

6.9003

Average

7.0319

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF&currencies=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&currencies=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.