Skip to content

SZL to BRL exchange rate API

Lilangeni to Brazilian Real · quoted 2026-09-26

0.31789

▲ +3.60% over 1Y

1 SZL = 0.31789 BRL · 1 BRL = 3.1457 SZL · Get this rate via the API

1 SZL buys 0.31789 BRL as of 2026-09-26, so 1 BRL buys 3.1457 SZL. Over the last year, SZL/BRL traded between 0.29968 and 0.33261, averaged 0.31464 and rose 3.60%. The API holds daily SZL/BRL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/BRL over 1Y

SZL/BRL over 1Y: show the values
PointSZL/BRL
2025-09-260.30684
2025-10-030.30849
2025-10-100.31192
2025-10-170.31294
2025-10-240.31087
2025-10-310.31151
2025-11-070.30859
2025-11-140.31145
2025-11-210.31177
2025-11-280.31129
2025-12-050.31271
2025-12-130.32060
2025-12-200.33019
2025-12-270.33261
2026-01-030.32902
2026-01-100.32571
2026-01-170.32735
2026-01-240.32796
2026-01-310.32552
2026-02-070.32545
2026-02-140.32742
2026-02-210.32269
2026-02-280.32210
2026-03-070.31767
2026-03-140.31459
2026-03-210.31028
2026-03-280.30625
2026-04-040.30396
2026-04-110.30479
2026-04-180.30484
2026-04-250.30013
2026-05-020.29968
2026-05-090.30024
2026-05-170.30290
2026-05-250.30613
2026-06-010.30955
2026-06-100.31373
2026-06-170.31412
2026-06-240.31356
2026-07-010.31578
2026-07-080.31715
2026-07-150.31083
2026-07-220.30881
2026-07-290.30615
2026-08-050.31285
2026-08-120.31833
2026-08-200.32257
2026-08-270.32197
2026-09-030.31625
2026-09-100.31948
2026-09-170.31394
2026-09-240.31628

High

0.33261

Low

0.29968

Average

0.31464

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SZL/BRL API questions

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

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

How far back does SZL/BRL historical data go?

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