Skip to content

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

MVR/NGN over YTD: show the values
PointMVR/NGN
2025-12-3193.7964
2026-01-0792.4709
2026-01-1492.1108
2026-01-2191.8248
2026-01-2890.9190
2026-02-0489.7584
2026-02-1187.6075
2026-02-1887.2961
2026-02-2587.4483
2026-03-0489.1924
2026-03-1190.4666
2026-03-1887.7598
2026-03-2588.9939
2026-04-0189.4640
2026-04-0889.3764
2026-04-1587.4665
2026-04-2287.2421
2026-04-2988.9955
2026-05-0688.3794
2026-05-1488.8131
2026-05-2188.7898
2026-05-2988.9327
2026-06-0588.1342
2026-06-1488.0666
2026-06-2188.1128
2026-06-2889.2258
2026-07-0588.6247
2026-07-1289.0615
2026-07-1989.1455
2026-07-2688.3750
2026-08-0288.4662
2026-08-0988.4571
2026-08-1687.9281
2026-08-2487.2939
2026-08-3187.0581
2026-09-0785.5129
2026-09-1485.7415
2026-09-2186.1366

High

93.7964

Low

85.5129

Average

88.6737

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=NGN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=NGN");
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=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&currencies=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.