Skip to content

SCR to SDG exchange rate API

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

42.2728

▲ +5.52% over 6M

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 6 months, SCR/SDG traded between 35.2911 and 45.2947, averaged 41.7737 and rose 5.52%. 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 6M

SCR/SDG over 6M: show the values
PointSCR/SDG
2026-03-2940.0606
2026-04-0535.2911
2026-04-1239.5780
2026-04-1939.9102
2026-04-2640.5800
2026-05-0343.6847
2026-05-1040.3716
2026-05-1844.1902
2026-05-2642.1073
2026-06-0242.8745
2026-06-1142.6524
2026-06-1841.0067
2026-06-2541.0748
2026-07-0245.2947
2026-07-0941.1269
2026-07-1642.6888
2026-07-2342.4565
2026-07-3041.5957
2026-08-0642.2583
2026-08-1342.2956
2026-08-2142.7369
2026-08-2842.8161
2026-09-0441.9496
2026-09-1141.8826
2026-09-1843.3597

High

45.2947

Low

35.2911

Average

41.7737

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.