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: show the values
| Point | SCR/SDG |
|---|---|
| 2026-03-29 | 40.0606 |
| 2026-04-05 | 35.2911 |
| 2026-04-12 | 39.5780 |
| 2026-04-19 | 39.9102 |
| 2026-04-26 | 40.5800 |
| 2026-05-03 | 43.6847 |
| 2026-05-10 | 40.3716 |
| 2026-05-18 | 44.1902 |
| 2026-05-26 | 42.1073 |
| 2026-06-02 | 42.8745 |
| 2026-06-11 | 42.6524 |
| 2026-06-18 | 41.0067 |
| 2026-06-25 | 41.0748 |
| 2026-07-02 | 45.2947 |
| 2026-07-09 | 41.1269 |
| 2026-07-16 | 42.6888 |
| 2026-07-23 | 42.4565 |
| 2026-07-30 | 41.5957 |
| 2026-08-06 | 42.2583 |
| 2026-08-13 | 42.2956 |
| 2026-08-21 | 42.7369 |
| 2026-08-28 | 42.8161 |
| 2026-09-04 | 41.9496 |
| 2026-09-11 | 41.8826 |
| 2026-09-18 | 43.3597 |
High
45.2947
Low
35.2911
Average
41.7737
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.