Skip to content

MVR to MNT exchange rate API

Rufiyaa to Tugrik · quoted 2026-09-25

232.7345

▲ +1.06% over YTD

1 MVR = 232.7345 MNT · 1 MNT = 0.004297 MVR · Get this rate via the API

1 MVR buys 232.7345 MNT as of 2026-09-25, so 1 MNT buys 0.004297 MVR. Over the year to date, MVR/MNT traded between 230.2958 and 233.0524, averaged 231.6138 and rose 1.06%. The API holds daily MVR/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MVR/MNT over YTD

MVR/MNT over YTD: show the values
PointMVR/MNT
2025-12-31230.2958
2026-01-07230.3623
2026-01-14230.5038
2026-01-21230.6861
2026-01-28230.8544
2026-02-04230.8246
2026-02-11230.9479
2026-02-18231.2399
2026-02-25231.0009
2026-03-04230.9403
2026-03-11230.9121
2026-03-18230.8678
2026-03-25230.9240
2026-04-01231.1287
2026-04-08231.1796
2026-04-15231.2754
2026-04-22231.3790
2026-04-29232.7772
2026-05-06231.5496
2026-05-14231.7000
2026-05-21231.6851
2026-05-29231.7492
2026-06-05231.6127
2026-06-14231.3686
2026-06-21231.4533
2026-06-28231.6228
2026-07-05231.7084
2026-07-12231.8337
2026-07-19231.8425
2026-07-26232.4046
2026-08-02232.4853
2026-08-09232.5975
2026-08-16232.6064
2026-08-24232.7117
2026-08-31232.5123
2026-09-07232.8002
2026-09-14232.8065
2026-09-21233.0524

High

233.0524

Low

230.2958

Average

231.6138

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MVR/MNT API questions

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

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

How far back does MVR/MNT historical data go?

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