Skip to content

JOD to MXN exchange rate API

Jordanian Dinar to Mexican Peso · quoted 2026-09-25

24.9811

▼ +7.31% over 5Y

1 JOD = 24.9811 MXN · 1 MXN = 0.04003 JOD · Get this rate via the API

1 JOD buys 24.9811 MXN as of 2026-09-25, so 1 MXN buys 0.04003 JOD. Over the last 5 years, JOD/MXN traded between 23.8534 and 29.1128, averaged 26.4006 and fell 7.31%. The API holds daily JOD/MXN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/MXN over 5Y

JOD/MXN over 5Y: show the values
PointJOD/MXN
2024-08-2426.9518
2024-10-0727.2576
2024-11-0629.1128
2024-12-0628.4720
2025-01-0529.0991
2025-02-0428.8395
2025-03-0628.7773
2025-04-0628.9277
2025-05-0627.8058
2025-06-0726.9534
2025-07-0726.4225
2025-08-0626.4241
2025-09-0526.3497
2025-10-0625.9755
2025-11-0526.3043
2025-12-0525.6667
2026-01-0525.4018
2026-02-0424.3197
2026-03-0625.0860
2026-04-0525.2116
2026-05-0524.5998
2026-06-0624.6379
2026-07-0824.7888
2026-08-0724.1962
2026-09-0723.8534

High

29.1128

Low

23.8534

Average

26.4006

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JOD/MXN API questions

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

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

How far back does JOD/MXN historical data go?

Daily JOD/MXN rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free JOD/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.