Skip to content

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

SZL/AOA over 1Y: show the values
PointSZL/AOA
2025-09-2652.7800
2025-10-0352.9959
2025-10-1053.3503
2025-10-1752.8212
2025-10-2452.9416
2025-10-3153.1340
2025-11-0752.7999
2025-11-1454.0103
2025-11-2153.4152
2025-11-2853.3370
2025-12-0554.1117
2025-12-1354.2792
2025-12-2054.6201
2025-12-2755.1353
2026-01-0355.7815
2026-01-1055.5584
2026-01-1755.6828
2026-01-2456.6232
2026-01-3156.5105
2026-02-0757.1259
2026-02-1457.4054
2026-02-2157.2300
2026-02-2858.0849
2026-03-0755.5078
2026-03-1454.0853
2026-03-2153.6200
2026-03-2853.4371
2026-04-0453.9425
2026-04-1155.7955
2026-04-1856.1982
2026-04-2555.3193
2026-05-0255.1008
2026-05-0956.0769
2026-05-1755.6110
2026-05-2556.2830
2026-06-0156.5607
2026-06-1055.5224
2026-06-1756.7579
2026-06-2455.2070
2026-07-0155.7874
2026-07-0856.4792
2026-07-1556.1496
2026-07-2255.7398
2026-07-2954.8179
2026-08-0556.1782
2026-08-1256.7106
2026-08-2057.0400
2026-08-2757.3489
2026-09-0357.1881
2026-09-1057.2607
2026-09-1756.1258
2026-09-2456.0677

High

58.0849

Low

52.7800

Average

55.3575

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.