BRL to KMF exchange rate API
Brazilian Real to Comoro Franc · quoted 2026-09-25
83.3432
▲ +8.96% over YTD
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 year to date, BRL/KMF traded between 76.4928 and 85.6613, averaged 82.2726 and rose 8.96%. 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 YTD: show the values
| Point | BRL/KMF |
|---|---|
| 2025-12-31 | 76.4928 |
| 2026-01-07 | 77.9820 |
| 2026-01-14 | 78.7418 |
| 2026-01-21 | 78.4423 |
| 2026-01-28 | 79.2930 |
| 2026-02-04 | 79.6927 |
| 2026-02-11 | 79.4681 |
| 2026-02-18 | 79.5203 |
| 2026-02-25 | 81.3804 |
| 2026-03-04 | 81.2603 |
| 2026-03-11 | 81.8708 |
| 2026-03-18 | 81.6356 |
| 2026-03-25 | 80.9997 |
| 2026-04-01 | 82.4321 |
| 2026-04-08 | 82.9495 |
| 2026-04-15 | 83.6313 |
| 2026-04-22 | 84.4781 |
| 2026-04-29 | 84.4468 |
| 2026-05-06 | 85.6613 |
| 2026-05-14 | 84.0452 |
| 2026-05-21 | 84.4698 |
| 2026-05-29 | 83.7791 |
| 2026-06-05 | 83.7105 |
| 2026-06-14 | 83.7413 |
| 2026-06-21 | 83.2061 |
| 2026-06-28 | 83.4763 |
| 2026-07-05 | 83.1528 |
| 2026-07-12 | 84.3075 |
| 2026-07-19 | 84.1466 |
| 2026-07-26 | 85.0745 |
| 2026-08-02 | 84.0181 |
| 2026-08-09 | 83.6871 |
| 2026-08-16 | 81.4971 |
| 2026-08-24 | 81.8051 |
| 2026-08-31 | 82.0679 |
| 2026-09-07 | 82.6610 |
| 2026-09-14 | 82.4754 |
| 2026-09-21 | 83.5889 |
High
85.6613
Low
76.4928
Average
82.2726
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=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¤cies=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.