Skip to content

MXN to JPY exchange rate API

Mexican Peso to Yen · quoted 2026-09-25

8.9526

▲ +62.19% over 5Y

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 5 years, MXN/JPY traded between 5.4597 and 9.3958, averaged 7.8352 and rose 62.19%. 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 5Y

MXN/JPY over 5Y: show the values
PointMXN/JPY
2021-09-275.5198
2021-11-085.5574
2021-12-205.4597
2022-01-315.5547
2022-03-145.6633
2022-04-276.2689
2022-06-086.8384
2022-07-206.7436
2022-08-316.8658
2022-10-127.3174
2022-11-237.2871
2023-01-056.8618
2023-02-167.2117
2023-03-307.3368
2023-05-167.7910
2023-06-278.3991
2023-08-088.3193
2023-09-198.6443
2023-10-318.3685
2023-12-128.3684
2024-01-268.6085
2024-03-088.7361
2024-04-239.0422
2024-06-058.8433
2024-07-178.8078
2024-08-277.4349
2024-10-017.3120
2024-10-317.6254
2024-11-307.3506
2024-12-307.7318
2025-01-297.5840
2025-02-287.3971
2025-03-307.3421
2025-04-297.2788
2025-05-297.4693
2025-06-287.6859
2025-07-287.9512
2025-08-277.9046
2025-09-268.1014
2025-10-268.2966
2025-11-258.4671
2025-12-258.6938
2026-01-248.9845
2026-02-239.0028
2026-03-258.9479
2026-04-249.1684
2026-05-249.1862
2026-06-239.2379
2026-07-239.3628
2026-08-229.3958
2026-09-219.1478

High

9.3958

Low

5.4597

Average

7.8352

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.