Skip to content

MAD to MNT exchange rate API

Moroccan Dirham to Tugrik · quoted 2026-09-26

374.4720

▼ +5.24% over 1Y

1 MAD = 374.4720 MNT · 1 MNT = 0.002670 MAD · Get this rate via the API

1 MAD buys 374.4720 MNT as of 2026-09-26, so 1 MNT buys 0.002670 MAD. Over the last year, MAD/MNT traded between 0.07449 and 395.1800, averaged 364.2429 and fell 5.24%. The API holds daily MAD/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MAD/MNT over 1Y

MAD/MNT over 1Y: show the values
PointMAD/MNT
2025-09-26395.1800
2025-10-03394.3545
2025-10-10392.2548
2025-10-17391.9484
2025-10-24388.9723
2025-10-310.0745
2025-11-070.0886
2025-11-140.0894
2025-11-21383.7336
2025-11-28384.3573
2025-12-05383.8228
2025-12-13385.5820
2025-12-20387.6231
2025-12-27390.3580
2026-01-03389.5927
2026-01-10385.1032
2026-01-17386.3478
2026-01-24390.0890
2026-01-31391.2418
2026-02-07388.9412
2026-02-14390.5874
2026-02-21389.3672
2026-02-28389.4326
2026-03-07383.6990
2026-03-14378.6388
2026-03-21381.2918
2026-03-28383.1117
2026-04-04380.1337
2026-04-11387.3240
2026-04-18387.6164
2026-04-25387.0583
2026-05-02387.0147
2026-05-09392.4072
2026-05-17387.2125
2026-05-25388.6629
2026-06-01389.0646
2026-06-10386.3585
2026-06-17387.0647
2026-06-24381.1664
2026-07-01380.8165
2026-07-08382.4289
2026-07-15384.1827
2026-07-22382.2344
2026-07-29383.1079
2026-08-05386.0404
2026-08-12386.4355
2026-08-20388.6653
2026-08-27388.6289
2026-09-03384.5009
2026-09-10383.4491
2026-09-17378.6852
2026-09-24374.2584

High

395.1800

Low

0.07449

Average

364.2429

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MAD/MNT API questions

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

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

How far back does MAD/MNT historical data go?

Daily MAD/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 MAD/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.