MRO to MNT exchange rate API
Ouguiya to Tugrik · quoted 2026-09-26
8.9508
▼ +0.29% over 1Y
1 MRO = 8.9508 MNT · 1 MNT = 0.11172 MRO · Get this rate via the API
1 MRO buys 8.9508 MNT as of 2026-09-26, so 1 MNT buys 0.11172 MRO. Over the last year, MRO/MNT traded between 0.001721 and 9.0165, averaged 8.3846 and fell 0.29%. The API holds daily MRO/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MRO/MNT over 1Y: show the values
| Point | MRO/MNT |
|---|---|
| 2025-09-26 | 8.9766 |
| 2025-10-03 | 9.0087 |
| 2025-10-10 | 8.9917 |
| 2025-10-17 | 9.0095 |
| 2025-10-24 | 8.9929 |
| 2025-10-31 | 0.0017 |
| 2025-11-07 | 0.0021 |
| 2025-11-14 | 0.0021 |
| 2025-11-21 | 8.9534 |
| 2025-11-28 | 8.9537 |
| 2025-12-05 | 8.8921 |
| 2025-12-13 | 8.9221 |
| 2025-12-20 | 8.8758 |
| 2025-12-27 | 8.9807 |
| 2026-01-03 | 8.9539 |
| 2026-01-10 | 8.9231 |
| 2026-01-17 | 8.9595 |
| 2026-01-24 | 8.9378 |
| 2026-01-31 | 8.9333 |
| 2026-02-07 | 8.9673 |
| 2026-02-15 | 8.9264 |
| 2026-02-22 | 8.9496 |
| 2026-03-01 | 8.9323 |
| 2026-03-08 | 8.9155 |
| 2026-03-15 | 8.9262 |
| 2026-03-22 | 8.9420 |
| 2026-03-30 | 8.9010 |
| 2026-04-06 | 8.9882 |
| 2026-05-19 | 8.9514 |
| 2026-05-27 | 8.9606 |
| 2026-06-03 | 8.9509 |
| 2026-06-12 | 8.9534 |
| 2026-06-19 | 8.9716 |
| 2026-06-26 | 9.0165 |
| 2026-07-04 | 8.9222 |
| 2026-07-11 | 9.0051 |
| 2026-07-18 | 9.0061 |
| 2026-07-25 | 8.9541 |
| 2026-08-01 | 8.9800 |
| 2026-08-08 | 8.9744 |
| 2026-08-15 | 8.9604 |
| 2026-08-23 | 8.9820 |
| 2026-08-30 | 8.9565 |
| 2026-09-06 | 8.9287 |
| 2026-09-13 | 8.9417 |
| 2026-09-21 | 8.9891 |
High
9.0165
Low
0.001721
Average
8.3846
Get this rate via the API
One GET request returns the MRO/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=MRO¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MRO¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MRO¤cies=MNT").json()Replace YOUR_API_KEY with the key from your dashboard.
MRO/MNT API questions
How do I get the MRO/MNT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MRO¤cies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MRO/MNT rate in rates.MNT.
How far back does MRO/MNT historical data go?
Daily MRO/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 MRO/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.