JOD to MXN exchange rate API
Jordanian Dinar to Mexican Peso · quoted 2026-09-25
24.9657
▲ +4.55% over 30D
1 JOD = 24.9657 MXN · 1 MXN = 0.04005 JOD · Get this rate via the API
1 JOD buys 24.9657 MXN as of 2026-09-25, so 1 MXN buys 0.04005 JOD. Over the last 30 days, JOD/MXN traded between 23.8180 and 24.9657, averaged 24.1232 and rose 4.55%. 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 30D: show the values
| Point | JOD/MXN |
|---|---|
| 2026-08-26 | 23.8800 |
| 2026-08-27 | 23.9396 |
| 2026-08-28 | 23.9043 |
| 2026-08-29 | 24.0261 |
| 2026-08-30 | 24.0265 |
| 2026-08-31 | 23.9891 |
| 2026-09-01 | 23.9786 |
| 2026-09-02 | 23.9785 |
| 2026-09-03 | 23.9942 |
| 2026-09-04 | 23.8351 |
| 2026-09-05 | 23.8180 |
| 2026-09-06 | 23.8203 |
| 2026-09-07 | 23.8534 |
| 2026-09-08 | 23.9083 |
| 2026-09-09 | 23.8399 |
| 2026-09-10 | 23.8978 |
| 2026-09-11 | 23.9451 |
| 2026-09-12 | 23.9389 |
| 2026-09-13 | 23.9469 |
| 2026-09-14 | 24.0791 |
| 2026-09-15 | 24.1986 |
| 2026-09-16 | 24.1723 |
| 2026-09-17 | 24.2428 |
| 2026-09-18 | 24.2269 |
| 2026-09-19 | 24.3041 |
| 2026-09-20 | 24.2945 |
| 2026-09-21 | 24.2479 |
| 2026-09-22 | 24.3288 |
| 2026-09-23 | 24.5969 |
| 2026-09-24 | 24.8012 |
| 2026-09-25 | 24.9626 |
High
24.9657
Low
23.8180
Average
24.1232
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.