MNT to IRR exchange rate API
Tugrik to Iranian Rial · quoted 2026-09-26
382.1061
▲ +3.76% over 6M
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 6 months, MNT/IRR traded between 366.6780 and 384.7947, averaged 378.0584 and rose 3.76%. 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 6M: show the values
| Point | MNT/IRR |
|---|---|
| 2026-03-30 | 368.2715 |
| 2026-04-06 | 368.3951 |
| 2026-04-13 | 368.2492 |
| 2026-04-20 | 369.6996 |
| 2026-04-27 | 368.1722 |
| 2026-05-04 | 367.2596 |
| 2026-05-11 | 366.6780 |
| 2026-05-19 | 368.3063 |
| 2026-05-27 | 368.8353 |
| 2026-06-03 | 384.4027 |
| 2026-06-12 | 384.5985 |
| 2026-06-19 | 384.7947 |
| 2026-06-26 | 383.5066 |
| 2026-07-03 | 383.9730 |
| 2026-07-10 | 383.6372 |
| 2026-07-17 | 383.4862 |
| 2026-07-24 | 382.9310 |
| 2026-07-31 | 382.3754 |
| 2026-08-07 | 382.1328 |
| 2026-08-14 | 382.1054 |
| 2026-08-22 | 382.3559 |
| 2026-08-29 | 382.2793 |
| 2026-09-05 | 382.6316 |
| 2026-09-12 | 382.2539 |
| 2026-09-19 | 382.0328 |
| 2026-09-26 | 382.1061 |
High
384.7947
Low
366.6780
Average
378.0584
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.