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: show the values
| Point | MVR/MNT |
|---|---|
| 2025-12-31 | 230.2958 |
| 2026-01-07 | 230.3623 |
| 2026-01-14 | 230.5038 |
| 2026-01-21 | 230.6861 |
| 2026-01-28 | 230.8544 |
| 2026-02-04 | 230.8246 |
| 2026-02-11 | 230.9479 |
| 2026-02-18 | 231.2399 |
| 2026-02-25 | 231.0009 |
| 2026-03-04 | 230.9403 |
| 2026-03-11 | 230.9121 |
| 2026-03-18 | 230.8678 |
| 2026-03-25 | 230.9240 |
| 2026-04-01 | 231.1287 |
| 2026-04-08 | 231.1796 |
| 2026-04-15 | 231.2754 |
| 2026-04-22 | 231.3790 |
| 2026-04-29 | 232.7772 |
| 2026-05-06 | 231.5496 |
| 2026-05-14 | 231.7000 |
| 2026-05-21 | 231.6851 |
| 2026-05-29 | 231.7492 |
| 2026-06-05 | 231.6127 |
| 2026-06-14 | 231.3686 |
| 2026-06-21 | 231.4533 |
| 2026-06-28 | 231.6228 |
| 2026-07-05 | 231.7084 |
| 2026-07-12 | 231.8337 |
| 2026-07-19 | 231.8425 |
| 2026-07-26 | 232.4046 |
| 2026-08-02 | 232.4853 |
| 2026-08-09 | 232.5975 |
| 2026-08-16 | 232.6064 |
| 2026-08-24 | 232.7117 |
| 2026-08-31 | 232.5123 |
| 2026-09-07 | 232.8002 |
| 2026-09-14 | 232.8065 |
| 2026-09-21 | 233.0524 |
High
233.0524
Low
230.2958
Average
231.6138
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=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¤cies=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.