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: show the values
| Point | SZL/QAR |
|---|---|
| 2025-09-26 | 0.20841 |
| 2025-10-03 | 0.21024 |
| 2025-10-10 | 0.21156 |
| 2025-10-17 | 0.20968 |
| 2025-10-24 | 0.21000 |
| 2025-10-31 | 0.21073 |
| 2025-11-07 | 0.20943 |
| 2025-11-14 | 0.21380 |
| 2025-11-21 | 0.21127 |
| 2025-11-28 | 0.21222 |
| 2025-12-05 | 0.21431 |
| 2025-12-13 | 0.21572 |
| 2025-12-20 | 0.21709 |
| 2025-12-27 | 0.21840 |
| 2026-01-03 | 0.22074 |
| 2026-01-10 | 0.22078 |
| 2026-01-17 | 0.22183 |
| 2026-01-24 | 0.22561 |
| 2026-01-31 | 0.22548 |
| 2026-02-07 | 0.22706 |
| 2026-02-14 | 0.22811 |
| 2026-02-21 | 0.22695 |
| 2026-02-28 | 0.22852 |
| 2026-03-07 | 0.21995 |
| 2026-03-14 | 0.21489 |
| 2026-03-21 | 0.21264 |
| 2026-03-28 | 0.21289 |
| 2026-04-04 | 0.21446 |
| 2026-04-11 | 0.22184 |
| 2026-04-18 | 0.22320 |
| 2026-04-25 | 0.21968 |
| 2026-05-02 | 0.21869 |
| 2026-05-09 | 0.22237 |
| 2026-05-17 | 0.21815 |
| 2026-05-25 | 0.22275 |
| 2026-06-01 | 0.22425 |
| 2026-06-10 | 0.22001 |
| 2026-06-17 | 0.22490 |
| 2026-06-24 | 0.21951 |
| 2026-07-01 | 0.22158 |
| 2026-07-08 | 0.22389 |
| 2026-07-15 | 0.22267 |
| 2026-07-22 | 0.22128 |
| 2026-07-29 | 0.21764 |
| 2026-08-05 | 0.22262 |
| 2026-08-12 | 0.22475 |
| 2026-08-20 | 0.22608 |
| 2026-08-27 | 0.22792 |
| 2026-09-03 | 0.22687 |
| 2026-09-10 | 0.22692 |
| 2026-09-17 | 0.22273 |
| 2026-09-24 | 0.22222 |
High
0.22852
Low
0.20841
Average
0.21959
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=QAR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=QAR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=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¤cies=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.