Skip to content

SZL to AOA exchange rate API

Lilangeni to Kwanza · quoted 2026-09-26

56.2941

▲ +10.24% over 5Y

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 5 years, SZL/AOA traded between 48.0665 and 57.5293, averaged 53.0341 and rose 10.24%. 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 5Y

SZL/AOA over 5Y: show the values
PointSZL/AOA
2024-08-2451.0650
2024-10-0752.4340
2024-11-0652.2031
2024-12-0651.0269
2025-01-0548.6997
2025-02-0449.0851
2025-03-0650.2667
2025-04-0648.0665
2025-05-0650.2543
2025-06-0751.3011
2025-07-0752.3061
2025-08-0651.2658
2025-09-0551.9336
2025-10-0653.2868
2025-11-0552.2537
2025-12-0554.1117
2026-01-0555.8796
2026-02-0457.4095
2026-03-0655.2111
2026-04-0554.4955
2026-05-0554.5472
2026-06-0655.4552
2026-07-0856.4792
2026-08-0756.0248
2026-09-0757.5293

High

57.5293

Low

48.0665

Average

53.0341

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.