Skip to content

MVR to CVE exchange rate API

Rufiyaa to Cape Verde Escudo · quoted 2026-09-25

6.2736

▲ +3.01% over 1Y

1 MVR = 6.2736 CVE · 1 CVE = 0.15940 MVR · Get this rate via the API

1 MVR buys 6.2736 CVE as of 2026-09-25, so 1 CVE buys 0.15940 MVR. Over the last year, MVR/CVE traded between 5.9902 and 6.2736, averaged 6.1459 and rose 3.01%. The API holds daily MVR/CVE rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MVR/CVE over 1Y

MVR/CVE over 1Y: show the values
PointMVR/CVE
2025-09-256.0901
2025-10-026.0989
2025-10-096.1517
2025-10-166.1268
2025-10-236.1665
2025-10-306.1592
2025-11-066.2056
2025-11-136.1619
2025-11-206.1945
2025-11-276.1479
2025-12-046.1243
2025-12-126.0863
2025-12-196.0860
2025-12-266.0517
2026-01-026.0638
2026-01-096.1245
2026-01-166.1444
2026-01-236.0732
2026-01-305.9902
2026-02-066.0515
2026-02-136.0092
2026-02-206.0743
2026-02-276.0462
2026-03-066.1386
2026-03-136.1927
2026-03-206.1671
2026-03-276.1814
2026-04-036.1836
2026-04-106.1164
2026-04-176.0582
2026-04-246.1157
2026-05-016.1149
2026-05-086.0830
2026-05-166.1557
2026-05-246.1557
2026-05-316.1353
2026-06-096.1837
2026-06-166.1593
2026-06-236.2406
2026-06-306.2576
2026-07-076.2366
2026-07-146.2613
2026-07-216.2509
2026-07-286.2686
2026-08-046.1970
2026-08-116.1796
2026-08-186.1609
2026-08-266.1122
2026-09-026.1601
2026-09-096.1340
2026-09-166.1858
2026-09-236.2424

High

6.2736

Low

5.9902

Average

6.1459

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MVR/CVE API questions

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

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

How far back does MVR/CVE historical data go?

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