MVR to NZD exchange rate API
Rufiyaa to New Zealand Dollar · quoted 2026-09-27
0.11419
▲ +0.94% over 1Y
1 MVR = 0.11419 NZD · 1 NZD = 8.7572 MVR · Get this rate via the API
1 MVR buys 0.11419 NZD as of 2026-09-27, so 1 NZD buys 8.7572 MVR. Over the last year, MVR/NZD traded between 0.10722 and 0.11570, averaged 0.11156 and rose 0.94%. The API holds daily MVR/NZD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MVR/NZD over 1Y: show the values
| Point | MVR/NZD |
|---|---|
| 2025-09-27 | 0.11313 |
| 2025-10-04 | 0.11207 |
| 2025-10-11 | 0.11417 |
| 2025-10-18 | 0.11424 |
| 2025-10-25 | 0.11369 |
| 2025-11-01 | 0.11417 |
| 2025-11-08 | 0.11543 |
| 2025-11-15 | 0.11430 |
| 2025-11-22 | 0.11570 |
| 2025-11-29 | 0.11337 |
| 2025-12-06 | 0.11242 |
| 2025-12-14 | 0.11175 |
| 2025-12-21 | 0.11258 |
| 2025-12-28 | 0.11096 |
| 2026-01-04 | 0.11224 |
| 2026-01-11 | 0.11287 |
| 2026-01-18 | 0.11256 |
| 2026-01-25 | 0.10876 |
| 2026-02-01 | 0.10754 |
| 2026-02-08 | 0.10758 |
| 2026-02-15 | 0.10722 |
| 2026-02-22 | 0.10851 |
| 2026-03-01 | 0.10844 |
| 2026-03-08 | 0.11011 |
| 2026-03-15 | 0.11176 |
| 2026-03-22 | 0.11104 |
| 2026-03-29 | 0.11264 |
| 2026-04-05 | 0.11371 |
| 2026-04-12 | 0.11119 |
| 2026-04-19 | 0.11015 |
| 2026-04-26 | 0.11034 |
| 2026-05-03 | 0.10953 |
| 2026-05-10 | 0.10902 |
| 2026-05-18 | 0.11063 |
| 2026-05-26 | 0.11082 |
| 2026-06-02 | 0.10906 |
| 2026-06-11 | 0.11180 |
| 2026-06-18 | 0.11225 |
| 2026-06-25 | 0.11472 |
| 2026-07-02 | 0.11414 |
| 2026-07-09 | 0.11268 |
| 2026-07-16 | 0.11047 |
| 2026-07-23 | 0.11180 |
| 2026-07-30 | 0.11073 |
| 2026-08-06 | 0.10997 |
| 2026-08-13 | 0.11068 |
| 2026-08-21 | 0.10804 |
| 2026-08-28 | 0.10881 |
| 2026-09-04 | 0.10995 |
| 2026-09-11 | 0.11115 |
| 2026-09-18 | 0.11334 |
| 2026-09-25 | 0.11407 |
High
0.11570
Low
0.10722
Average
0.11156
Get this rate via the API
One GET request returns the MVR/NZD 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=NZD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=NZD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=NZD").json()Replace YOUR_API_KEY with the key from your dashboard.
MVR/NZD API questions
How do I get the MVR/NZD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=NZD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MVR/NZD rate in rates.NZD.
How far back does MVR/NZD historical data go?
Daily MVR/NZD 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/NZD 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.