Skip to content

JPY to MXN exchange rate API

Yen to Mexican Peso · quoted 2026-09-27

0.11240

▼ +8.48% over 1Y

1 JPY = 0.11240 MXN · 1 MXN = 8.8971 JPY · Get this rate via the API

1 JPY buys 0.11240 MXN as of 2026-09-27, so 1 MXN buys 8.8971 JPY. Over the last year, JPY/MXN traded between 0.10640 and 0.12478, averaged 0.11236 and fell 8.48%. The API holds daily JPY/MXN rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.

JPY/MXN over 1Y

JPY/MXN over 1Y: show the values
PointJPY/MXN
2025-09-270.12280
2025-10-040.12478
2025-10-110.12303
2025-10-180.12201
2025-10-250.12076
2025-11-010.12064
2025-11-080.12020
2025-11-150.11845
2025-11-220.11821
2025-11-290.11714
2025-12-060.11702
2025-12-130.11554
2025-12-200.11432
2025-12-270.11435
2026-01-030.11409
2026-01-100.11384
2026-01-170.11140
2026-01-240.11130
2026-01-310.11285
2026-02-070.10982
2026-02-140.11238
2026-02-210.11048
2026-02-280.11036
2026-03-070.11279
2026-03-140.11239
2026-03-210.11240
2026-03-280.11305
2026-04-040.11201
2026-04-110.10864
2026-04-180.10912
2026-04-250.10905
2026-05-020.11114
2026-05-090.10965
2026-05-160.10923
2026-05-230.10883
2026-05-300.10894
2026-06-060.10895
2026-06-130.10751
2026-06-200.10737
2026-06-270.10822
2026-07-040.10826
2026-07-110.10804
2026-07-180.10803
2026-07-250.10668
2026-08-010.11002
2026-08-080.10859
2026-08-150.10685
2026-08-220.10643
2026-08-290.10640
2026-09-050.10809
2026-09-120.11050
2026-09-190.10982
2026-09-260.11241

High

0.12478

Low

0.10640

Average

0.11236

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY&currencies=MXN").json()

Replace YOUR_API_KEY with the key from your dashboard.

JPY/MXN API questions

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

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

How far back does JPY/MXN historical data go?

Daily JPY/MXN 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 JPY/MXN 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.