Skip to content

QAR to SZL exchange rate API

Qatari Rial to Lilangeni · quoted 2026-09-26

4.4809

▼ +6.61% over 1Y

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 last year, QAR/SZL traded between 4.3760 and 4.7983, averaged 4.5570 and fell 6.61%. 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 1Y

QAR/SZL over 1Y: show the values
PointQAR/SZL
2025-09-264.7983
2025-10-034.7565
2025-10-104.7268
2025-10-174.7691
2025-10-244.7619
2025-10-314.7455
2025-11-074.7749
2025-11-144.6773
2025-11-214.7332
2025-11-284.7120
2025-12-054.6662
2025-12-134.6356
2025-12-204.6063
2025-12-274.5788
2026-01-034.5302
2026-01-104.5293
2026-01-174.5080
2026-01-244.4325
2026-01-314.4350
2026-02-074.4041
2026-02-144.3838
2026-02-214.4063
2026-02-284.3760
2026-03-074.5465
2026-03-144.6536
2026-03-214.7027
2026-03-284.6973
2026-04-044.6629
2026-04-114.5076
2026-04-184.4802
2026-04-254.5521
2026-05-024.5726
2026-05-094.4969
2026-05-174.5839
2026-05-254.4893
2026-06-014.4593
2026-06-104.5453
2026-06-174.4464
2026-06-244.5556
2026-07-014.5129
2026-07-084.4665
2026-07-154.4909
2026-07-224.5191
2026-07-294.5947
2026-08-054.4919
2026-08-124.4495
2026-08-204.4233
2026-08-274.3875
2026-09-034.4078
2026-09-104.4067
2026-09-174.4898
2026-09-244.5001

High

4.7983

Low

4.3760

Average

4.5570

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.