Skip to content

BYN to KMF exchange rate API

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

142.8997

▲ +15.07% over 1Y

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 year, BYN/KMF traded between 123.4479 and 154.4748, averaged 142.2323 and rose 15.07%. 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 1Y

BYN/KMF over 1Y: show the values
PointBYN/KMF
2025-09-27124.1852
2025-10-04123.4479
2025-10-11124.5484
2025-10-18123.8983
2025-10-25124.2804
2025-11-01125.1777
2025-11-08124.7098
2025-11-15124.1696
2025-11-22125.1800
2025-11-29143.5642
2025-12-06147.2131
2025-12-14142.1972
2025-12-21143.1745
2025-12-28143.3412
2026-01-04142.9239
2026-01-11144.4055
2026-01-18146.9661
2026-01-25147.4800
2026-02-01145.8643
2026-02-08145.0855
2026-02-15144.8611
2026-02-22145.8448
2026-03-01143.8849
2026-03-08144.0950
2026-03-15145.1693
2026-03-22140.4271
2026-03-29143.5149
2026-04-05144.7738
2026-04-12146.5529
2026-04-19146.9178
2026-04-26148.5071
2026-05-03148.8029
2026-05-10148.3087
2026-05-18153.0986
2026-05-26153.3178
2026-06-02152.9348
2026-06-11154.4748
2026-06-18154.1675
2026-06-25153.0034
2026-07-02148.8988
2026-07-09150.1988
2026-07-16148.7042
2026-07-23149.3208
2026-07-30147.4994
2026-08-06143.8109
2026-08-13142.3899
2026-08-21139.2128
2026-08-28140.1764
2026-09-04137.3467
2026-09-11139.5988
2026-09-18141.1403
2026-09-25142.6435

High

154.4748

Low

123.4479

Average

142.2323

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.