Skip to content

SCR to RWF exchange rate API

Seychelles Rupee to Rwanda Franc · quoted 2026-09-24

104.2661

▲ +6.14% over 1Y

1 SCR = 104.2661 RWF · 1 RWF = 0.009591 SCR · Get this rate via the API

1 SCR buys 104.2661 RWF as of 2026-09-24, so 1 RWF buys 0.009591 SCR. Over the last year, SCR/RWF traded between 96.3704 and 108.2601, averaged 102.4111 and rose 6.14%. The API holds daily SCR/RWF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/RWF over 1Y

SCR/RWF over 1Y: show the values
PointSCR/RWF
2025-09-2498.2317
2025-10-0199.1241
2025-10-0899.6141
2025-10-15106.1263
2025-10-22100.5610
2025-10-29100.7262
2025-11-0596.8890
2025-11-12102.5222
2025-11-19102.7710
2025-11-26102.1090
2025-12-03100.9283
2025-12-11102.2141
2025-12-1899.4069
2025-12-25100.7046
2026-01-0196.3704
2026-01-08104.7721
2026-01-15101.9316
2026-01-22101.7745
2026-01-29102.2627
2026-02-0599.4643
2026-02-12106.5735
2026-02-19106.9303
2026-02-26105.4361
2026-03-0599.3298
2026-03-1298.6033
2026-03-1996.4225
2026-03-26105.2868
2026-04-02100.5490
2026-04-09102.7978
2026-04-16101.5895
2026-04-23107.0674
2026-04-30106.0778
2026-05-07105.2442
2026-05-15107.4331
2026-05-23106.2805
2026-05-30101.0503
2026-06-06108.2601
2026-06-15102.2137
2026-06-22101.9147
2026-06-29100.9799
2026-07-06102.5817
2026-07-13100.5916
2026-07-20104.9819
2026-07-27104.2475
2026-08-03101.8171
2026-08-10101.0631
2026-08-17103.2956
2026-08-25102.8577
2026-09-01103.8306
2026-09-08103.4251
2026-09-15104.1324
2026-09-22102.1533

High

108.2601

Low

96.3704

Average

102.4111

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/RWF API questions

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

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

How far back does SCR/RWF historical data go?

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