Skip to content

MXN to MNT exchange rate API

Mexican Peso to Tugrik · quoted 2026-09-26

203.4457

▲ +4.58% over 1Y

1 MXN = 203.4457 MNT · 1 MNT = 0.004915 MXN · Get this rate via the API

1 MXN buys 203.4457 MNT as of 2026-09-26, so 1 MNT buys 0.004915 MXN. Over the last year, MXN/MNT traded between 0.03731 and 212.2146, averaged 191.8314 and rose 4.58%. The API holds daily MXN/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MXN/MNT over 1Y

MXN/MNT over 1Y: show the values
PointMXN/MNT
2025-09-26194.5427
2025-10-03195.4037
2025-10-10195.6621
2025-10-17195.3451
2025-10-24195.3735
2025-10-310.0373
2025-11-070.0443
2025-11-140.0450
2025-11-21193.2620
2025-11-28194.3499
2025-12-05194.9042
2025-12-13196.9418
2025-12-20196.9620
2025-12-27198.6045
2026-01-03198.8140
2026-01-10197.9928
2026-01-17202.2481
2026-01-24205.3257
2026-01-31204.1760
2026-02-07206.7196
2026-02-14207.9910
2026-02-21208.3951
2026-02-28207.0868
2026-03-07200.6911
2026-03-14198.8141
2026-03-21199.3229
2026-03-28197.5591
2026-04-04199.8050
2026-04-11207.8013
2026-04-18206.5477
2026-04-25206.0137
2026-05-02205.0941
2026-05-09208.3470
2026-05-17206.3688
2026-05-25207.3007
2026-06-01206.4651
2026-06-10204.7894
2026-06-17207.9599
2026-06-24203.4488
2026-07-01204.3223
2026-07-08203.9200
2026-07-15205.8179
2026-07-22206.0179
2026-07-29205.7912
2026-08-05208.9699
2026-08-12210.8698
2026-08-20211.7301
2026-08-27211.9841
2026-09-03211.3797
2026-09-10212.2146
2026-09-17209.3037
2026-09-24204.7412

High

212.2146

Low

0.03731

Average

191.8314

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN&currencies=MNT").json()

Replace YOUR_API_KEY with the key from your dashboard.

MXN/MNT API questions

How do I get the MXN/MNT exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN&currencies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MXN/MNT rate in rates.MNT.

How far back does MXN/MNT historical data go?

Daily MXN/MNT 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 MXN/MNT 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.