Skip to content

SZL to AOA exchange rate API

Lilangeni to Kwanza · quoted 2026-09-26

56.2941

▲ +4.94% over 6M

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 6 months, SZL/AOA traded between 53.6450 and 57.5441, averaged 55.9318 and rose 4.94%. 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 6M

SZL/AOA over 6M: show the values
PointSZL/AOA
2026-03-3053.6450
2026-04-0654.1370
2026-04-1355.9612
2026-04-2055.8376
2026-04-2755.3193
2026-05-0455.1024
2026-05-1156.1428
2026-05-1955.1720
2026-05-2756.1785
2026-06-0356.4551
2026-06-1256.3904
2026-06-1955.5700
2026-06-2655.5255
2026-07-0356.5152
2026-07-1056.3441
2026-07-1755.7758
2026-07-2454.3804
2026-07-3155.5611
2026-08-0756.0248
2026-08-1456.5938
2026-08-2257.3529
2026-08-2956.7438
2026-09-0557.5441
2026-09-1256.9248
2026-09-1956.3741
2026-09-2656.2941

High

57.5441

Low

53.6450

Average

55.9318

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=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&currencies=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.