MVR to CDF exchange rate API
Rufiyaa to Congolese Franc · quoted 2026-09-25
149.4381
▼ +14.89% over 1Y
1 MVR = 149.4381 CDF · 1 CDF = 0.006692 MVR · Get this rate via the API
1 MVR buys 149.4381 CDF as of 2026-09-25, so 1 CDF buys 0.006692 MVR. Over the last year, MVR/CDF traded between 137.0210 and 175.5851, averaged 148.6514 and fell 14.89%. The API holds daily MVR/CDF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MVR/CDF over 1Y: show the values
| Point | MVR/CDF |
|---|---|
| 2025-09-25 | 175.5851 |
| 2025-10-02 | 165.4703 |
| 2025-10-09 | 156.6188 |
| 2025-10-16 | 137.0210 |
| 2025-10-23 | 147.4435 |
| 2025-10-30 | 148.2667 |
| 2025-11-06 | 142.0621 |
| 2025-11-13 | 138.4805 |
| 2025-11-20 | 147.5465 |
| 2025-11-27 | 147.4386 |
| 2025-12-04 | 147.8798 |
| 2025-12-12 | 148.2901 |
| 2025-12-19 | 148.9810 |
| 2025-12-26 | 147.2794 |
| 2026-01-02 | 146.7694 |
| 2026-01-09 | 149.0536 |
| 2026-01-16 | 146.8130 |
| 2026-01-23 | 139.7884 |
| 2026-01-30 | 148.7654 |
| 2026-02-06 | 148.3899 |
| 2026-02-13 | 148.6056 |
| 2026-02-20 | 149.2757 |
| 2026-02-27 | 138.9651 |
| 2026-03-06 | 149.4192 |
| 2026-03-13 | 147.0444 |
| 2026-03-20 | 149.3432 |
| 2026-03-27 | 149.6141 |
| 2026-04-03 | 149.6954 |
| 2026-04-10 | 148.8683 |
| 2026-04-17 | 149.2549 |
| 2026-04-24 | 149.6088 |
| 2026-05-01 | 150.1134 |
| 2026-05-08 | 149.8546 |
| 2026-05-16 | 145.8298 |
| 2026-05-24 | 145.6159 |
| 2026-05-31 | 147.4897 |
| 2026-06-09 | 149.5720 |
| 2026-06-16 | 149.7400 |
| 2026-06-23 | 148.5747 |
| 2026-06-30 | 149.6532 |
| 2026-07-07 | 149.2444 |
| 2026-07-14 | 148.1707 |
| 2026-07-21 | 149.0705 |
| 2026-07-28 | 149.1956 |
| 2026-08-04 | 147.9759 |
| 2026-08-11 | 148.1654 |
| 2026-08-18 | 148.2742 |
| 2026-08-26 | 148.2894 |
| 2026-09-02 | 148.4130 |
| 2026-09-09 | 149.1793 |
| 2026-09-16 | 149.5889 |
| 2026-09-23 | 149.4374 |
High
175.5851
Low
137.0210
Average
148.6514
Get this rate via the API
One GET request returns the MVR/CDF 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=CDF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=CDF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=CDF").json()Replace YOUR_API_KEY with the key from your dashboard.
MVR/CDF API questions
How do I get the MVR/CDF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=CDF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MVR/CDF rate in rates.CDF.
How far back does MVR/CDF historical data go?
Daily MVR/CDF 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/CDF 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.