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: show the values
| Point | JOD/MXN |
|---|---|
| 2024-08-24 | 26.9518 |
| 2024-10-07 | 27.2576 |
| 2024-11-06 | 29.1128 |
| 2024-12-06 | 28.4720 |
| 2025-01-05 | 29.0991 |
| 2025-02-04 | 28.8395 |
| 2025-03-06 | 28.7773 |
| 2025-04-06 | 28.9277 |
| 2025-05-06 | 27.8058 |
| 2025-06-07 | 26.9534 |
| 2025-07-07 | 26.4225 |
| 2025-08-06 | 26.4241 |
| 2025-09-05 | 26.3497 |
| 2025-10-06 | 25.9755 |
| 2025-11-05 | 26.3043 |
| 2025-12-05 | 25.6667 |
| 2026-01-05 | 25.4018 |
| 2026-02-04 | 24.3197 |
| 2026-03-06 | 25.0860 |
| 2026-04-05 | 25.2116 |
| 2026-05-05 | 24.5998 |
| 2026-06-06 | 24.6379 |
| 2026-07-08 | 24.7888 |
| 2026-08-07 | 24.1962 |
| 2026-09-07 | 23.8534 |
High
29.1128
Low
23.8534
Average
26.4006
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=MXN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=MXN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.