Skip to content

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

SCR/SDG over YTD: show the values
PointSCR/SDG
2025-12-3141.0523
2026-01-0742.7886
2026-01-1441.3117
2026-01-2142.3330
2026-01-2840.9091
2026-02-0440.1535
2026-02-1140.0842
2026-02-1841.6486
2026-02-2539.9369
2026-03-0443.7513
2026-03-1144.2409
2026-03-1842.0993
2026-03-2541.2955
2026-04-0138.0517
2026-04-0842.9537
2026-04-1542.5871
2026-04-2240.7608
2026-04-2943.9447
2026-05-0643.4447
2026-05-1442.0011
2026-05-2141.7544
2026-05-2942.1333
2026-06-0542.8962
2026-06-1441.2242
2026-06-2140.8942
2026-06-2840.3025
2026-07-0541.5249
2026-07-1240.5773
2026-07-1941.1158
2026-07-2641.3828
2026-08-0240.7226
2026-08-0940.7954
2026-08-1640.9212
2026-08-2441.2992
2026-08-3141.8143
2026-09-0742.2440
2026-09-1442.3299
2026-09-2141.5502

High

44.2409

Low

38.0517

Average

41.6180

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.