Skip to content

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

MVR/CDF over 1Y: show the values
PointMVR/CDF
2025-09-25175.5851
2025-10-02165.4703
2025-10-09156.6188
2025-10-16137.0210
2025-10-23147.4435
2025-10-30148.2667
2025-11-06142.0621
2025-11-13138.4805
2025-11-20147.5465
2025-11-27147.4386
2025-12-04147.8798
2025-12-12148.2901
2025-12-19148.9810
2025-12-26147.2794
2026-01-02146.7694
2026-01-09149.0536
2026-01-16146.8130
2026-01-23139.7884
2026-01-30148.7654
2026-02-06148.3899
2026-02-13148.6056
2026-02-20149.2757
2026-02-27138.9651
2026-03-06149.4192
2026-03-13147.0444
2026-03-20149.3432
2026-03-27149.6141
2026-04-03149.6954
2026-04-10148.8683
2026-04-17149.2549
2026-04-24149.6088
2026-05-01150.1134
2026-05-08149.8546
2026-05-16145.8298
2026-05-24145.6159
2026-05-31147.4897
2026-06-09149.5720
2026-06-16149.7400
2026-06-23148.5747
2026-06-30149.6532
2026-07-07149.2444
2026-07-14148.1707
2026-07-21149.0705
2026-07-28149.1956
2026-08-04147.9759
2026-08-11148.1654
2026-08-18148.2742
2026-08-26148.2894
2026-09-02148.4130
2026-09-09149.1793
2026-09-16149.5889
2026-09-23149.4374

High

175.5851

Low

137.0210

Average

148.6514

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=CDF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=CDF");
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=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&currencies=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.