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: show the values
| Point | JOD/RSD |
|---|---|
| 2025-09-25 | 140.7554 |
| 2025-10-02 | 140.7987 |
| 2025-10-09 | 141.9751 |
| 2025-10-16 | 141.5552 |
| 2025-10-23 | 142.5161 |
| 2025-10-30 | 142.3655 |
| 2025-11-06 | 143.6606 |
| 2025-11-13 | 142.6180 |
| 2025-11-20 | 143.5011 |
| 2025-11-27 | 142.5571 |
| 2025-12-04 | 141.9898 |
| 2025-12-12 | 141.1047 |
| 2025-12-19 | 141.1821 |
| 2025-12-26 | 140.4699 |
| 2026-01-02 | 140.6647 |
| 2026-01-09 | 142.0467 |
| 2026-01-16 | 142.5905 |
| 2026-01-23 | 140.9761 |
| 2026-01-30 | 139.0780 |
| 2026-02-06 | 140.4269 |
| 2026-02-13 | 139.4974 |
| 2026-02-20 | 140.8503 |
| 2026-02-27 | 140.3902 |
| 2026-03-06 | 142.5261 |
| 2026-03-13 | 143.7783 |
| 2026-03-20 | 143.2412 |
| 2026-03-27 | 143.5489 |
| 2026-04-03 | 143.5454 |
| 2026-04-10 | 141.5948 |
| 2026-04-17 | 140.5621 |
| 2026-04-24 | 141.8097 |
| 2026-05-01 | 141.1486 |
| 2026-05-08 | 141.1787 |
| 2026-05-16 | 142.4148 |
| 2026-05-24 | 142.7907 |
| 2026-05-31 | 142.0858 |
| 2026-06-09 | 143.4917 |
| 2026-06-16 | 142.9017 |
| 2026-06-23 | 144.8480 |
| 2026-06-30 | 145.2316 |
| 2026-07-07 | 144.7186 |
| 2026-07-14 | 145.2942 |
| 2026-07-21 | 145.0686 |
| 2026-07-28 | 145.5446 |
| 2026-08-04 | 143.8111 |
| 2026-08-11 | 143.3803 |
| 2026-08-18 | 142.9874 |
| 2026-08-26 | 141.7944 |
| 2026-09-02 | 142.8945 |
| 2026-09-09 | 142.2898 |
| 2026-09-16 | 143.4094 |
| 2026-09-23 | 144.8677 |
High
145.7081
Low
139.0780
Average
142.4913
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=RSD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=RSD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.