Skip to content

SZL to RWF exchange rate API

Lilangeni to Rwanda Franc · quoted 2026-09-26

90.4387

▲ +8.47% over 1Y

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 year, SZL/RWF traded between 83.3797 and 92.2339, averaged 88.1311 and rose 8.47%. 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 1Y

SZL/RWF over 1Y: show the values
PointSZL/RWF
2025-09-2683.3797
2025-10-0383.6890
2025-10-1084.5634
2025-10-1783.5002
2025-10-2483.6391
2025-10-3184.0358
2025-11-0783.5447
2025-11-1485.2645
2025-11-2184.3476
2025-11-2884.7165
2025-12-0585.6136
2025-12-1386.0904
2025-12-2086.8435
2025-12-2787.3902
2026-01-0388.1544
2026-01-1088.3247
2026-01-1788.8440
2026-01-2490.2806
2026-01-3190.0235
2026-02-0790.8031
2026-02-1491.1704
2026-02-2190.8364
2026-02-2891.4340
2026-03-0788.0988
2026-03-1486.1596
2026-03-2185.2089
2026-03-2885.1380
2026-04-0486.0521
2026-04-1188.8650
2026-04-1889.4396
2026-04-2587.9350
2026-05-0287.7231
2026-05-0989.2161
2026-05-1787.6952
2026-05-2589.4158
2026-06-0190.3055
2026-06-1088.6760
2026-06-1791.1291
2026-06-2488.5460
2026-07-0189.2330
2026-07-0890.3111
2026-07-1589.7796
2026-07-2289.4607
2026-07-2987.6931
2026-08-0589.7474
2026-08-1290.8826
2026-08-2091.0746
2026-08-2792.2339
2026-09-0391.7595
2026-09-1091.8761
2026-09-1789.9911
2026-09-2490.3739

High

92.2339

Low

83.3797

Average

88.1311

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.