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: show the values
| Point | BRL/KMF |
|---|---|
| 2024-08-24 | 80.0184 |
| 2024-10-07 | 82.4304 |
| 2024-11-06 | 78.1755 |
| 2024-12-06 | 77.5064 |
| 2025-01-05 | 77.1931 |
| 2025-02-04 | 81.9935 |
| 2025-03-06 | 79.1004 |
| 2025-04-06 | 76.8738 |
| 2025-05-06 | 76.4367 |
| 2025-06-07 | 77.6079 |
| 2025-07-07 | 76.7811 |
| 2025-08-06 | 77.2322 |
| 2025-09-05 | 77.7379 |
| 2025-10-06 | 78.5537 |
| 2025-11-05 | 79.2576 |
| 2025-12-05 | 79.4820 |
| 2026-01-05 | 77.3111 |
| 2026-02-04 | 79.6927 |
| 2026-03-06 | 80.2412 |
| 2026-04-05 | 82.7220 |
| 2026-05-05 | 84.9074 |
| 2026-06-06 | 82.5743 |
| 2026-07-08 | 83.5743 |
| 2026-08-07 | 83.7163 |
| 2026-09-07 | 82.6610 |
High
84.9074
Low
76.4367
Average
79.8894
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.