MVR to NGN exchange rate API
Rufiyaa to Naira · quoted 2026-09-25
85.8286
▼ +8.49% over YTD
1 MVR = 85.8286 NGN · 1 NGN = 0.01165 MVR · Get this rate via the API
1 MVR buys 85.8286 NGN as of 2026-09-25, so 1 NGN buys 0.01165 MVR. Over the year to date, MVR/NGN traded between 85.5129 and 93.7964, averaged 88.6737 and fell 8.49%. The API holds daily MVR/NGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MVR/NGN over YTD: show the values
| Point | MVR/NGN |
|---|---|
| 2025-12-31 | 93.7964 |
| 2026-01-07 | 92.4709 |
| 2026-01-14 | 92.1108 |
| 2026-01-21 | 91.8248 |
| 2026-01-28 | 90.9190 |
| 2026-02-04 | 89.7584 |
| 2026-02-11 | 87.6075 |
| 2026-02-18 | 87.2961 |
| 2026-02-25 | 87.4483 |
| 2026-03-04 | 89.1924 |
| 2026-03-11 | 90.4666 |
| 2026-03-18 | 87.7598 |
| 2026-03-25 | 88.9939 |
| 2026-04-01 | 89.4640 |
| 2026-04-08 | 89.3764 |
| 2026-04-15 | 87.4665 |
| 2026-04-22 | 87.2421 |
| 2026-04-29 | 88.9955 |
| 2026-05-06 | 88.3794 |
| 2026-05-14 | 88.8131 |
| 2026-05-21 | 88.7898 |
| 2026-05-29 | 88.9327 |
| 2026-06-05 | 88.1342 |
| 2026-06-14 | 88.0666 |
| 2026-06-21 | 88.1128 |
| 2026-06-28 | 89.2258 |
| 2026-07-05 | 88.6247 |
| 2026-07-12 | 89.0615 |
| 2026-07-19 | 89.1455 |
| 2026-07-26 | 88.3750 |
| 2026-08-02 | 88.4662 |
| 2026-08-09 | 88.4571 |
| 2026-08-16 | 87.9281 |
| 2026-08-24 | 87.2939 |
| 2026-08-31 | 87.0581 |
| 2026-09-07 | 85.5129 |
| 2026-09-14 | 85.7415 |
| 2026-09-21 | 86.1366 |
High
93.7964
Low
85.5129
Average
88.6737
Get this rate via the API
One GET request returns the MVR/NGN 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=NGN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=NGN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=NGN").json()Replace YOUR_API_KEY with the key from your dashboard.
MVR/NGN API questions
How do I get the MVR/NGN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=NGN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MVR/NGN rate in rates.NGN.
How far back does MVR/NGN historical data go?
Daily MVR/NGN 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/NGN 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.