Skip to content

JOD to MXN exchange rate API

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

25.0123

▲ +3.24% over 7D

1 JOD = 25.0123 MXN · 1 MXN = 0.03998 JOD · Get this rate via the API

1 JOD buys 25.0123 MXN as of 2026-09-25, so 1 MXN buys 0.03998 JOD. Over the last 7 days, JOD/MXN traded between 24.2269 and 25.0123, averaged 24.5306 and rose 3.24%. 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 7D

JOD/MXN over 7D: show the values
PointJOD/MXN
2026-09-1824.2269
2026-09-1924.3041
2026-09-2024.2945
2026-09-2124.2479
2026-09-2224.3288
2026-09-2324.5969
2026-09-2424.8012
2026-09-2524.9626

High

25.0123

Low

24.2269

Average

24.5306

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.