MNT to MXN exchange rate API
Tugrik to Mexican Peso · quoted 2026-09-26
0.004915
▼ +2.94% over 6M
1 MNT = 0.004915 MXN · 1 MXN = 203.4588 MNT · Get this rate via the API
1 MNT buys 0.004915 MXN as of 2026-09-26, so 1 MXN buys 203.4588 MNT. Over the last 6 months, MNT/MXN traded between 0.004698 and 0.005064, averaged 0.004839 and fell 2.94%. The API holds daily MNT/MXN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MNT/MXN over 6M: show the values
| Point | MNT/MXN |
|---|---|
| 2026-03-30 | 0.005064 |
| 2026-04-06 | 0.004982 |
| 2026-04-13 | 0.004866 |
| 2026-04-20 | 0.004853 |
| 2026-04-27 | 0.004851 |
| 2026-05-04 | 0.004888 |
| 2026-05-11 | 0.004814 |
| 2026-05-19 | 0.004845 |
| 2026-05-27 | 0.004838 |
| 2026-06-03 | 0.004830 |
| 2026-06-12 | 0.004814 |
| 2026-06-19 | 0.004844 |
| 2026-06-26 | 0.004885 |
| 2026-07-03 | 0.004868 |
| 2026-07-10 | 0.004889 |
| 2026-07-17 | 0.004876 |
| 2026-07-24 | 0.004864 |
| 2026-07-31 | 0.004830 |
| 2026-08-07 | 0.004768 |
| 2026-08-14 | 0.004723 |
| 2026-08-22 | 0.004702 |
| 2026-08-29 | 0.004735 |
| 2026-09-05 | 0.004698 |
| 2026-09-12 | 0.004717 |
| 2026-09-19 | 0.004788 |
| 2026-09-26 | 0.004915 |
High
0.005064
Low
0.004698
Average
0.004839
Get this rate via the API
One GET request returns the MNT/MXN 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=MNT¤cies=MXN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT¤cies=MXN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT¤cies=MXN").json()Replace YOUR_API_KEY with the key from your dashboard.
MNT/MXN API questions
How do I get the MNT/MXN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT¤cies=MXN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MNT/MXN rate in rates.MXN.
How far back does MNT/MXN historical data go?
Daily MNT/MXN 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/MXN 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.