SCR to SDG exchange rate API
Seychelles Rupee to Sudanese Pound · quoted 2026-09-25
42.2728
▲ +2.97% over YTD
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 year to date, SCR/SDG traded between 38.0517 and 44.2409, averaged 41.6180 and rose 2.97%. 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 YTD: show the values
| Point | SCR/SDG |
|---|---|
| 2025-12-31 | 41.0523 |
| 2026-01-07 | 42.7886 |
| 2026-01-14 | 41.3117 |
| 2026-01-21 | 42.3330 |
| 2026-01-28 | 40.9091 |
| 2026-02-04 | 40.1535 |
| 2026-02-11 | 40.0842 |
| 2026-02-18 | 41.6486 |
| 2026-02-25 | 39.9369 |
| 2026-03-04 | 43.7513 |
| 2026-03-11 | 44.2409 |
| 2026-03-18 | 42.0993 |
| 2026-03-25 | 41.2955 |
| 2026-04-01 | 38.0517 |
| 2026-04-08 | 42.9537 |
| 2026-04-15 | 42.5871 |
| 2026-04-22 | 40.7608 |
| 2026-04-29 | 43.9447 |
| 2026-05-06 | 43.4447 |
| 2026-05-14 | 42.0011 |
| 2026-05-21 | 41.7544 |
| 2026-05-29 | 42.1333 |
| 2026-06-05 | 42.8962 |
| 2026-06-14 | 41.2242 |
| 2026-06-21 | 40.8942 |
| 2026-06-28 | 40.3025 |
| 2026-07-05 | 41.5249 |
| 2026-07-12 | 40.5773 |
| 2026-07-19 | 41.1158 |
| 2026-07-26 | 41.3828 |
| 2026-08-02 | 40.7226 |
| 2026-08-09 | 40.7954 |
| 2026-08-16 | 40.9212 |
| 2026-08-24 | 41.2992 |
| 2026-08-31 | 41.8143 |
| 2026-09-07 | 42.2440 |
| 2026-09-14 | 42.3299 |
| 2026-09-21 | 41.5502 |
High
44.2409
Low
38.0517
Average
41.6180
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.