Skip to content

RSD to SDG exchange rate API

Serbian Dinar to Sudanese Pound · quoted 2026-09-27

5.8214

▼ +3.02% over 1Y

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 last year, RSD/SDG traded between 5.1400 and 6.0657, averaged 5.9274 and fell 3.02%. 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 1Y

RSD/SDG over 1Y: show the values
PointRSD/SDG
2025-09-276.0028
2025-10-046.0068
2025-10-115.9511
2025-10-185.9689
2025-10-255.9520
2025-11-015.9067
2025-11-085.9211
2025-11-155.9413
2025-11-225.8947
2025-11-295.9239
2025-12-065.9498
2025-12-145.9948
2025-12-215.9821
2025-12-286.0205
2026-01-045.9931
2026-01-115.9478
2026-01-185.9266
2026-01-256.0336
2026-02-016.0567
2026-02-086.0412
2026-02-156.0657
2026-02-226.0230
2026-03-016.0371
2026-03-085.9420
2026-03-155.8446
2026-03-225.9116
2026-03-295.8888
2026-04-055.1400
2026-04-126.0067
2026-04-196.0302
2026-04-265.9951
2026-05-035.9986
2026-05-106.0350
2026-05-185.9475
2026-05-265.9483
2026-06-025.9490
2026-06-115.9057
2026-06-185.8930
2026-06-255.8128
2026-07-025.8230
2026-07-095.8446
2026-07-165.8633
2026-07-235.8425
2026-07-305.8480
2026-08-065.9088
2026-08-135.8948
2026-08-215.9796
2026-08-285.9564
2026-09-045.9466
2026-09-115.9342
2026-09-185.8881
2026-09-255.8098

High

6.0657

Low

5.1400

Average

5.9274

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.