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: show the values
| Point | JOD/RSD |
|---|---|
| 2025-12-31 | 140.9317 |
| 2026-01-07 | 141.4314 |
| 2026-01-14 | 142.1900 |
| 2026-01-21 | 141.1968 |
| 2026-01-28 | 138.1012 |
| 2026-02-04 | 140.0431 |
| 2026-02-11 | 139.0073 |
| 2026-02-18 | 139.6845 |
| 2026-02-25 | 140.5288 |
| 2026-03-04 | 142.7683 |
| 2026-03-11 | 142.5014 |
| 2026-03-18 | 143.5967 |
| 2026-03-25 | 142.7451 |
| 2026-04-01 | 143.3051 |
| 2026-04-08 | 141.8282 |
| 2026-04-15 | 140.5765 |
| 2026-04-22 | 141.0337 |
| 2026-04-29 | 141.4167 |
| 2026-05-06 | 141.2818 |
| 2026-05-14 | 141.3590 |
| 2026-05-21 | 142.5135 |
| 2026-05-29 | 142.2815 |
| 2026-06-05 | 142.5237 |
| 2026-06-14 | 143.0728 |
| 2026-06-21 | 144.3600 |
| 2026-06-28 | 145.4021 |
| 2026-07-05 | 144.7277 |
| 2026-07-12 | 144.9958 |
| 2026-07-19 | 144.7198 |
| 2026-07-26 | 145.6723 |
| 2026-08-02 | 143.9255 |
| 2026-08-09 | 143.1726 |
| 2026-08-16 | 143.0481 |
| 2026-08-24 | 141.6620 |
| 2026-08-31 | 142.8029 |
| 2026-09-07 | 142.5050 |
| 2026-09-14 | 142.8029 |
| 2026-09-21 | 144.2210 |
High
145.7081
Low
138.1012
Average
142.4524
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.