MNT to IRR exchange rate API
Tugrik to Iranian Rial · quoted 2026-09-26
382.1061
▼ +0.01% over 30D
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 30 days, MNT/IRR traded between 381.6445 and 382.6316, averaged 382.1225 and fell 0.01%. 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 30D: show the values
| Point | MNT/IRR |
|---|---|
| 2026-08-27 | 382.1286 |
| 2026-08-28 | 381.6445 |
| 2026-08-29 | 382.2793 |
| 2026-08-30 | 382.3166 |
| 2026-08-31 | 382.2353 |
| 2026-09-01 | 382.1419 |
| 2026-09-02 | 382.1834 |
| 2026-09-03 | 382.2509 |
| 2026-09-04 | 381.9529 |
| 2026-09-05 | 382.6316 |
| 2026-09-06 | 382.3284 |
| 2026-09-07 | 381.9065 |
| 2026-09-08 | 382.0329 |
| 2026-09-09 | 382.0500 |
| 2026-09-10 | 382.2654 |
| 2026-09-11 | 382.0328 |
| 2026-09-12 | 382.2539 |
| 2026-09-13 | 382.3371 |
| 2026-09-14 | 382.0766 |
| 2026-09-15 | 382.2278 |
| 2026-09-16 | 381.9255 |
| 2026-09-17 | 381.9826 |
| 2026-09-18 | 381.9011 |
| 2026-09-19 | 382.0328 |
| 2026-09-20 | 382.2947 |
| 2026-09-21 | 381.7844 |
| 2026-09-22 | 382.0993 |
| 2026-09-23 | 382.3178 |
| 2026-09-24 | 381.9869 |
| 2026-09-25 | 382.1054 |
| 2026-09-26 | 382.1061 |
High
382.6316
Low
381.6445
Average
382.1225
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.