Skip to content

QAR to SZL exchange rate API

Qatari Rial to Lilangeni · quoted 2026-09-26

4.4809

▼ +1.74% over YTD

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

1 QAR buys 4.4809 SZL as of 2026-09-26, so 1 SZL buys 0.22317 QAR. Over the year to date, QAR/SZL traded between 4.3684 and 4.6506, averaged 4.4907 and fell 1.74%. The API holds daily QAR/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

QAR/SZL over YTD

QAR/SZL over YTD: show the values
PointQAR/SZL
2025-12-314.5602
2026-01-074.4927
2026-01-144.4967
2026-01-214.5057
2026-01-284.3698
2026-02-044.3803
2026-02-114.3684
2026-02-184.4003
2026-02-254.3806
2026-03-044.5407
2026-03-114.4688
2026-03-184.5825
2026-03-254.6506
2026-04-014.6369
2026-04-084.5335
2026-04-154.4905
2026-04-224.4956
2026-04-294.5427
2026-05-064.5787
2026-05-144.5114
2026-05-214.5338
2026-05-294.4615
2026-06-054.4865
2026-06-144.4741
2026-06-214.5185
2026-06-284.5259
2026-07-054.4580
2026-07-124.4867
2026-07-194.5337
2026-07-264.6249
2026-08-024.5455
2026-08-094.4343
2026-08-164.4450
2026-08-244.3987
2026-08-314.4430
2026-09-074.3914
2026-09-144.4489
2026-09-214.4576

High

4.6506

Low

4.3684

Average

4.4907

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR&currencies=SZL").json()

Replace YOUR_API_KEY with the key from your dashboard.

QAR/SZL API questions

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

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

How far back does QAR/SZL historical data go?

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