SCR to SDG exchange rate API
Seychelles Rupee to Sudanese Pound · quoted 2026-09-25
42.2728
▼ +3.22% over 5Y
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 5 years, SCR/SDG traded between 35.2911 and 44.3617, averaged 41.5924 and fell 3.22%. 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 5Y: show the values
| Point | SCR/SDG |
|---|---|
| 2024-08-24 | 43.6771 |
| 2024-10-07 | 41.6510 |
| 2024-11-06 | 43.7660 |
| 2024-12-06 | 43.8789 |
| 2025-01-05 | 40.1732 |
| 2025-02-04 | 41.4664 |
| 2025-03-06 | 41.7979 |
| 2025-04-06 | 40.4806 |
| 2025-05-06 | 41.9027 |
| 2025-06-07 | 41.4725 |
| 2025-07-07 | 42.5388 |
| 2025-08-06 | 41.7165 |
| 2025-09-05 | 41.7199 |
| 2025-10-06 | 41.5011 |
| 2025-11-05 | 40.1118 |
| 2025-12-05 | 42.9699 |
| 2026-01-05 | 40.3003 |
| 2026-02-04 | 40.1535 |
| 2026-03-06 | 40.1233 |
| 2026-04-05 | 35.2911 |
| 2026-05-05 | 43.3587 |
| 2026-06-06 | 44.3617 |
| 2026-07-08 | 41.0651 |
| 2026-08-07 | 41.4074 |
| 2026-09-07 | 42.2440 |
High
44.3617
Low
35.2911
Average
41.5924
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=SDG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=SDG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=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¤cies=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.