JOD to ARS exchange rate API
Jordanian Dinar to Argentine Peso · quoted 2026-09-25
2143.65
▲ +13.64% over 1Y
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 last year, JOD/ARS traded between 1886.28 and 2143.65, averaged 2029.35 and rose 13.64%. 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 1Y: show the values
| Point | JOD/ARS |
|---|---|
| 2025-09-25 | 1886.28 |
| 2025-10-02 | 2007.72 |
| 2025-10-09 | 2016.63 |
| 2025-10-16 | 1920.34 |
| 2025-10-23 | 2099.42 |
| 2025-10-30 | 2028.77 |
| 2025-11-06 | 2045.90 |
| 2025-11-13 | 1986.22 |
| 2025-11-20 | 1983.32 |
| 2025-11-27 | 2049.01 |
| 2025-12-04 | 2049.44 |
| 2025-12-12 | 2026.20 |
| 2025-12-19 | 2045.23 |
| 2025-12-26 | 2044.46 |
| 2026-01-02 | 2045.51 |
| 2026-01-09 | 2063.04 |
| 2026-01-16 | 2034.03 |
| 2026-01-23 | 2015.64 |
| 2026-01-30 | 2036.78 |
| 2026-02-06 | 2034.06 |
| 2026-02-13 | 1977.15 |
| 2026-02-20 | 1961.13 |
| 2026-02-27 | 1985.70 |
| 2026-03-06 | 1984.96 |
| 2026-03-13 | 1968.11 |
| 2026-03-20 | 1967.42 |
| 2026-03-27 | 1929.38 |
| 2026-04-03 | 1959.58 |
| 2026-04-10 | 1949.22 |
| 2026-04-17 | 1912.94 |
| 2026-04-24 | 1964.49 |
| 2026-05-01 | 1963.49 |
| 2026-05-08 | 1968.24 |
| 2026-05-16 | 1967.02 |
| 2026-05-24 | 1975.87 |
| 2026-05-31 | 1988.28 |
| 2026-06-09 | 2039.92 |
| 2026-06-16 | 2015.31 |
| 2026-06-23 | 2061.33 |
| 2026-06-30 | 2089.40 |
| 2026-07-07 | 2095.53 |
| 2026-07-14 | 2091.32 |
| 2026-07-21 | 2089.58 |
| 2026-07-28 | 2111.49 |
| 2026-08-04 | 2106.74 |
| 2026-08-11 | 2113.43 |
| 2026-08-18 | 2098.53 |
| 2026-08-26 | 2131.88 |
| 2026-09-02 | 2133.61 |
| 2026-09-09 | 2131.86 |
| 2026-09-16 | 2125.33 |
| 2026-09-23 | 2135.73 |
High
2143.65
Low
1886.28
Average
2029.35
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.