Skip to content

BRL to KMF exchange rate API

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

83.3432

▲ +5.80% over 1Y

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 year, BRL/KMF traded between 75.4843 and 85.2659, averaged 81.3136 and rose 5.80%. 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 1Y

BRL/KMF over 1Y: show the values
PointBRL/KMF
2025-09-2578.7723
2025-10-0278.8966
2025-10-0979.3123
2025-10-1677.3545
2025-10-2378.7357
2025-10-3078.5445
2025-11-0680.0788
2025-11-1380.3531
2025-11-2080.0735
2025-11-2779.2299
2025-12-0479.5067
2025-12-1277.6282
2025-12-1975.8674
2025-12-2675.4843
2026-01-0276.9019
2026-01-0978.3737
2026-01-1678.8835
2026-01-2379.3003
2026-01-3079.1307
2026-02-0679.6737
2026-02-1379.4056
2026-02-2080.2538
2026-02-2780.8839
2026-03-0680.2412
2026-03-1381.4595
2026-03-2080.9408
2026-03-2781.1135
2026-04-0382.6848
2026-04-1083.2953
2026-04-1784.1969
2026-04-2484.3899
2026-05-0184.4883
2026-05-0885.2659
2026-05-1683.5429
2026-05-2484.4309
2026-05-3183.6993
2026-06-0982.5873
2026-06-1683.9513
2026-06-2383.2154
2026-06-3083.3430
2026-07-0783.6652
2026-07-1484.2929
2026-07-2184.8809
2026-07-2884.5050
2026-08-0484.1287
2026-08-1183.4712
2026-08-1881.5997
2026-08-2681.9139
2026-09-0282.4895
2026-09-0983.1168
2026-09-1682.8277
2026-09-2383.8928

High

85.2659

Low

75.4843

Average

81.3136

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.