Skip to content

JOD to RSD exchange rate API

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

145.7081

▲ +3.52% over 1Y

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 year, JOD/RSD traded between 139.0780 and 145.7081, averaged 142.4913 and rose 3.52%. 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 1Y

JOD/RSD over 1Y: show the values
PointJOD/RSD
2025-09-25140.7554
2025-10-02140.7987
2025-10-09141.9751
2025-10-16141.5552
2025-10-23142.5161
2025-10-30142.3655
2025-11-06143.6606
2025-11-13142.6180
2025-11-20143.5011
2025-11-27142.5571
2025-12-04141.9898
2025-12-12141.1047
2025-12-19141.1821
2025-12-26140.4699
2026-01-02140.6647
2026-01-09142.0467
2026-01-16142.5905
2026-01-23140.9761
2026-01-30139.0780
2026-02-06140.4269
2026-02-13139.4974
2026-02-20140.8503
2026-02-27140.3902
2026-03-06142.5261
2026-03-13143.7783
2026-03-20143.2412
2026-03-27143.5489
2026-04-03143.5454
2026-04-10141.5948
2026-04-17140.5621
2026-04-24141.8097
2026-05-01141.1486
2026-05-08141.1787
2026-05-16142.4148
2026-05-24142.7907
2026-05-31142.0858
2026-06-09143.4917
2026-06-16142.9017
2026-06-23144.8480
2026-06-30145.2316
2026-07-07144.7186
2026-07-14145.2942
2026-07-21145.0686
2026-07-28145.5446
2026-08-04143.8111
2026-08-11143.3803
2026-08-18142.9874
2026-08-26141.7944
2026-09-02142.8945
2026-09-09142.2898
2026-09-16143.4094
2026-09-23144.8677

High

145.7081

Low

139.0780

Average

142.4913

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.