Skip to content

MVR to RWF exchange rate API

Rufiyaa to Rwanda Franc · quoted 2026-09-25

95.4673

▲ +10.22% over 5Y

1 MVR = 95.4673 RWF · 1 RWF = 0.01047 MVR · Get this rate via the API

1 MVR buys 95.4673 RWF as of 2026-09-25, so 1 RWF buys 0.01047 MVR. Over the last 5 years, MVR/RWF traded between 86.6177 and 95.4673, averaged 92.7204 and rose 10.22%. The API holds daily MVR/RWF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MVR/RWF over 5Y

MVR/RWF over 5Y: show the values
PointMVR/RWF
2024-08-2486.6177
2024-10-0788.2561
2024-11-0688.4731
2024-12-0689.7868
2025-01-0589.1946
2025-02-0491.9343
2025-03-0690.8757
2025-04-0691.2233
2025-05-0691.6552
2025-06-0792.0893
2025-07-0793.0719
2025-08-0693.4168
2025-09-0593.7882
2025-10-0694.2230
2025-11-0593.9360
2025-12-0594.1578
2026-01-0594.3322
2026-02-0494.5039
2026-03-0694.4535
2026-04-0594.5300
2026-05-0594.5004
2026-06-0694.8749
2026-07-0894.9761
2026-08-0795.1622
2026-09-0795.2294

High

95.4673

Low

86.6177

Average

92.7204

For developers

Get this rate via the API

One GET request returns the MVR/RWF 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=RWF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=RWF");
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=RWF").json()

Replace YOUR_API_KEY with the key from your dashboard.

MVR/RWF API questions

How do I get the MVR/RWF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=RWF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MVR/RWF rate in rates.RWF.

How far back does MVR/RWF historical data go?

Daily MVR/RWF 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/RWF 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.