JOD to ARS exchange rate API
Jordanian Dinar to Argentine Peso · quoted 2026-09-25
2143.65
▲ +4.71% over YTD
1 JOD = 2143.65 ARS · 1 ARS = 0.000466 JOD · Get this rate via the API
1 JOD buys 2143.65 ARS as of 2026-09-25, so 1 ARS buys 0.000466 JOD. Over the year to date, JOD/ARS traded between 1926.66 and 2143.65, averaged 2035.57 and rose 4.71%. The API holds daily JOD/ARS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
JOD/ARS over YTD: show the values
| Point | JOD/ARS |
|---|---|
| 2025-12-31 | 2047.26 |
| 2026-01-07 | 2069.46 |
| 2026-01-14 | 2056.64 |
| 2026-01-21 | 2022.91 |
| 2026-01-28 | 2034.63 |
| 2026-02-04 | 2038.11 |
| 2026-02-11 | 1980.23 |
| 2026-02-18 | 1965.96 |
| 2026-02-25 | 1945.72 |
| 2026-03-04 | 1995.57 |
| 2026-03-11 | 1973.91 |
| 2026-03-18 | 1969.19 |
| 2026-03-25 | 1970.91 |
| 2026-04-01 | 1949.97 |
| 2026-04-08 | 1964.60 |
| 2026-04-15 | 1926.66 |
| 2026-04-22 | 1939.02 |
| 2026-04-29 | 1981.18 |
| 2026-05-06 | 1964.46 |
| 2026-05-14 | 1963.51 |
| 2026-05-21 | 1970.61 |
| 2026-05-29 | 1987.94 |
| 2026-06-05 | 2026.80 |
| 2026-06-14 | 2015.59 |
| 2026-06-21 | 2064.24 |
| 2026-06-28 | 2083.74 |
| 2026-07-05 | 2099.10 |
| 2026-07-12 | 2097.86 |
| 2026-07-19 | 2084.75 |
| 2026-07-26 | 2110.77 |
| 2026-08-02 | 2095.73 |
| 2026-08-09 | 2114.32 |
| 2026-08-16 | 2097.68 |
| 2026-08-24 | 2116.26 |
| 2026-08-31 | 2127.02 |
| 2026-09-07 | 2128.54 |
| 2026-09-14 | 2133.98 |
| 2026-09-21 | 2128.90 |
High
2143.65
Low
1926.66
Average
2035.57
Get this rate via the API
One GET request returns the JOD/ARS 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=ARS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=ARS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=ARS").json()Replace YOUR_API_KEY with the key from your dashboard.
JOD/ARS API questions
How do I get the JOD/ARS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=ARS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/ARS rate in rates.ARS.
How far back does JOD/ARS historical data go?
Daily JOD/ARS 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/ARS 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.