Skip to content

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

MVR/XAF over 1Y: show the values
PointMVR/XAF
2025-09-2736.6210
2025-10-0436.5176
2025-10-1136.9238
2025-10-1836.7795
2025-10-2536.8820
2025-11-0137.1505
2025-11-0836.8204
2025-11-1536.6629
2025-11-2236.9962
2025-11-2936.7455
2025-12-0636.5839
2025-12-1436.2001
2025-12-2136.2557
2025-12-2836.0379
2026-01-0436.1725
2026-01-1136.4682
2026-01-1836.5594
2026-01-2535.9029
2026-02-0135.7909
2026-02-0835.9152
2026-02-1535.7626
2026-02-2236.1011
2026-03-0135.9093
2026-03-0836.5169
2026-03-1536.9990
2026-03-2236.6048
2026-03-2936.7755
2026-04-0536.8343
2026-04-1236.1692
2026-04-1936.0340
2026-04-2636.2173
2026-05-0336.2368
2026-05-1036.1021
2026-05-1836.6119
2026-05-2636.5034
2026-06-0236.5039
2026-06-1136.7445
2026-06-1836.8199
2026-06-2537.3193
2026-07-0237.2610
2026-07-0937.1404
2026-07-1637.0079
2026-07-2337.1288
2026-07-3037.0414
2026-08-0636.7347
2026-08-1336.8222
2026-08-2136.2944
2026-08-2836.4334
2026-09-0436.5043
2026-09-1136.5832
2026-09-1836.9459
2026-09-2537.3194

High

37.3194

Low

35.7626

Average

36.5890

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=XAF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=XAF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=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&currencies=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.