Skip to content

MVR to VUV exchange rate API

Rufiyaa to Vatu · quoted 2026-09-25

7.6793

▲ +1.37% over 1Y

1 MVR = 7.6793 VUV · 1 VUV = 0.13022 MVR · Get this rate via the API

1 MVR buys 7.6793 VUV as of 2026-09-25, so 1 VUV buys 0.13022 MVR. Over the last year, MVR/VUV traded between 7.5754 and 7.9384, averaged 7.7476 and rose 1.37%. The API holds daily MVR/VUV rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MVR/VUV over 1Y

MVR/VUV over 1Y: show the values
PointMVR/VUV
2025-09-257.5754
2025-10-027.7811
2025-10-097.8855
2025-10-167.9384
2025-10-237.9172
2025-10-307.8914
2025-11-067.9042
2025-11-137.8981
2025-11-207.9038
2025-11-277.9328
2025-12-047.9141
2025-12-127.8678
2025-12-197.8492
2025-12-267.8060
2026-01-027.8537
2026-01-097.8453
2026-01-167.8420
2026-01-237.7973
2026-01-307.7378
2026-02-067.7521
2026-02-137.6653
2026-02-207.6947
2026-02-277.6843
2026-03-067.6992
2026-03-137.7167
2026-03-207.7018
2026-03-277.7617
2026-04-037.7302
2026-04-107.7197
2026-04-177.6475
2026-04-247.6505
2026-05-017.6726
2026-05-087.6320
2026-05-167.5786
2026-05-247.6707
2026-05-317.6740
2026-06-097.7053
2026-06-167.6920
2026-06-237.7073
2026-06-307.7745
2026-07-077.7519
2026-07-147.7521
2026-07-217.7263
2026-07-287.7278
2026-08-047.7120
2026-08-117.6848
2026-08-187.6652
2026-08-267.6447
2026-09-027.6449
2026-09-097.6277
2026-09-167.6726
2026-09-237.6643

High

7.9384

Low

7.5754

Average

7.7476

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MVR/VUV API questions

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

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

How far back does MVR/VUV historical data go?

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