JOD to MXN exchange rate API
Jordanian Dinar to Mexican Peso · quoted 2026-09-25
24.9811
▼ +3.97% over 1Y
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 year, JOD/MXN traded between 23.8399 and 26.2334, averaged 24.9002 and fell 3.97%. 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 1Y: show the values
| Point | JOD/MXN |
|---|---|
| 2025-09-25 | 26.0138 |
| 2025-10-02 | 25.9105 |
| 2025-10-09 | 25.8355 |
| 2025-10-16 | 26.0015 |
| 2025-10-23 | 25.9799 |
| 2025-10-30 | 26.2334 |
| 2025-11-06 | 26.1959 |
| 2025-11-13 | 25.7654 |
| 2025-11-20 | 25.9115 |
| 2025-11-27 | 25.8768 |
| 2025-12-04 | 25.7700 |
| 2025-12-12 | 25.4408 |
| 2025-12-19 | 25.4091 |
| 2025-12-26 | 25.2832 |
| 2026-01-02 | 25.3032 |
| 2026-01-09 | 25.4270 |
| 2026-01-16 | 24.9298 |
| 2026-01-23 | 24.6023 |
| 2026-01-30 | 24.3746 |
| 2026-02-06 | 24.4904 |
| 2026-02-13 | 24.2884 |
| 2026-02-20 | 24.2607 |
| 2026-02-27 | 24.2766 |
| 2026-03-06 | 25.0860 |
| 2026-03-13 | 25.1358 |
| 2026-03-20 | 25.1297 |
| 2026-03-27 | 25.4693 |
| 2026-04-03 | 25.2028 |
| 2026-04-10 | 24.4705 |
| 2026-04-17 | 24.2878 |
| 2026-04-24 | 24.5250 |
| 2026-05-01 | 24.6195 |
| 2026-05-08 | 24.3101 |
| 2026-05-16 | 24.4608 |
| 2026-05-24 | 24.4083 |
| 2026-05-31 | 24.4706 |
| 2026-06-09 | 24.5156 |
| 2026-06-16 | 24.2633 |
| 2026-06-23 | 24.6630 |
| 2026-06-30 | 24.6375 |
| 2026-07-07 | 24.5751 |
| 2026-07-14 | 24.6826 |
| 2026-07-21 | 24.5336 |
| 2026-07-28 | 24.6462 |
| 2026-08-04 | 24.3837 |
| 2026-08-11 | 24.1499 |
| 2026-08-18 | 24.0529 |
| 2026-08-26 | 23.8800 |
| 2026-09-02 | 23.9785 |
| 2026-09-09 | 23.8399 |
| 2026-09-16 | 24.1723 |
| 2026-09-23 | 24.5969 |
High
26.2334
Low
23.8399
Average
24.9002
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.