Skip to content

SZL to RWF exchange rate API

Lilangeni to Rwanda Franc · quoted 2026-09-26

90.4387

▲ +3.24% over YTD

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 year to date, SZL/RWF traded between 86.2587 and 92.1002, averaged 89.5591 and rose 3.24%. 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 YTD

SZL/RWF over YTD: show the values
PointSZL/RWF
2025-12-3187.6032
2026-01-0789.0824
2026-01-1489.0715
2026-01-2188.8462
2026-01-2891.3156
2026-02-0491.6304
2026-02-1191.5566
2026-02-1891.0255
2026-02-2591.5555
2026-03-0488.3799
2026-03-1189.8099
2026-03-1887.5001
2026-03-2586.2587
2026-04-0186.5381
2026-04-0888.3938
2026-04-1589.4573
2026-04-2289.2779
2026-04-2988.2467
2026-05-0687.3884
2026-05-1489.0120
2026-05-2188.6334
2026-05-2990.1504
2026-06-0589.6766
2026-06-1489.9743
2026-06-2189.1039
2026-06-2888.9985
2026-07-0590.4208
2026-07-1289.8737
2026-07-1989.0788
2026-07-2687.3001
2026-08-0288.8445
2026-08-0991.1182
2026-08-1690.9274
2026-08-2491.9987
2026-08-3190.9485
2026-09-0792.1002
2026-09-1490.8380
2026-09-2190.4322

High

92.1002

Low

86.2587

Average

89.5591

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.