Skip to content

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

MNT/IRR over 30D: show the values
PointMNT/IRR
2026-08-27382.1286
2026-08-28381.6445
2026-08-29382.2793
2026-08-30382.3166
2026-08-31382.2353
2026-09-01382.1419
2026-09-02382.1834
2026-09-03382.2509
2026-09-04381.9529
2026-09-05382.6316
2026-09-06382.3284
2026-09-07381.9065
2026-09-08382.0329
2026-09-09382.0500
2026-09-10382.2654
2026-09-11382.0328
2026-09-12382.2539
2026-09-13382.3371
2026-09-14382.0766
2026-09-15382.2278
2026-09-16381.9255
2026-09-17381.9826
2026-09-18381.9011
2026-09-19382.0328
2026-09-20382.2947
2026-09-21381.7844
2026-09-22382.0993
2026-09-23382.3178
2026-09-24381.9869
2026-09-25382.1054
2026-09-26382.1061

High

382.6316

Low

381.6445

Average

382.1225

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT&currencies=IRR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT&currencies=IRR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT&currencies=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&currencies=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.