Skip to content

SZL to QAR exchange rate API

Lilangeni to Qatari Rial · quoted 2026-09-26

0.22317

▲ +7.08% over 1Y

1 SZL = 0.22317 QAR · 1 QAR = 4.4809 SZL · Get this rate via the API

1 SZL buys 0.22317 QAR as of 2026-09-26, so 1 QAR buys 4.4809 SZL. Over the last year, SZL/QAR traded between 0.20841 and 0.22852, averaged 0.21959 and rose 7.08%. The API holds daily SZL/QAR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/QAR over 1Y

SZL/QAR over 1Y: show the values
PointSZL/QAR
2025-09-260.20841
2025-10-030.21024
2025-10-100.21156
2025-10-170.20968
2025-10-240.21000
2025-10-310.21073
2025-11-070.20943
2025-11-140.21380
2025-11-210.21127
2025-11-280.21222
2025-12-050.21431
2025-12-130.21572
2025-12-200.21709
2025-12-270.21840
2026-01-030.22074
2026-01-100.22078
2026-01-170.22183
2026-01-240.22561
2026-01-310.22548
2026-02-070.22706
2026-02-140.22811
2026-02-210.22695
2026-02-280.22852
2026-03-070.21995
2026-03-140.21489
2026-03-210.21264
2026-03-280.21289
2026-04-040.21446
2026-04-110.22184
2026-04-180.22320
2026-04-250.21968
2026-05-020.21869
2026-05-090.22237
2026-05-170.21815
2026-05-250.22275
2026-06-010.22425
2026-06-100.22001
2026-06-170.22490
2026-06-240.21951
2026-07-010.22158
2026-07-080.22389
2026-07-150.22267
2026-07-220.22128
2026-07-290.21764
2026-08-050.22262
2026-08-120.22475
2026-08-200.22608
2026-08-270.22792
2026-09-030.22687
2026-09-100.22692
2026-09-170.22273
2026-09-240.22222

High

0.22852

Low

0.20841

Average

0.21959

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SZL/QAR API questions

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

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

How far back does SZL/QAR historical data go?

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