BRL to KMF exchange rate API
Brazilian Real to Comoro Franc · quoted 2026-09-25
83.3432
▲ +1.74% over 30D
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 30 days, BRL/KMF traded between 81.5537 and 83.8928, averaged 82.8028 and rose 1.74%. 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 30D: show the values
| Point | BRL/KMF |
|---|---|
| 2026-08-26 | 81.9139 |
| 2026-08-27 | 82.1297 |
| 2026-08-28 | 81.8020 |
| 2026-08-29 | 81.8467 |
| 2026-08-30 | 81.7130 |
| 2026-08-31 | 82.0679 |
| 2026-09-01 | 81.5537 |
| 2026-09-02 | 82.4895 |
| 2026-09-03 | 83.6015 |
| 2026-09-04 | 82.8050 |
| 2026-09-05 | 82.6211 |
| 2026-09-06 | 82.6181 |
| 2026-09-07 | 82.6610 |
| 2026-09-08 | 82.8017 |
| 2026-09-09 | 83.1168 |
| 2026-09-10 | 82.4884 |
| 2026-09-11 | 82.9733 |
| 2026-09-12 | 82.7604 |
| 2026-09-13 | 82.7694 |
| 2026-09-14 | 82.4754 |
| 2026-09-15 | 82.7909 |
| 2026-09-16 | 82.8277 |
| 2026-09-17 | 83.6489 |
| 2026-09-18 | 83.3355 |
| 2026-09-19 | 83.2762 |
| 2026-09-20 | 83.2764 |
| 2026-09-21 | 83.5889 |
| 2026-09-22 | 83.6884 |
| 2026-09-23 | 83.8928 |
| 2026-09-24 | 83.4684 |
| 2026-09-25 | 83.3432 |
High
83.8928
Low
81.5537
Average
82.8028
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.