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: show the values
| Point | SCR/UGX |
|---|---|
| 2025-09-25 | 240.5547 |
| 2025-10-02 | 235.2573 |
| 2025-10-09 | 233.5788 |
| 2025-10-16 | 236.1747 |
| 2025-10-23 | 251.8455 |
| 2025-10-30 | 244.0376 |
| 2025-11-06 | 245.1732 |
| 2025-11-13 | 243.9360 |
| 2025-11-20 | 255.0560 |
| 2025-11-27 | 245.7576 |
| 2025-12-04 | 246.6418 |
| 2025-12-12 | 236.2235 |
| 2025-12-19 | 259.9602 |
| 2025-12-26 | 243.1125 |
| 2026-01-02 | 238.7100 |
| 2026-01-09 | 284.5799 |
| 2026-01-16 | 235.2741 |
| 2026-01-23 | 240.8899 |
| 2026-01-30 | 248.4954 |
| 2026-02-06 | 248.1286 |
| 2026-02-13 | 246.5272 |
| 2026-02-20 | 237.1676 |
| 2026-02-27 | 263.3700 |
| 2026-03-06 | 246.0840 |
| 2026-03-13 | 250.9800 |
| 2026-03-20 | 250.7786 |
| 2026-03-27 | 257.0360 |
| 2026-04-03 | 261.5809 |
| 2026-04-10 | 242.4877 |
| 2026-04-17 | 268.5794 |
| 2026-04-24 | 270.7388 |
| 2026-05-01 | 257.1618 |
| 2026-05-08 | 270.9190 |
| 2026-05-16 | 275.8682 |
| 2026-05-24 | 253.9920 |
| 2026-05-31 | 255.2933 |
| 2026-06-09 | 272.1861 |
| 2026-06-16 | 259.6568 |
| 2026-06-23 | 256.2088 |
| 2026-06-30 | 253.5580 |
| 2026-07-07 | 249.7893 |
| 2026-07-14 | 257.9312 |
| 2026-07-21 | 260.9344 |
| 2026-07-28 | 268.4710 |
| 2026-08-04 | 257.9767 |
| 2026-08-11 | 263.5964 |
| 2026-08-18 | 255.7590 |
| 2026-08-26 | 262.8103 |
| 2026-09-02 | 261.1822 |
| 2026-09-09 | 265.0238 |
| 2026-09-16 | 273.2057 |
| 2026-09-23 | 268.6809 |
High
284.5799
Low
233.5788
Average
254.3962
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=UGX"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=UGX");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=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¤cies=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.