Skip to content

JOD to RSD exchange rate API

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

145.7081

▲ +1.36% over 6M

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 6 months, JOD/RSD traded between 140.3364 and 145.7081, averaged 143.2180 and rose 1.36%. 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 6M

JOD/RSD over 6M: show the values
PointJOD/RSD
2026-03-29143.7530
2026-04-05143.6848
2026-04-12141.1140
2026-04-19140.5628
2026-04-26141.2705
2026-05-03141.1862
2026-05-10140.3364
2026-05-18142.4026
2026-05-26142.3061
2026-06-02142.2927
2026-06-11143.3513
2026-06-18143.6472
2026-06-25145.6207
2026-07-02145.4647
2026-07-09144.8294
2026-07-16144.3710
2026-07-23144.8867
2026-07-30144.7666
2026-08-06143.2744
2026-08-13143.6066
2026-08-21141.5580
2026-08-28142.1066
2026-09-04142.3434
2026-09-11142.6565
2026-09-18144.0775
2026-09-25145.7081

High

145.7081

Low

140.3364

Average

143.2180

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.