Skip to content

BRL to KMF exchange rate API

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

83.3432

▲ +2.45% over 6M

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 6 months, BRL/KMF traded between 81.3462 and 85.0442, averaged 83.4212 and rose 2.45%. 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 6M

BRL/KMF over 6M: show the values
PointBRL/KMF
2026-03-2981.3462
2026-04-0582.7220
2026-04-1283.8457
2026-04-1983.9442
2026-04-2684.3272
2026-05-0384.7817
2026-05-1085.0442
2026-05-1884.1399
2026-05-2684.2327
2026-06-0284.4575
2026-06-1182.5589
2026-06-1882.9437
2026-06-2583.1797
2026-07-0283.2534
2026-07-0983.6746
2026-07-1684.3672
2026-07-2384.8846
2026-07-3084.2023
2026-08-0683.1116
2026-08-1382.4015
2026-08-2181.3511
2026-08-2881.8020
2026-09-0482.8050
2026-09-1182.9733
2026-09-1883.3355
2026-09-2583.3432

High

85.0442

Low

81.3462

Average

83.4212

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.