MVR to MNT exchange rate API
Rufiyaa to Tugrik · quoted 2026-09-25
232.7345
▼ +0.21% over 1Y
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 last year, MVR/MNT traded between 0.04060 and 233.5168, averaged 218.5833 and fell 0.21%. 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 1Y: show the values
| Point | MVR/MNT |
|---|---|
| 2025-09-25 | 233.2219 |
| 2025-10-02 | 233.4595 |
| 2025-10-09 | 233.5168 |
| 2025-10-16 | 233.3503 |
| 2025-10-23 | 233.2406 |
| 2025-10-30 | 0.0406 |
| 2025-11-06 | 0.0534 |
| 2025-11-13 | 0.0508 |
| 2025-11-20 | 231.2132 |
| 2025-11-27 | 230.6541 |
| 2025-12-04 | 230.0757 |
| 2025-12-12 | 229.8184 |
| 2025-12-19 | 229.9092 |
| 2025-12-26 | 230.1074 |
| 2026-01-02 | 230.2655 |
| 2026-01-09 | 230.3821 |
| 2026-01-16 | 230.4486 |
| 2026-01-23 | 231.2644 |
| 2026-01-30 | 230.7311 |
| 2026-02-06 | 230.9714 |
| 2026-02-13 | 230.9500 |
| 2026-02-20 | 231.0860 |
| 2026-02-27 | 230.8981 |
| 2026-03-06 | 230.9752 |
| 2026-03-13 | 231.0384 |
| 2026-03-20 | 230.9929 |
| 2026-03-27 | 230.8999 |
| 2026-04-03 | 231.1760 |
| 2026-04-10 | 231.4094 |
| 2026-04-17 | 232.4415 |
| 2026-04-24 | 231.5022 |
| 2026-05-01 | 231.5176 |
| 2026-05-08 | 231.6694 |
| 2026-05-16 | 232.1574 |
| 2026-05-24 | 231.7387 |
| 2026-05-31 | 232.0134 |
| 2026-06-09 | 231.6037 |
| 2026-06-16 | 231.7267 |
| 2026-06-23 | 231.4264 |
| 2026-06-30 | 231.6866 |
| 2026-07-07 | 231.7321 |
| 2026-07-14 | 231.9803 |
| 2026-07-21 | 232.0265 |
| 2026-07-28 | 232.6026 |
| 2026-08-04 | 232.7550 |
| 2026-08-11 | 232.6588 |
| 2026-08-18 | 232.7176 |
| 2026-08-26 | 232.7615 |
| 2026-09-02 | 232.7161 |
| 2026-09-09 | 232.7904 |
| 2026-09-16 | 233.0389 |
| 2026-09-23 | 232.7147 |
High
233.5168
Low
0.04060
Average
218.5833
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.