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: show the values
| Point | MXN/MNT |
|---|---|
| 2025-09-26 | 194.5427 |
| 2025-10-03 | 195.4037 |
| 2025-10-10 | 195.6621 |
| 2025-10-17 | 195.3451 |
| 2025-10-24 | 195.3735 |
| 2025-10-31 | 0.0373 |
| 2025-11-07 | 0.0443 |
| 2025-11-14 | 0.0450 |
| 2025-11-21 | 193.2620 |
| 2025-11-28 | 194.3499 |
| 2025-12-05 | 194.9042 |
| 2025-12-13 | 196.9418 |
| 2025-12-20 | 196.9620 |
| 2025-12-27 | 198.6045 |
| 2026-01-03 | 198.8140 |
| 2026-01-10 | 197.9928 |
| 2026-01-17 | 202.2481 |
| 2026-01-24 | 205.3257 |
| 2026-01-31 | 204.1760 |
| 2026-02-07 | 206.7196 |
| 2026-02-14 | 207.9910 |
| 2026-02-21 | 208.3951 |
| 2026-02-28 | 207.0868 |
| 2026-03-07 | 200.6911 |
| 2026-03-14 | 198.8141 |
| 2026-03-21 | 199.3229 |
| 2026-03-28 | 197.5591 |
| 2026-04-04 | 199.8050 |
| 2026-04-11 | 207.8013 |
| 2026-04-18 | 206.5477 |
| 2026-04-25 | 206.0137 |
| 2026-05-02 | 205.0941 |
| 2026-05-09 | 208.3470 |
| 2026-05-17 | 206.3688 |
| 2026-05-25 | 207.3007 |
| 2026-06-01 | 206.4651 |
| 2026-06-10 | 204.7894 |
| 2026-06-17 | 207.9599 |
| 2026-06-24 | 203.4488 |
| 2026-07-01 | 204.3223 |
| 2026-07-08 | 203.9200 |
| 2026-07-15 | 205.8179 |
| 2026-07-22 | 206.0179 |
| 2026-07-29 | 205.7912 |
| 2026-08-05 | 208.9699 |
| 2026-08-12 | 210.8698 |
| 2026-08-20 | 211.7301 |
| 2026-08-27 | 211.9841 |
| 2026-09-03 | 211.3797 |
| 2026-09-10 | 212.2146 |
| 2026-09-17 | 209.3037 |
| 2026-09-24 | 204.7412 |
High
212.2146
Low
0.03731
Average
191.8314
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN¤cies=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¤cies=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.