Skip to content

MVR to XAF exchange rate API

Rufiyaa to CFA Franc BEAC · quoted 2026-09-27

37.2464

▲ +3.07% over YTD

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 year to date, MVR/XAF traded between 35.3801 and 37.3243, averaged 36.5110 and rose 3.07%. 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 YTD

MVR/XAF over YTD: show the values
PointMVR/XAF
2025-12-3136.1383
2026-01-0736.2610
2026-01-1436.4563
2026-01-2136.1775
2026-01-2835.3801
2026-02-0435.8820
2026-02-1135.6286
2026-02-1835.8706
2026-02-2536.0049
2026-03-0436.5838
2026-03-1136.5139
2026-03-1836.7837
2026-03-2536.5582
2026-04-0136.6831
2026-04-0836.3567
2026-04-1535.9848
2026-04-2236.1223
2026-04-2936.3012
2026-05-0636.2325
2026-05-1436.2565
2026-05-2136.5484
2026-05-2936.4941
2026-06-0536.5485
2026-06-1436.6590
2026-06-2136.9801
2026-06-2837.2717
2026-07-0537.0854
2026-07-1237.1645
2026-07-1937.0959
2026-07-2637.3243
2026-08-0236.7890
2026-08-0936.7197
2026-08-1636.6758
2026-08-2436.3335
2026-08-3136.5871
2026-09-0736.5455
2026-09-1436.6872
2026-09-2136.9963

High

37.3243

Low

35.3801

Average

36.5110

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.