Skip to content

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

MNT/IRR over 1Y: show the values
PointMNT/IRR
2025-09-2611.7003
2025-10-0311.6872
2025-10-1011.7086
2025-10-1711.6908
2025-10-2411.6878
2025-10-3160750.4279
2025-11-0751248.9494
2025-11-1450876.6745
2025-11-2111.8372
2025-11-2811.8199
2025-12-0511.8630
2025-12-1311.8443
2025-12-2011.8444
2025-12-2711.8093
2026-01-0311.8257
2026-01-10280.8254
2026-01-17298.6234
2026-01-24301.9708
2026-01-31317.8011
2026-02-07338.3025
2026-02-14358.5930
2026-02-21359.6031
2026-02-28368.5820
2026-03-07369.6795
2026-03-14369.4818
2026-03-21367.9108
2026-03-28366.8307
2026-04-04368.2235
2026-04-11366.0645
2026-04-18369.5916
2026-04-25367.8322
2026-05-02367.0012
2026-05-09366.4531
2026-05-17368.4112
2026-05-25369.2170
2026-06-01377.6796
2026-06-10384.2820
2026-06-17384.1605
2026-06-24383.6641
2026-07-01384.0807
2026-07-08383.4955
2026-07-15383.1383
2026-07-22383.0523
2026-07-29382.2671
2026-08-05382.0673
2026-08-12382.1664
2026-08-20382.0508
2026-08-27382.1286
2026-09-03382.2509
2026-09-10382.2654
2026-09-17381.9826
2026-09-24381.9869

High

60750.43

Low

11.6872

Average

3338.55

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.