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: show the values
| Point | MVR/VUV |
|---|---|
| 2025-09-25 | 7.5754 |
| 2025-10-02 | 7.7811 |
| 2025-10-09 | 7.8855 |
| 2025-10-16 | 7.9384 |
| 2025-10-23 | 7.9172 |
| 2025-10-30 | 7.8914 |
| 2025-11-06 | 7.9042 |
| 2025-11-13 | 7.8981 |
| 2025-11-20 | 7.9038 |
| 2025-11-27 | 7.9328 |
| 2025-12-04 | 7.9141 |
| 2025-12-12 | 7.8678 |
| 2025-12-19 | 7.8492 |
| 2025-12-26 | 7.8060 |
| 2026-01-02 | 7.8537 |
| 2026-01-09 | 7.8453 |
| 2026-01-16 | 7.8420 |
| 2026-01-23 | 7.7973 |
| 2026-01-30 | 7.7378 |
| 2026-02-06 | 7.7521 |
| 2026-02-13 | 7.6653 |
| 2026-02-20 | 7.6947 |
| 2026-02-27 | 7.6843 |
| 2026-03-06 | 7.6992 |
| 2026-03-13 | 7.7167 |
| 2026-03-20 | 7.7018 |
| 2026-03-27 | 7.7617 |
| 2026-04-03 | 7.7302 |
| 2026-04-10 | 7.7197 |
| 2026-04-17 | 7.6475 |
| 2026-04-24 | 7.6505 |
| 2026-05-01 | 7.6726 |
| 2026-05-08 | 7.6320 |
| 2026-05-16 | 7.5786 |
| 2026-05-24 | 7.6707 |
| 2026-05-31 | 7.6740 |
| 2026-06-09 | 7.7053 |
| 2026-06-16 | 7.6920 |
| 2026-06-23 | 7.7073 |
| 2026-06-30 | 7.7745 |
| 2026-07-07 | 7.7519 |
| 2026-07-14 | 7.7521 |
| 2026-07-21 | 7.7263 |
| 2026-07-28 | 7.7278 |
| 2026-08-04 | 7.7120 |
| 2026-08-11 | 7.6848 |
| 2026-08-18 | 7.6652 |
| 2026-08-26 | 7.6447 |
| 2026-09-02 | 7.6449 |
| 2026-09-09 | 7.6277 |
| 2026-09-16 | 7.6726 |
| 2026-09-23 | 7.6643 |
High
7.9384
Low
7.5754
Average
7.7476
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=VUV"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=VUV");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=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¤cies=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.