Skip to content

JOD to RSD exchange rate API

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

145.7081

▲ +3.39% over YTD

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 year to date, JOD/RSD traded between 138.1012 and 145.7081, averaged 142.4524 and rose 3.39%. 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 YTD

JOD/RSD over YTD: show the values
PointJOD/RSD
2025-12-31140.9317
2026-01-07141.4314
2026-01-14142.1900
2026-01-21141.1968
2026-01-28138.1012
2026-02-04140.0431
2026-02-11139.0073
2026-02-18139.6845
2026-02-25140.5288
2026-03-04142.7683
2026-03-11142.5014
2026-03-18143.5967
2026-03-25142.7451
2026-04-01143.3051
2026-04-08141.8282
2026-04-15140.5765
2026-04-22141.0337
2026-04-29141.4167
2026-05-06141.2818
2026-05-14141.3590
2026-05-21142.5135
2026-05-29142.2815
2026-06-05142.5237
2026-06-14143.0728
2026-06-21144.3600
2026-06-28145.4021
2026-07-05144.7277
2026-07-12144.9958
2026-07-19144.7198
2026-07-26145.6723
2026-08-02143.9255
2026-08-09143.1726
2026-08-16143.0481
2026-08-24141.6620
2026-08-31142.8029
2026-09-07142.5050
2026-09-14142.8029
2026-09-21144.2210

High

145.7081

Low

138.1012

Average

142.4524

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.