Skip to content

JOD to RSD exchange rate API

Jordanian Dinar to Serbian Dinar · quoted 2026-09-25

145.7081

▼ +1.23% over 5Y

1 JOD = 145.7081 RSD · 1 RSD = 0.006863 JOD · Get this rate via the API

1 JOD buys 145.7081 RSD as of 2026-09-25, so 1 RSD buys 0.006863 JOD. Over the last 5 years, JOD/RSD traded between 140.0431 and 160.6979, averaged 146.2977 and fell 1.23%. The API holds daily JOD/RSD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/RSD over 5Y

JOD/RSD over 5Y: show the values
PointJOD/RSD
2024-08-24147.5257
2024-10-07150.3887
2024-11-06152.3418
2024-12-06156.0962
2025-01-05160.6979
2025-02-04160.1696
2025-03-06152.7935
2025-04-06150.7900
2025-05-06146.3774
2025-06-07145.0868
2025-07-07140.3586
2025-08-06142.8605
2025-09-05141.6780
2025-10-06140.9675
2025-11-05143.8485
2025-12-05142.0816
2026-01-05141.4549
2026-02-04140.0431
2026-03-06142.5261
2026-04-05143.6848
2026-05-05141.6428
2026-06-06143.4903
2026-07-08144.9827
2026-08-07143.6409
2026-09-07142.5050

High

160.6979

Low

140.0431

Average

146.2977

For developers

Get this rate via the API

One GET request returns the JOD/RSD 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=RSD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=RSD");
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=RSD").json()

Replace YOUR_API_KEY with the key from your dashboard.

JOD/RSD API questions

How do I get the JOD/RSD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=RSD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/RSD rate in rates.RSD.

How far back does JOD/RSD historical data go?

Daily JOD/RSD 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/RSD 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.