Skip to content

SZL to RWF exchange rate API

Lilangeni to Rwanda Franc · quoted 2026-09-26

90.4387

▲ +20.44% over 5Y

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 5 years, SZL/RWF traded between 73.6131 and 92.1002, averaged 82.7956 and rose 20.44%. 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 5Y

SZL/RWF over 5Y: show the values
PointSZL/RWF
2024-08-2475.0914
2024-10-0777.9433
2024-11-0677.6136
2024-12-0676.7446
2025-01-0573.6131
2025-02-0475.6597
2025-03-0676.7283
2025-04-0673.7891
2025-05-0677.3233
2025-06-0779.8334
2025-07-0781.5486
2025-08-0680.6765
2025-09-0581.6218
2025-10-0684.2275
2025-11-0582.6435
2025-12-0585.6136
2026-01-0588.2889
2026-02-0491.6304
2026-03-0688.0661
2026-04-0586.0465
2026-05-0586.7824
2026-06-0688.4293
2026-07-0890.3111
2026-08-0789.9198
2026-09-0792.1002

High

92.1002

Low

73.6131

Average

82.7956

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.