Skip to content

MVR to RWF exchange rate API

Rufiyaa to Rwanda Franc · quoted 2026-09-25

95.4673

▲ +1.51% over 1Y

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 year, MVR/RWF traded between 93.9417 and 95.8780, averaged 94.6095 and rose 1.51%. 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 1Y

MVR/RWF over 1Y: show the values
PointMVR/RWF
2025-09-2594.0475
2025-10-0294.0217
2025-10-0994.1784
2025-10-1693.9417
2025-10-2394.0810
2025-10-3094.1533
2025-11-0694.0662
2025-11-1394.0186
2025-11-2094.1477
2025-11-2793.9649
2025-12-0494.1018
2025-12-1294.1506
2025-12-1994.1812
2025-12-2694.2040
2026-01-0294.2052
2026-01-0994.3355
2026-01-1694.2584
2026-01-2394.0632
2026-01-3094.3927
2026-02-0694.3602
2026-02-1394.1461
2026-02-2094.6184
2026-02-2794.3775
2026-03-0694.4535
2026-03-1394.7302
2026-03-2094.3210
2026-03-2794.3715
2026-04-0394.5680
2026-04-1094.5961
2026-04-1794.4979
2026-04-2494.5000
2026-05-0194.5973
2026-05-0895.1679
2026-05-1694.9117
2026-05-2494.8676
2026-05-3195.0233
2026-06-0994.8700
2026-06-1695.8780
2026-06-2394.7401
2026-06-3094.8442
2026-07-0794.7911
2026-07-1495.1115
2026-07-2195.2088
2026-07-2895.1040
2026-08-0494.9915
2026-08-1195.1570
2026-08-1895.0474
2026-08-2695.2066
2026-09-0295.3628
2026-09-0995.1539
2026-09-1695.3484
2026-09-2395.4003

High

95.8780

Low

93.9417

Average

94.6095

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.