Skip to content

SZL to RWF exchange rate API

Lilangeni to Rwanda Franc · quoted 2026-09-26

90.4387

▲ +6.09% over 6M

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 6 months, SZL/RWF traded between 85.2498 and 92.1575, averaged 89.3790 and rose 6.09%. 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 6M

SZL/RWF over 6M: show the values
PointSZL/RWF
2026-03-3085.2498
2026-04-0686.0161
2026-04-1388.9866
2026-04-2089.1744
2026-04-2787.9350
2026-05-0487.7258
2026-05-1189.4177
2026-05-1987.8184
2026-05-2789.6962
2026-06-0389.9351
2026-06-1289.8910
2026-06-1989.2765
2026-06-2688.7670
2026-07-0390.2395
2026-07-1090.1788
2026-07-1789.4361
2026-07-2487.2073
2026-07-3188.8073
2026-08-0789.9198
2026-08-1490.8017
2026-08-2291.8355
2026-08-2991.0643
2026-09-0592.1575
2026-09-1290.9092
2026-09-1989.9097
2026-09-2690.4387

High

92.1575

Low

85.2498

Average

89.3790

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.