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: show the values
| Point | BRL/KMF |
|---|---|
| 2025-09-25 | 78.7723 |
| 2025-10-02 | 78.8966 |
| 2025-10-09 | 79.3123 |
| 2025-10-16 | 77.3545 |
| 2025-10-23 | 78.7357 |
| 2025-10-30 | 78.5445 |
| 2025-11-06 | 80.0788 |
| 2025-11-13 | 80.3531 |
| 2025-11-20 | 80.0735 |
| 2025-11-27 | 79.2299 |
| 2025-12-04 | 79.5067 |
| 2025-12-12 | 77.6282 |
| 2025-12-19 | 75.8674 |
| 2025-12-26 | 75.4843 |
| 2026-01-02 | 76.9019 |
| 2026-01-09 | 78.3737 |
| 2026-01-16 | 78.8835 |
| 2026-01-23 | 79.3003 |
| 2026-01-30 | 79.1307 |
| 2026-02-06 | 79.6737 |
| 2026-02-13 | 79.4056 |
| 2026-02-20 | 80.2538 |
| 2026-02-27 | 80.8839 |
| 2026-03-06 | 80.2412 |
| 2026-03-13 | 81.4595 |
| 2026-03-20 | 80.9408 |
| 2026-03-27 | 81.1135 |
| 2026-04-03 | 82.6848 |
| 2026-04-10 | 83.2953 |
| 2026-04-17 | 84.1969 |
| 2026-04-24 | 84.3899 |
| 2026-05-01 | 84.4883 |
| 2026-05-08 | 85.2659 |
| 2026-05-16 | 83.5429 |
| 2026-05-24 | 84.4309 |
| 2026-05-31 | 83.6993 |
| 2026-06-09 | 82.5873 |
| 2026-06-16 | 83.9513 |
| 2026-06-23 | 83.2154 |
| 2026-06-30 | 83.3430 |
| 2026-07-07 | 83.6652 |
| 2026-07-14 | 84.2929 |
| 2026-07-21 | 84.8809 |
| 2026-07-28 | 84.5050 |
| 2026-08-04 | 84.1287 |
| 2026-08-11 | 83.4712 |
| 2026-08-18 | 81.5997 |
| 2026-08-26 | 81.9139 |
| 2026-09-02 | 82.4895 |
| 2026-09-09 | 83.1168 |
| 2026-09-16 | 82.8277 |
| 2026-09-23 | 83.8928 |
High
85.2659
Low
75.4843
Average
81.3136
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.