MNT to IRR exchange rate API
Tugrik to Iranian Rial · quoted 2026-09-26
382.1061
▲ +3165.78% over 1Y
1 MNT = 382.1061 IRR · 1 IRR = 0.002617 MNT · Get this rate via the API
1 MNT buys 382.1061 IRR as of 2026-09-26, so 1 IRR buys 0.002617 MNT. Over the last year, MNT/IRR traded between 11.6872 and 60750.43, averaged 3338.55 and rose 3165.78%. The API holds daily MNT/IRR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MNT/IRR over 1Y: show the values
| Point | MNT/IRR |
|---|---|
| 2025-09-26 | 11.7003 |
| 2025-10-03 | 11.6872 |
| 2025-10-10 | 11.7086 |
| 2025-10-17 | 11.6908 |
| 2025-10-24 | 11.6878 |
| 2025-10-31 | 60750.4279 |
| 2025-11-07 | 51248.9494 |
| 2025-11-14 | 50876.6745 |
| 2025-11-21 | 11.8372 |
| 2025-11-28 | 11.8199 |
| 2025-12-05 | 11.8630 |
| 2025-12-13 | 11.8443 |
| 2025-12-20 | 11.8444 |
| 2025-12-27 | 11.8093 |
| 2026-01-03 | 11.8257 |
| 2026-01-10 | 280.8254 |
| 2026-01-17 | 298.6234 |
| 2026-01-24 | 301.9708 |
| 2026-01-31 | 317.8011 |
| 2026-02-07 | 338.3025 |
| 2026-02-14 | 358.5930 |
| 2026-02-21 | 359.6031 |
| 2026-02-28 | 368.5820 |
| 2026-03-07 | 369.6795 |
| 2026-03-14 | 369.4818 |
| 2026-03-21 | 367.9108 |
| 2026-03-28 | 366.8307 |
| 2026-04-04 | 368.2235 |
| 2026-04-11 | 366.0645 |
| 2026-04-18 | 369.5916 |
| 2026-04-25 | 367.8322 |
| 2026-05-02 | 367.0012 |
| 2026-05-09 | 366.4531 |
| 2026-05-17 | 368.4112 |
| 2026-05-25 | 369.2170 |
| 2026-06-01 | 377.6796 |
| 2026-06-10 | 384.2820 |
| 2026-06-17 | 384.1605 |
| 2026-06-24 | 383.6641 |
| 2026-07-01 | 384.0807 |
| 2026-07-08 | 383.4955 |
| 2026-07-15 | 383.1383 |
| 2026-07-22 | 383.0523 |
| 2026-07-29 | 382.2671 |
| 2026-08-05 | 382.0673 |
| 2026-08-12 | 382.1664 |
| 2026-08-20 | 382.0508 |
| 2026-08-27 | 382.1286 |
| 2026-09-03 | 382.2509 |
| 2026-09-10 | 382.2654 |
| 2026-09-17 | 381.9826 |
| 2026-09-24 | 381.9869 |
High
60750.43
Low
11.6872
Average
3338.55
Get this rate via the API
One GET request returns the MNT/IRR 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=MNT¤cies=IRR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT¤cies=IRR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT¤cies=IRR").json()Replace YOUR_API_KEY with the key from your dashboard.
MNT/IRR API questions
How do I get the MNT/IRR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT¤cies=IRR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MNT/IRR rate in rates.IRR.
How far back does MNT/IRR historical data go?
Daily MNT/IRR 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 MNT/IRR 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.