Skip to content

MXN to JPY exchange rate API

Mexican Peso to Yen · quoted 2026-09-25

8.9526

▲ +10.95% over 1Y

1 MXN = 8.9526 JPY · 1 JPY = 0.11170 MXN · Get this rate via the API

1 MXN buys 8.9526 JPY as of 2026-09-25, so 1 JPY buys 0.11170 MXN. Over the last year, MXN/JPY traded between 7.9902 and 9.3907, averaged 8.9151 and rose 10.95%. The API holds daily MXN/JPY rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.

MXN/JPY over 1Y

MXN/JPY over 1Y: show the values
PointMXN/JPY
2025-09-258.0688
2025-10-027.9902
2025-10-098.3411
2025-10-168.2063
2025-10-238.2860
2025-10-308.3031
2025-11-068.2703
2025-11-138.4602
2025-11-208.5790
2025-11-278.5203
2025-12-048.4706
2025-12-118.5590
2025-12-188.6531
2025-12-258.6938
2026-01-018.7029
2026-01-088.7241
2026-01-158.9135
2026-01-229.0816
2026-01-298.9389
2026-02-059.0248
2026-02-128.9500
2026-02-198.9642
2026-02-269.0856
2026-03-058.9340
2026-03-128.9685
2026-03-198.8634
2026-03-268.9585
2026-04-028.8968
2026-04-099.1146
2026-04-169.2059
2026-04-239.1913
2026-04-308.9383
2026-05-079.0911
2026-05-149.1839
2026-05-219.1719
2026-05-289.1702
2026-06-049.2463
2026-06-119.2304
2026-06-189.2533
2026-06-259.1757
2026-07-029.2025
2026-07-099.2543
2026-07-169.3075
2026-07-239.3628
2026-07-309.3643
2026-08-069.1489
2026-08-139.3429
2026-08-209.3441
2026-08-279.3907
2026-09-039.1709
2026-09-109.0994
2026-09-179.0581
2026-09-249.0340

High

9.3907

Low

7.9902

Average

8.9151

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MXN/JPY API questions

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

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

How far back does MXN/JPY historical data go?

Daily MXN/JPY rates are available from 2008-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free MXN/JPY 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.