Skip to content

KMF to BIF exchange rate API

Comoro Franc to Burundi Franc · quoted 2026-09-27

6.9405

▼ +0.89% over 1Y

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 last year, KMF/BIF traded between 6.8849 and 7.1422, averaged 7.0130 and fell 0.89%. 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 1Y

KMF/BIF over 1Y: show the values
PointKMF/BIF
2025-09-277.0027
2025-10-047.0274
2025-10-116.9808
2025-10-186.9922
2025-10-256.9644
2025-11-016.9333
2025-11-086.9225
2025-11-156.9603
2025-11-226.9226
2025-11-296.9764
2025-12-067.0141
2025-12-147.0557
2025-12-217.0406
2025-12-287.0789
2026-01-047.0580
2026-01-117.0011
2026-01-186.9781
2026-01-257.1109
2026-02-017.1422
2026-02-087.1109
2026-02-157.1332
2026-02-227.0894
2026-03-017.1092
2026-03-087.0068
2026-03-156.9203
2026-03-226.9842
2026-03-296.9621
2026-04-056.9556
2026-04-127.0666
2026-04-197.1255
2026-04-267.0706
2026-05-037.0857
2026-05-107.1017
2026-05-187.0360
2026-05-267.0256
2026-06-027.0530
2026-06-117.0144
2026-06-187.0008
2026-06-256.8849
2026-07-026.8938
2026-07-096.9236
2026-07-166.9313
2026-07-236.9300
2026-07-306.9373
2026-08-067.0011
2026-08-137.0032
2026-08-217.0728
2026-08-287.0597
2026-09-047.0637
2026-09-117.0564
2026-09-187.0283
2026-09-256.9499

High

7.1422

Low

6.8849

Average

7.0130

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.