Skip to content

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

MVR/MNT over 1Y: show the values
PointMVR/MNT
2025-09-25233.2219
2025-10-02233.4595
2025-10-09233.5168
2025-10-16233.3503
2025-10-23233.2406
2025-10-300.0406
2025-11-060.0534
2025-11-130.0508
2025-11-20231.2132
2025-11-27230.6541
2025-12-04230.0757
2025-12-12229.8184
2025-12-19229.9092
2025-12-26230.1074
2026-01-02230.2655
2026-01-09230.3821
2026-01-16230.4486
2026-01-23231.2644
2026-01-30230.7311
2026-02-06230.9714
2026-02-13230.9500
2026-02-20231.0860
2026-02-27230.8981
2026-03-06230.9752
2026-03-13231.0384
2026-03-20230.9929
2026-03-27230.8999
2026-04-03231.1760
2026-04-10231.4094
2026-04-17232.4415
2026-04-24231.5022
2026-05-01231.5176
2026-05-08231.6694
2026-05-16232.1574
2026-05-24231.7387
2026-05-31232.0134
2026-06-09231.6037
2026-06-16231.7267
2026-06-23231.4264
2026-06-30231.6866
2026-07-07231.7321
2026-07-14231.9803
2026-07-21232.0265
2026-07-28232.6026
2026-08-04232.7550
2026-08-11232.6588
2026-08-18232.7176
2026-08-26232.7615
2026-09-02232.7161
2026-09-09232.7904
2026-09-16233.0389
2026-09-23232.7147

High

233.5168

Low

0.04060

Average

218.5833

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.