Skip to content

MVR to ERN exchange rate API

Rufiyaa to Nakfa · quoted 2026-09-26

0.97041

▼ +0.26% over 1Y

1 MVR = 0.97041 ERN · 1 ERN = 1.0305 MVR · Get this rate via the API

1 MVR buys 0.97041 ERN as of 2026-09-26, so 1 ERN buys 1.0305 MVR. Over the last year, MVR/ERN traded between 0.96968 and 0.97392, averaged 0.97110 and fell 0.26%. The API holds daily MVR/ERN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MVR/ERN over 1Y

MVR/ERN over 1Y: show the values
PointMVR/ERN
2025-09-260.97296
2025-10-030.97322
2025-10-100.97385
2025-10-170.97313
2025-10-240.97354
2025-10-310.97355
2025-11-070.97150
2025-11-140.97137
2025-11-210.97120
2025-11-280.97128
2025-12-050.97127
2025-12-130.97392
2025-12-200.97158
2025-12-270.97038
2026-01-030.97034
2026-01-100.97039
2026-01-170.97039
2026-01-240.97106
2026-01-310.97040
2026-02-070.97101
2026-02-140.97096
2026-02-210.97283
2026-02-280.97041
2026-03-070.97041
2026-03-140.97037
2026-03-210.97034
2026-03-280.97085
2026-04-040.97040
2026-04-110.97022
2026-04-180.97022
2026-04-250.97085
2026-05-020.97056
2026-05-090.97379
2026-05-170.97126
2026-05-250.97097
2026-06-010.97122
2026-06-100.97027
2026-06-170.97030
2026-06-240.97028
2026-07-010.97028
2026-07-080.97028
2026-07-150.97030
2026-07-220.97030
2026-07-290.97027
2026-08-050.97029
2026-08-120.97049
2026-08-200.97033
2026-08-270.96968
2026-09-030.97028
2026-09-100.97044
2026-09-170.97188
2026-09-240.97027

High

0.97392

Low

0.96968

Average

0.97110

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MVR/ERN API questions

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

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

How far back does MVR/ERN historical data go?

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