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: show the values
| Point | MVR/RWF |
|---|---|
| 2025-09-25 | 94.0475 |
| 2025-10-02 | 94.0217 |
| 2025-10-09 | 94.1784 |
| 2025-10-16 | 93.9417 |
| 2025-10-23 | 94.0810 |
| 2025-10-30 | 94.1533 |
| 2025-11-06 | 94.0662 |
| 2025-11-13 | 94.0186 |
| 2025-11-20 | 94.1477 |
| 2025-11-27 | 93.9649 |
| 2025-12-04 | 94.1018 |
| 2025-12-12 | 94.1506 |
| 2025-12-19 | 94.1812 |
| 2025-12-26 | 94.2040 |
| 2026-01-02 | 94.2052 |
| 2026-01-09 | 94.3355 |
| 2026-01-16 | 94.2584 |
| 2026-01-23 | 94.0632 |
| 2026-01-30 | 94.3927 |
| 2026-02-06 | 94.3602 |
| 2026-02-13 | 94.1461 |
| 2026-02-20 | 94.6184 |
| 2026-02-27 | 94.3775 |
| 2026-03-06 | 94.4535 |
| 2026-03-13 | 94.7302 |
| 2026-03-20 | 94.3210 |
| 2026-03-27 | 94.3715 |
| 2026-04-03 | 94.5680 |
| 2026-04-10 | 94.5961 |
| 2026-04-17 | 94.4979 |
| 2026-04-24 | 94.5000 |
| 2026-05-01 | 94.5973 |
| 2026-05-08 | 95.1679 |
| 2026-05-16 | 94.9117 |
| 2026-05-24 | 94.8676 |
| 2026-05-31 | 95.0233 |
| 2026-06-09 | 94.8700 |
| 2026-06-16 | 95.8780 |
| 2026-06-23 | 94.7401 |
| 2026-06-30 | 94.8442 |
| 2026-07-07 | 94.7911 |
| 2026-07-14 | 95.1115 |
| 2026-07-21 | 95.2088 |
| 2026-07-28 | 95.1040 |
| 2026-08-04 | 94.9915 |
| 2026-08-11 | 95.1570 |
| 2026-08-18 | 95.0474 |
| 2026-08-26 | 95.2066 |
| 2026-09-02 | 95.3628 |
| 2026-09-09 | 95.1539 |
| 2026-09-16 | 95.3484 |
| 2026-09-23 | 95.4003 |
High
95.8780
Low
93.9417
Average
94.6095
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=RWF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=RWF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=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¤cies=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.