JOD to MXN exchange rate API
Jordanian Dinar to Mexican Peso · quoted 2026-09-25
24.9811
▼ +1.45% over YTD
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 year to date, JOD/MXN traded between 23.8534 and 25.3611, averaged 24.5130 and fell 1.45%. 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 YTD: show the values
| Point | JOD/MXN |
|---|---|
| 2025-12-31 | 25.3495 |
| 2026-01-07 | 25.3611 |
| 2026-01-14 | 25.1215 |
| 2026-01-21 | 24.6517 |
| 2026-01-28 | 24.1959 |
| 2026-02-04 | 24.3197 |
| 2026-02-11 | 24.2304 |
| 2026-02-18 | 24.1375 |
| 2026-02-25 | 24.1870 |
| 2026-03-04 | 24.7502 |
| 2026-03-11 | 24.8940 |
| 2026-03-18 | 25.0128 |
| 2026-03-25 | 25.0569 |
| 2026-04-01 | 25.1810 |
| 2026-04-08 | 24.5430 |
| 2026-04-15 | 24.4083 |
| 2026-04-22 | 24.4272 |
| 2026-04-29 | 24.5395 |
| 2026-05-06 | 24.3452 |
| 2026-05-14 | 24.2572 |
| 2026-05-21 | 24.4728 |
| 2026-05-29 | 24.4567 |
| 2026-06-05 | 24.3590 |
| 2026-06-14 | 24.2430 |
| 2026-06-21 | 24.4614 |
| 2026-06-28 | 24.6995 |
| 2026-07-05 | 24.6470 |
| 2026-07-12 | 24.6862 |
| 2026-07-19 | 24.7349 |
| 2026-07-26 | 24.6342 |
| 2026-08-02 | 24.4490 |
| 2026-08-09 | 24.1724 |
| 2026-08-16 | 23.9933 |
| 2026-08-24 | 23.8762 |
| 2026-08-31 | 23.9891 |
| 2026-09-07 | 23.8534 |
| 2026-09-14 | 24.0791 |
| 2026-09-21 | 24.2479 |
High
25.3611
Low
23.8534
Average
24.5130
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.