RSD to SDG exchange rate API
Serbian Dinar to Sudanese Pound · quoted 2026-09-27
5.8214
▼ +3.04% over YTD
1 RSD = 5.8214 SDG · 1 SDG = 0.17178 RSD · Get this rate via the API
1 RSD buys 5.8214 SDG as of 2026-09-27, so 1 SDG buys 0.17178 RSD. Over the year to date, RSD/SDG traded between 5.5640 and 6.1231, averaged 5.9347 and fell 3.04%. The API holds daily RSD/SDG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
RSD/SDG over YTD: show the values
| Point | RSD/SDG |
|---|---|
| 2025-12-31 | 6.0038 |
| 2026-01-07 | 5.9827 |
| 2026-01-14 | 5.9495 |
| 2026-01-21 | 5.9934 |
| 2026-01-28 | 6.1231 |
| 2026-02-04 | 6.0419 |
| 2026-02-11 | 6.0893 |
| 2026-02-18 | 6.0596 |
| 2026-02-25 | 6.0236 |
| 2026-03-04 | 5.9295 |
| 2026-03-11 | 5.9413 |
| 2026-03-18 | 5.8949 |
| 2026-03-25 | 5.9307 |
| 2026-04-01 | 5.5640 |
| 2026-04-08 | 5.9689 |
| 2026-04-15 | 6.0300 |
| 2026-04-22 | 6.0003 |
| 2026-04-29 | 5.9891 |
| 2026-05-06 | 5.9949 |
| 2026-05-14 | 5.9889 |
| 2026-05-21 | 5.9398 |
| 2026-05-29 | 5.9494 |
| 2026-06-05 | 5.9393 |
| 2026-06-14 | 5.9169 |
| 2026-06-21 | 5.8642 |
| 2026-06-28 | 5.8219 |
| 2026-07-05 | 5.8492 |
| 2026-07-12 | 5.8381 |
| 2026-07-19 | 5.8497 |
| 2026-07-26 | 5.8110 |
| 2026-08-02 | 5.8820 |
| 2026-08-09 | 5.9125 |
| 2026-08-16 | 5.9180 |
| 2026-08-24 | 5.9753 |
| 2026-08-31 | 5.9282 |
| 2026-09-07 | 5.9399 |
| 2026-09-14 | 5.9282 |
| 2026-09-21 | 5.8699 |
High
6.1231
Low
5.5640
Average
5.9347
Get this rate via the API
One GET request returns the RSD/SDG 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=RSD¤cies=SDG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=SDG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=SDG").json()Replace YOUR_API_KEY with the key from your dashboard.
RSD/SDG API questions
How do I get the RSD/SDG exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=SDG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RSD/SDG rate in rates.SDG.
How far back does RSD/SDG historical data go?
Daily RSD/SDG 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 RSD/SDG 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.