MVR to XAF exchange rate API
Rufiyaa to CFA Franc BEAC · quoted 2026-09-27
37.2464
▲ +1.71% over 1Y
1 MVR = 37.2464 XAF · 1 XAF = 0.02685 MVR · Get this rate via the API
1 MVR buys 37.2464 XAF as of 2026-09-27, so 1 XAF buys 0.02685 MVR. Over the last year, MVR/XAF traded between 35.7626 and 37.3194, averaged 36.5890 and rose 1.71%. The API holds daily MVR/XAF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MVR/XAF over 1Y: show the values
| Point | MVR/XAF |
|---|---|
| 2025-09-27 | 36.6210 |
| 2025-10-04 | 36.5176 |
| 2025-10-11 | 36.9238 |
| 2025-10-18 | 36.7795 |
| 2025-10-25 | 36.8820 |
| 2025-11-01 | 37.1505 |
| 2025-11-08 | 36.8204 |
| 2025-11-15 | 36.6629 |
| 2025-11-22 | 36.9962 |
| 2025-11-29 | 36.7455 |
| 2025-12-06 | 36.5839 |
| 2025-12-14 | 36.2001 |
| 2025-12-21 | 36.2557 |
| 2025-12-28 | 36.0379 |
| 2026-01-04 | 36.1725 |
| 2026-01-11 | 36.4682 |
| 2026-01-18 | 36.5594 |
| 2026-01-25 | 35.9029 |
| 2026-02-01 | 35.7909 |
| 2026-02-08 | 35.9152 |
| 2026-02-15 | 35.7626 |
| 2026-02-22 | 36.1011 |
| 2026-03-01 | 35.9093 |
| 2026-03-08 | 36.5169 |
| 2026-03-15 | 36.9990 |
| 2026-03-22 | 36.6048 |
| 2026-03-29 | 36.7755 |
| 2026-04-05 | 36.8343 |
| 2026-04-12 | 36.1692 |
| 2026-04-19 | 36.0340 |
| 2026-04-26 | 36.2173 |
| 2026-05-03 | 36.2368 |
| 2026-05-10 | 36.1021 |
| 2026-05-18 | 36.6119 |
| 2026-05-26 | 36.5034 |
| 2026-06-02 | 36.5039 |
| 2026-06-11 | 36.7445 |
| 2026-06-18 | 36.8199 |
| 2026-06-25 | 37.3193 |
| 2026-07-02 | 37.2610 |
| 2026-07-09 | 37.1404 |
| 2026-07-16 | 37.0079 |
| 2026-07-23 | 37.1288 |
| 2026-07-30 | 37.0414 |
| 2026-08-06 | 36.7347 |
| 2026-08-13 | 36.8222 |
| 2026-08-21 | 36.2944 |
| 2026-08-28 | 36.4334 |
| 2026-09-04 | 36.5043 |
| 2026-09-11 | 36.5832 |
| 2026-09-18 | 36.9459 |
| 2026-09-25 | 37.3194 |
High
37.3194
Low
35.7626
Average
36.5890
Get this rate via the API
One GET request returns the MVR/XAF 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=MVR¤cies=XAF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=XAF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=XAF").json()Replace YOUR_API_KEY with the key from your dashboard.
MVR/XAF API questions
How do I get the MVR/XAF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=XAF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MVR/XAF rate in rates.XAF.
How far back does MVR/XAF historical data go?
Daily MVR/XAF 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 MVR/XAF 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.