Skip to content

MXN to JPY exchange rate API

Mexican Peso to Yen · quoted 2026-09-25

8.9526

▲ +1.03% over 6M

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 6 months, MXN/JPY traded between 8.8614 and 9.3987, averaged 9.1800 and rose 1.03%. 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 6M

MXN/JPY over 6M: show the values
PointMXN/JPY
2026-03-298.8614
2026-04-058.9340
2026-04-129.1708
2026-04-199.1546
2026-04-269.1703
2026-05-038.9919
2026-05-109.1144
2026-05-179.1559
2026-05-249.1862
2026-05-319.1845
2026-06-079.1590
2026-06-149.3081
2026-06-219.3035
2026-06-289.2377
2026-07-059.2352
2026-07-129.2480
2026-07-199.2638
2026-07-269.3736
2026-08-029.0839
2026-08-099.2087
2026-08-169.3637
2026-08-239.3978
2026-08-309.3987
2026-09-069.2487
2026-09-139.0438
2026-09-209.1091

High

9.3987

Low

8.8614

Average

9.1800

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.