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: show the values
| Point | MXN/JPY |
|---|---|
| 2025-09-25 | 8.0688 |
| 2025-10-02 | 7.9902 |
| 2025-10-09 | 8.3411 |
| 2025-10-16 | 8.2063 |
| 2025-10-23 | 8.2860 |
| 2025-10-30 | 8.3031 |
| 2025-11-06 | 8.2703 |
| 2025-11-13 | 8.4602 |
| 2025-11-20 | 8.5790 |
| 2025-11-27 | 8.5203 |
| 2025-12-04 | 8.4706 |
| 2025-12-11 | 8.5590 |
| 2025-12-18 | 8.6531 |
| 2025-12-25 | 8.6938 |
| 2026-01-01 | 8.7029 |
| 2026-01-08 | 8.7241 |
| 2026-01-15 | 8.9135 |
| 2026-01-22 | 9.0816 |
| 2026-01-29 | 8.9389 |
| 2026-02-05 | 9.0248 |
| 2026-02-12 | 8.9500 |
| 2026-02-19 | 8.9642 |
| 2026-02-26 | 9.0856 |
| 2026-03-05 | 8.9340 |
| 2026-03-12 | 8.9685 |
| 2026-03-19 | 8.8634 |
| 2026-03-26 | 8.9585 |
| 2026-04-02 | 8.8968 |
| 2026-04-09 | 9.1146 |
| 2026-04-16 | 9.2059 |
| 2026-04-23 | 9.1913 |
| 2026-04-30 | 8.9383 |
| 2026-05-07 | 9.0911 |
| 2026-05-14 | 9.1839 |
| 2026-05-21 | 9.1719 |
| 2026-05-28 | 9.1702 |
| 2026-06-04 | 9.2463 |
| 2026-06-11 | 9.2304 |
| 2026-06-18 | 9.2533 |
| 2026-06-25 | 9.1757 |
| 2026-07-02 | 9.2025 |
| 2026-07-09 | 9.2543 |
| 2026-07-16 | 9.3075 |
| 2026-07-23 | 9.3628 |
| 2026-07-30 | 9.3643 |
| 2026-08-06 | 9.1489 |
| 2026-08-13 | 9.3429 |
| 2026-08-20 | 9.3441 |
| 2026-08-27 | 9.3907 |
| 2026-09-03 | 9.1709 |
| 2026-09-10 | 9.0994 |
| 2026-09-17 | 9.0581 |
| 2026-09-24 | 9.0340 |
High
9.3907
Low
7.9902
Average
8.9151
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN¤cies=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¤cies=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.