Skip to content

BYN to KMF exchange rate API

Belarussian Ruble to Comoro Franc · quoted 2026-09-27

142.8997

▲ +6.58% over 5Y

1 BYN = 142.8997 KMF · 1 KMF = 0.006998 BYN · Get this rate via the API

1 BYN buys 142.8997 KMF as of 2026-09-27, so 1 KMF buys 0.006998 BYN. Over the last 5 years, BYN/KMF traded between 123.6449 and 152.1496, averaged 138.9801 and rose 6.58%. The API holds daily BYN/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BYN/KMF over 5Y

BYN/KMF over 5Y: show the values
PointBYN/KMF
2024-08-24134.0716
2024-10-07137.0251
2024-11-06138.8161
2024-12-06142.2912
2025-01-05145.6869
2025-02-04145.8391
2025-03-06139.0540
2025-04-06137.0359
2025-05-06133.0595
2025-06-07131.7869
2025-07-07127.6538
2025-08-06129.1289
2025-09-05124.7958
2025-10-06123.6449
2025-11-05125.6482
2025-12-05146.4528
2026-01-05142.2921
2026-02-04145.2176
2026-03-06144.2178
2026-04-05144.7738
2026-05-05148.5904
2026-06-06152.1496
2026-07-08150.2489
2026-08-07143.4982
2026-09-07137.6043

High

152.1496

Low

123.6449

Average

138.9801

For developers

Get this rate via the API

One GET request returns the BYN/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=BYN&currencies=KMF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN&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=BYN&currencies=KMF").json()

Replace YOUR_API_KEY with the key from your dashboard.

BYN/KMF API questions

How do I get the BYN/KMF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN&currencies=KMF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BYN/KMF rate in rates.KMF.

How far back does BYN/KMF historical data go?

Daily BYN/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 BYN/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.