JOD to RSD exchange rate API
Jordanian Dinar to Serbian Dinar · quoted 2026-09-25
145.7081
▲ +2.76% over 30D
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 30 days, JOD/RSD traded between 141.7944 and 145.7081, averaged 143.2582 and rose 2.76%. 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 30D: show the values
| Point | JOD/RSD |
|---|---|
| 2026-08-26 | 141.7944 |
| 2026-08-27 | 142.0778 |
| 2026-08-28 | 142.1066 |
| 2026-08-29 | 142.7675 |
| 2026-08-30 | 142.8180 |
| 2026-08-31 | 142.8029 |
| 2026-09-01 | 142.6508 |
| 2026-09-02 | 142.8945 |
| 2026-09-03 | 142.6609 |
| 2026-09-04 | 142.3434 |
| 2026-09-05 | 142.4935 |
| 2026-09-06 | 142.4964 |
| 2026-09-07 | 142.5050 |
| 2026-09-08 | 142.3761 |
| 2026-09-09 | 142.2898 |
| 2026-09-10 | 142.2094 |
| 2026-09-11 | 142.6565 |
| 2026-09-12 | 142.6843 |
| 2026-09-13 | 142.6997 |
| 2026-09-14 | 142.8029 |
| 2026-09-15 | 143.4667 |
| 2026-09-16 | 143.4094 |
| 2026-09-17 | 144.2225 |
| 2026-09-18 | 144.0775 |
| 2026-09-19 | 144.2910 |
| 2026-09-20 | 144.3099 |
| 2026-09-21 | 144.2210 |
| 2026-09-22 | 144.2811 |
| 2026-09-23 | 144.8677 |
| 2026-09-24 | 145.5679 |
| 2026-09-25 | 145.7081 |
High
145.7081
Low
141.7944
Average
143.2582
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.