Skip to content

SZL to RWF exchange rate API

Lilangeni to Rwanda Franc · quoted 2026-09-26

90.4387

▼ +1.95% over 30D

1 SZL = 90.4387 RWF · 1 RWF = 0.01106 SZL · Get this rate via the API

1 SZL buys 90.4387 RWF as of 2026-09-26, so 1 RWF buys 0.01106 SZL. Over the last 30 days, SZL/RWF traded between 89.8426 and 92.2542, averaged 91.1001 and fell 1.95%. The API holds daily SZL/RWF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/RWF over 30D

SZL/RWF over 30D: show the values
PointSZL/RWF
2026-08-2792.2339
2026-08-2891.9246
2026-08-2991.0643
2026-08-3091.0031
2026-08-3190.9485
2026-09-0191.3868
2026-09-0291.1431
2026-09-0391.7595
2026-09-0492.0528
2026-09-0592.1575
2026-09-0692.2542
2026-09-0792.1002
2026-09-0892.0851
2026-09-0991.9144
2026-09-1091.8761
2026-09-1190.9436
2026-09-1290.9092
2026-09-1391.3386
2026-09-1490.8380
2026-09-1590.4995
2026-09-1690.7464
2026-09-1789.9911
2026-09-1890.4292
2026-09-1989.9097
2026-09-2090.5475
2026-09-2190.4322
2026-09-2290.5566
2026-09-2391.0631
2026-09-2490.3739
2026-09-2589.8426
2026-09-2690.4387

High

92.2542

Low

89.8426

Average

91.1001

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SZL/RWF API questions

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

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

How far back does SZL/RWF historical data go?

Daily SZL/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 SZL/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.