Skip to content

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

RSD/SDG over YTD: show the values
PointRSD/SDG
2025-12-316.0038
2026-01-075.9827
2026-01-145.9495
2026-01-215.9934
2026-01-286.1231
2026-02-046.0419
2026-02-116.0893
2026-02-186.0596
2026-02-256.0236
2026-03-045.9295
2026-03-115.9413
2026-03-185.8949
2026-03-255.9307
2026-04-015.5640
2026-04-085.9689
2026-04-156.0300
2026-04-226.0003
2026-04-295.9891
2026-05-065.9949
2026-05-145.9889
2026-05-215.9398
2026-05-295.9494
2026-06-055.9393
2026-06-145.9169
2026-06-215.8642
2026-06-285.8219
2026-07-055.8492
2026-07-125.8381
2026-07-195.8497
2026-07-265.8110
2026-08-025.8820
2026-08-095.9125
2026-08-165.9180
2026-08-245.9753
2026-08-315.9282
2026-09-075.9399
2026-09-145.9282
2026-09-215.8699

High

6.1231

Low

5.5640

Average

5.9347

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD&currencies=SDG"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD&currencies=SDG");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD&currencies=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&currencies=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.