Skip to content

SCR to UGX exchange rate API

Seychelles Rupee to Uganda Shilling · quoted 2026-09-25

274.0757

▲ +13.93% over 1Y

1 SCR = 274.0757 UGX · 1 UGX = 0.003649 SCR · Get this rate via the API

1 SCR buys 274.0757 UGX as of 2026-09-25, so 1 UGX buys 0.003649 SCR. Over the last year, SCR/UGX traded between 233.5788 and 284.5799, averaged 254.3962 and rose 13.93%. The API holds daily SCR/UGX rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/UGX over 1Y

SCR/UGX over 1Y: show the values
PointSCR/UGX
2025-09-25240.5547
2025-10-02235.2573
2025-10-09233.5788
2025-10-16236.1747
2025-10-23251.8455
2025-10-30244.0376
2025-11-06245.1732
2025-11-13243.9360
2025-11-20255.0560
2025-11-27245.7576
2025-12-04246.6418
2025-12-12236.2235
2025-12-19259.9602
2025-12-26243.1125
2026-01-02238.7100
2026-01-09284.5799
2026-01-16235.2741
2026-01-23240.8899
2026-01-30248.4954
2026-02-06248.1286
2026-02-13246.5272
2026-02-20237.1676
2026-02-27263.3700
2026-03-06246.0840
2026-03-13250.9800
2026-03-20250.7786
2026-03-27257.0360
2026-04-03261.5809
2026-04-10242.4877
2026-04-17268.5794
2026-04-24270.7388
2026-05-01257.1618
2026-05-08270.9190
2026-05-16275.8682
2026-05-24253.9920
2026-05-31255.2933
2026-06-09272.1861
2026-06-16259.6568
2026-06-23256.2088
2026-06-30253.5580
2026-07-07249.7893
2026-07-14257.9312
2026-07-21260.9344
2026-07-28268.4710
2026-08-04257.9767
2026-08-11263.5964
2026-08-18255.7590
2026-08-26262.8103
2026-09-02261.1822
2026-09-09265.0238
2026-09-16273.2057
2026-09-23268.6809

High

284.5799

Low

233.5788

Average

254.3962

For developers

Get this rate via the API

One GET request returns the SCR/UGX 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=UGX"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=UGX");
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=UGX").json()

Replace YOUR_API_KEY with the key from your dashboard.

SCR/UGX API questions

How do I get the SCR/UGX exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=UGX, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/UGX rate in rates.UGX.

How far back does SCR/UGX historical data go?

Daily SCR/UGX 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/UGX 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.