Skip to content

MXN to MNT exchange rate API

Mexican Peso to Tugrik · quoted 2026-09-26

203.4457

▲ +2.70% over YTD

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 year to date, MXN/MNT traded between 198.0638 and 212.8053, averaged 206.0469 and rose 2.70%. 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 YTD

MXN/MNT over YTD: show the values
PointMXN/MNT
2025-12-31198.0926
2026-01-07198.0638
2026-01-14200.0690
2026-01-21204.0424
2026-01-28208.0457
2026-02-04206.9551
2026-02-11207.8229
2026-02-18208.5992
2026-02-25208.2055
2026-03-04203.4486
2026-03-11202.2559
2026-03-18201.2526
2026-03-25200.9482
2026-04-01200.1394
2026-04-08205.3832
2026-04-15206.6142
2026-04-22206.5408
2026-04-29206.7017
2026-05-06207.3304
2026-05-14208.0727
2026-05-21206.2285
2026-05-29206.3998
2026-06-05207.2269
2026-06-14208.0983
2026-06-21206.2693
2026-06-28204.3885
2026-07-05204.9862
2026-07-12204.7759
2026-07-19204.3798
2026-07-26205.6204
2026-08-02207.3417
2026-08-09209.7219
2026-08-16211.3916
2026-08-24212.5267
2026-08-31211.4508
2026-09-07212.8053
2026-09-14210.7758
2026-09-21209.4140

High

212.8053

Low

198.0638

Average

206.0469

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.