AED to SZL exchange rate API
UAE Dirham to Lilangeni · quoted 2026-09-25
4.4725
▼ +5.18% over 1Y
1 AED = 4.4725 SZL · 1 SZL = 0.22359 AED · Get this rate via the API
1 AED buys 4.4725 SZL as of 2026-09-25, so 1 SZL buys 0.22359 AED. Over the last year, AED/SZL traded between 4.3229 and 4.7457, averaged 4.5146 and fell 5.18%. The API holds daily AED/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AED/SZL over 1Y: show the values
| Point | AED/SZL |
|---|---|
| 2025-09-25 | 4.7167 |
| 2025-10-02 | 4.6853 |
| 2025-10-09 | 4.6732 |
| 2025-10-16 | 4.7131 |
| 2025-10-23 | 4.7457 |
| 2025-10-30 | 4.6758 |
| 2025-11-06 | 4.7369 |
| 2025-11-13 | 4.6569 |
| 2025-11-20 | 4.6835 |
| 2025-11-27 | 4.6641 |
| 2025-12-04 | 4.6437 |
| 2025-12-12 | 4.5957 |
| 2025-12-19 | 4.5570 |
| 2025-12-26 | 4.5320 |
| 2026-01-02 | 4.5043 |
| 2026-01-09 | 4.4996 |
| 2026-01-16 | 4.4507 |
| 2026-01-23 | 4.3867 |
| 2026-01-30 | 4.3229 |
| 2026-02-06 | 4.4225 |
| 2026-02-13 | 4.3441 |
| 2026-02-20 | 4.4034 |
| 2026-02-27 | 4.3347 |
| 2026-03-06 | 4.5142 |
| 2026-03-13 | 4.5583 |
| 2026-03-20 | 4.5616 |
| 2026-03-27 | 4.6498 |
| 2026-04-03 | 4.6109 |
| 2026-04-10 | 4.4459 |
| 2026-04-17 | 4.4677 |
| 2026-04-24 | 4.5329 |
| 2026-05-01 | 4.5356 |
| 2026-05-08 | 4.4552 |
| 2026-05-16 | 4.5454 |
| 2026-05-24 | 4.4848 |
| 2026-05-31 | 4.4212 |
| 2026-06-09 | 4.4897 |
| 2026-06-16 | 4.4136 |
| 2026-06-23 | 4.4692 |
| 2026-06-30 | 4.4806 |
| 2026-07-07 | 4.4193 |
| 2026-07-14 | 4.4856 |
| 2026-07-21 | 4.4923 |
| 2026-07-28 | 4.5689 |
| 2026-08-04 | 4.4956 |
| 2026-08-11 | 4.4076 |
| 2026-08-18 | 4.4219 |
| 2026-08-26 | 4.3390 |
| 2026-09-02 | 4.4038 |
| 2026-09-09 | 4.3562 |
| 2026-09-16 | 4.4180 |
| 2026-09-23 | 4.4095 |
High
4.7457
Low
4.3229
Average
4.5146
Get this rate via the API
One GET request returns the AED/SZL 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=AED¤cies=SZL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=SZL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=SZL").json()Replace YOUR_API_KEY with the key from your dashboard.
AED/SZL API questions
How do I get the AED/SZL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=SZL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AED/SZL rate in rates.SZL.
How far back does AED/SZL historical data go?
Daily AED/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 AED/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.