Skip to content

SCR to SDG exchange rate API

Seychelles Rupee to Sudanese Pound · quoted 2026-09-25

42.2728

▲ +2.33% over 1Y

1 SCR = 42.2728 SDG · 1 SDG = 0.02366 SCR · Get this rate via the API

1 SCR buys 42.2728 SDG as of 2026-09-25, so 1 SDG buys 0.02366 SCR. Over the last year, SCR/SDG traded between 39.4448 and 47.4417, averaged 41.6810 and rose 2.33%. The API holds daily SCR/SDG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/SDG over 1Y

SCR/SDG over 1Y: show the values
PointSCR/SDG
2025-09-2541.3122
2025-10-0240.8713
2025-10-0940.8999
2025-10-1641.0955
2025-10-2343.4505
2025-10-3042.3150
2025-11-0642.1608
2025-11-1340.6114
2025-11-2042.1103
2025-11-2740.6652
2025-12-0441.7432
2025-12-1239.8782
2025-12-1943.6482
2025-12-2640.3936
2026-01-0239.5401
2026-01-0947.4417
2026-01-1639.6796
2026-01-2341.2352
2026-01-3041.8282
2026-02-0641.8038
2026-02-1341.7423
2026-02-2039.6651
2026-02-2743.9364
2026-03-0640.1233
2026-03-1340.1852
2026-03-2039.8752
2026-03-2741.5215
2026-04-0339.4448
2026-04-1039.5965
2026-04-1743.6840
2026-04-2443.6980
2026-05-0141.0600
2026-05-0843.3563
2026-05-1644.1206
2026-05-2440.2836
2026-05-3140.6256
2026-06-0943.2922
2026-06-1642.0125
2026-06-2342.1729
2026-06-3041.5332
2026-07-0741.0853
2026-07-1441.9624
2026-07-2142.2609
2026-07-2842.7970
2026-08-0441.3771
2026-08-1142.4317
2026-08-1841.2416
2026-08-2642.3015
2026-09-0241.5122
2026-09-0942.0097
2026-09-1641.9437
2026-09-2341.2865

High

47.4417

Low

39.4448

Average

41.6810

For developers

Get this rate via the API

One GET request returns the SCR/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=SCR&currencies=SDG"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&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=SCR&currencies=SDG").json()

Replace YOUR_API_KEY with the key from your dashboard.

SCR/SDG API questions

How do I get the SCR/SDG exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=SDG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/SDG rate in rates.SDG.

How far back does SCR/SDG historical data go?

Daily SCR/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 SCR/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.