Skip to content

BRL to KMF exchange rate API

Brazilian Real to Comoro Franc · quoted 2026-09-25

83.3432

▲ +4.16% over 5Y

1 BRL = 83.3432 KMF · 1 KMF = 0.01200 BRL · Get this rate via the API

1 BRL buys 83.3432 KMF as of 2026-09-25, so 1 KMF buys 0.01200 BRL. Over the last 5 years, BRL/KMF traded between 76.4367 and 84.9074, averaged 79.8894 and rose 4.16%. The API holds daily BRL/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BRL/KMF over 5Y

BRL/KMF over 5Y: show the values
PointBRL/KMF
2024-08-2480.0184
2024-10-0782.4304
2024-11-0678.1755
2024-12-0677.5064
2025-01-0577.1931
2025-02-0481.9935
2025-03-0679.1004
2025-04-0676.8738
2025-05-0676.4367
2025-06-0777.6079
2025-07-0776.7811
2025-08-0677.2322
2025-09-0577.7379
2025-10-0678.5537
2025-11-0579.2576
2025-12-0579.4820
2026-01-0577.3111
2026-02-0479.6927
2026-03-0680.2412
2026-04-0582.7220
2026-05-0584.9074
2026-06-0682.5743
2026-07-0883.5743
2026-08-0783.7163
2026-09-0782.6610

High

84.9074

Low

76.4367

Average

79.8894

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BRL/KMF API questions

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

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

How far back does BRL/KMF historical data go?

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