Skip to content

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

JOD/ARS over YTD: show the values
PointJOD/ARS
2025-12-312047.26
2026-01-072069.46
2026-01-142056.64
2026-01-212022.91
2026-01-282034.63
2026-02-042038.11
2026-02-111980.23
2026-02-181965.96
2026-02-251945.72
2026-03-041995.57
2026-03-111973.91
2026-03-181969.19
2026-03-251970.91
2026-04-011949.97
2026-04-081964.60
2026-04-151926.66
2026-04-221939.02
2026-04-291981.18
2026-05-061964.46
2026-05-141963.51
2026-05-211970.61
2026-05-291987.94
2026-06-052026.80
2026-06-142015.59
2026-06-212064.24
2026-06-282083.74
2026-07-052099.10
2026-07-122097.86
2026-07-192084.75
2026-07-262110.77
2026-08-022095.73
2026-08-092114.32
2026-08-162097.68
2026-08-242116.26
2026-08-312127.02
2026-09-072128.54
2026-09-142133.98
2026-09-212128.90

High

2143.65

Low

1926.66

Average

2035.57

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=ARS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=ARS");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=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&currencies=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.