SZL to AOA exchange rate API
Lilangeni to Kwanza · quoted 2026-09-26
56.2941
▲ +6.66% over 1Y
1 SZL = 56.2941 AOA · 1 AOA = 0.01776 SZL · Get this rate via the API
1 SZL buys 56.2941 AOA as of 2026-09-26, so 1 AOA buys 0.01776 SZL. Over the last year, SZL/AOA traded between 52.7800 and 58.0849, averaged 55.3575 and rose 6.66%. The API holds daily SZL/AOA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SZL/AOA over 1Y: show the values
| Point | SZL/AOA |
|---|---|
| 2025-09-26 | 52.7800 |
| 2025-10-03 | 52.9959 |
| 2025-10-10 | 53.3503 |
| 2025-10-17 | 52.8212 |
| 2025-10-24 | 52.9416 |
| 2025-10-31 | 53.1340 |
| 2025-11-07 | 52.7999 |
| 2025-11-14 | 54.0103 |
| 2025-11-21 | 53.4152 |
| 2025-11-28 | 53.3370 |
| 2025-12-05 | 54.1117 |
| 2025-12-13 | 54.2792 |
| 2025-12-20 | 54.6201 |
| 2025-12-27 | 55.1353 |
| 2026-01-03 | 55.7815 |
| 2026-01-10 | 55.5584 |
| 2026-01-17 | 55.6828 |
| 2026-01-24 | 56.6232 |
| 2026-01-31 | 56.5105 |
| 2026-02-07 | 57.1259 |
| 2026-02-14 | 57.4054 |
| 2026-02-21 | 57.2300 |
| 2026-02-28 | 58.0849 |
| 2026-03-07 | 55.5078 |
| 2026-03-14 | 54.0853 |
| 2026-03-21 | 53.6200 |
| 2026-03-28 | 53.4371 |
| 2026-04-04 | 53.9425 |
| 2026-04-11 | 55.7955 |
| 2026-04-18 | 56.1982 |
| 2026-04-25 | 55.3193 |
| 2026-05-02 | 55.1008 |
| 2026-05-09 | 56.0769 |
| 2026-05-17 | 55.6110 |
| 2026-05-25 | 56.2830 |
| 2026-06-01 | 56.5607 |
| 2026-06-10 | 55.5224 |
| 2026-06-17 | 56.7579 |
| 2026-06-24 | 55.2070 |
| 2026-07-01 | 55.7874 |
| 2026-07-08 | 56.4792 |
| 2026-07-15 | 56.1496 |
| 2026-07-22 | 55.7398 |
| 2026-07-29 | 54.8179 |
| 2026-08-05 | 56.1782 |
| 2026-08-12 | 56.7106 |
| 2026-08-20 | 57.0400 |
| 2026-08-27 | 57.3489 |
| 2026-09-03 | 57.1881 |
| 2026-09-10 | 57.2607 |
| 2026-09-17 | 56.1258 |
| 2026-09-24 | 56.0677 |
High
58.0849
Low
52.7800
Average
55.3575
Get this rate via the API
One GET request returns the SZL/AOA 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=AOA"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=AOA");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=AOA").json()Replace YOUR_API_KEY with the key from your dashboard.
SZL/AOA API questions
How do I get the SZL/AOA exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=AOA, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SZL/AOA rate in rates.AOA.
How far back does SZL/AOA historical data go?
Daily SZL/AOA 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/AOA 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.