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: show the values
| Point | MAD/MNT |
|---|---|
| 2025-09-26 | 395.1800 |
| 2025-10-03 | 394.3545 |
| 2025-10-10 | 392.2548 |
| 2025-10-17 | 391.9484 |
| 2025-10-24 | 388.9723 |
| 2025-10-31 | 0.0745 |
| 2025-11-07 | 0.0886 |
| 2025-11-14 | 0.0894 |
| 2025-11-21 | 383.7336 |
| 2025-11-28 | 384.3573 |
| 2025-12-05 | 383.8228 |
| 2025-12-13 | 385.5820 |
| 2025-12-20 | 387.6231 |
| 2025-12-27 | 390.3580 |
| 2026-01-03 | 389.5927 |
| 2026-01-10 | 385.1032 |
| 2026-01-17 | 386.3478 |
| 2026-01-24 | 390.0890 |
| 2026-01-31 | 391.2418 |
| 2026-02-07 | 388.9412 |
| 2026-02-14 | 390.5874 |
| 2026-02-21 | 389.3672 |
| 2026-02-28 | 389.4326 |
| 2026-03-07 | 383.6990 |
| 2026-03-14 | 378.6388 |
| 2026-03-21 | 381.2918 |
| 2026-03-28 | 383.1117 |
| 2026-04-04 | 380.1337 |
| 2026-04-11 | 387.3240 |
| 2026-04-18 | 387.6164 |
| 2026-04-25 | 387.0583 |
| 2026-05-02 | 387.0147 |
| 2026-05-09 | 392.4072 |
| 2026-05-17 | 387.2125 |
| 2026-05-25 | 388.6629 |
| 2026-06-01 | 389.0646 |
| 2026-06-10 | 386.3585 |
| 2026-06-17 | 387.0647 |
| 2026-06-24 | 381.1664 |
| 2026-07-01 | 380.8165 |
| 2026-07-08 | 382.4289 |
| 2026-07-15 | 384.1827 |
| 2026-07-22 | 382.2344 |
| 2026-07-29 | 383.1079 |
| 2026-08-05 | 386.0404 |
| 2026-08-12 | 386.4355 |
| 2026-08-20 | 388.6653 |
| 2026-08-27 | 388.6289 |
| 2026-09-03 | 384.5009 |
| 2026-09-10 | 383.4491 |
| 2026-09-17 | 378.6852 |
| 2026-09-24 | 374.2584 |
High
395.1800
Low
0.07449
Average
364.2429
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MAD¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MAD¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MAD¤cies=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¤cies=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.