Skip to content

SZL to BRL exchange rate API

Lilangeni to Brazilian Real · quoted 2026-09-26

0.31789

▼ +3.67% over YTD

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 year to date, SZL/BRL traded between 0.29402 and 0.33000, averaged 0.31498 and fell 3.67%. 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 YTD

SZL/BRL over YTD: show the values
PointSZL/BRL
2025-12-310.33000
2026-01-070.32969
2026-01-140.32797
2026-01-210.32604
2026-01-280.32526
2026-02-040.32742
2026-02-110.32691
2026-02-180.32608
2026-02-250.32164
2026-03-040.31581
2026-03-110.31790
2026-03-180.31320
2026-03-250.30913
2026-04-010.30570
2026-04-080.30795
2026-04-150.30516
2026-04-220.30336
2026-04-290.30123
2026-05-060.29402
2026-05-140.30429
2026-05-210.30370
2026-05-290.31067
2026-06-050.30984
2026-06-140.31166
2026-06-210.31324
2026-06-280.31411
2026-07-050.31867
2026-07-120.31296
2026-07-190.30974
2026-07-260.30203
2026-08-020.30685
2026-08-090.31505
2026-08-160.32250
2026-08-240.32164
2026-08-310.31978
2026-09-070.32069
2026-09-140.31843
2026-09-210.31604

High

0.33000

Low

0.29402

Average

0.31498

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.