Skip to content

MVR to NIO exchange rate API

Rufiyaa to Cordoba Oro · quoted 2026-09-25

2.3801

▲ +0.02% over 30D

1 MVR = 2.3801 NIO · 1 NIO = 0.42015 MVR · Get this rate via the API

1 MVR buys 2.3801 NIO as of 2026-09-25, so 1 NIO buys 0.42015 MVR. Over the last 30 days, MVR/NIO traded between 2.3677 and 2.3866, averaged 2.3782 and rose 0.02%. The API holds daily MVR/NIO rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MVR/NIO over 30D

MVR/NIO over 30D: show the values
PointMVR/NIO
2026-08-262.3796
2026-08-272.3783
2026-08-282.3780
2026-08-292.3813
2026-08-302.3718
2026-08-312.3807
2026-09-012.3799
2026-09-022.3775
2026-09-032.3786
2026-09-042.3797
2026-09-052.3804
2026-09-062.3744
2026-09-072.3807
2026-09-082.3804
2026-09-092.3784
2026-09-102.3785
2026-09-112.3778
2026-09-122.3677
2026-09-132.3708
2026-09-142.3756
2026-09-152.3771
2026-09-162.3770
2026-09-172.3771
2026-09-182.3735
2026-09-192.3866
2026-09-202.3797
2026-09-212.3789
2026-09-222.3752
2026-09-232.3819
2026-09-242.3840
2026-09-252.3801

High

2.3866

Low

2.3677

Average

2.3782

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MVR/NIO API questions

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

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

How far back does MVR/NIO historical data go?

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