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: show the values
| Point | MXN/JPY |
|---|---|
| 2026-03-29 | 8.8614 |
| 2026-04-05 | 8.9340 |
| 2026-04-12 | 9.1708 |
| 2026-04-19 | 9.1546 |
| 2026-04-26 | 9.1703 |
| 2026-05-03 | 8.9919 |
| 2026-05-10 | 9.1144 |
| 2026-05-17 | 9.1559 |
| 2026-05-24 | 9.1862 |
| 2026-05-31 | 9.1845 |
| 2026-06-07 | 9.1590 |
| 2026-06-14 | 9.3081 |
| 2026-06-21 | 9.3035 |
| 2026-06-28 | 9.2377 |
| 2026-07-05 | 9.2352 |
| 2026-07-12 | 9.2480 |
| 2026-07-19 | 9.2638 |
| 2026-07-26 | 9.3736 |
| 2026-08-02 | 9.0839 |
| 2026-08-09 | 9.2087 |
| 2026-08-16 | 9.3637 |
| 2026-08-23 | 9.3978 |
| 2026-08-30 | 9.3987 |
| 2026-09-06 | 9.2487 |
| 2026-09-13 | 9.0438 |
| 2026-09-20 | 9.1091 |
High
9.3987
Low
8.8614
Average
9.1800
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.