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: show the values
| Point | JOD/RSD |
|---|---|
| 2026-03-29 | 143.7530 |
| 2026-04-05 | 143.6848 |
| 2026-04-12 | 141.1140 |
| 2026-04-19 | 140.5628 |
| 2026-04-26 | 141.2705 |
| 2026-05-03 | 141.1862 |
| 2026-05-10 | 140.3364 |
| 2026-05-18 | 142.4026 |
| 2026-05-26 | 142.3061 |
| 2026-06-02 | 142.2927 |
| 2026-06-11 | 143.3513 |
| 2026-06-18 | 143.6472 |
| 2026-06-25 | 145.6207 |
| 2026-07-02 | 145.4647 |
| 2026-07-09 | 144.8294 |
| 2026-07-16 | 144.3710 |
| 2026-07-23 | 144.8867 |
| 2026-07-30 | 144.7666 |
| 2026-08-06 | 143.2744 |
| 2026-08-13 | 143.6066 |
| 2026-08-21 | 141.5580 |
| 2026-08-28 | 142.1066 |
| 2026-09-04 | 142.3434 |
| 2026-09-11 | 142.6565 |
| 2026-09-18 | 144.0775 |
| 2026-09-25 | 145.7081 |
High
145.7081
Low
140.3364
Average
143.2180
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.