Skip to content

ZMW to AOA exchange rate API

Zambian Kwacha to Kwanza · quoted 2026-09-25

46.8885

▲ +20.49% over 1Y

1 ZMW = 46.8885 AOA · 1 AOA = 0.02133 ZMW · Get this rate via the API

1 ZMW buys 46.8885 AOA as of 2026-09-25, so 1 AOA buys 0.02133 ZMW. Over the last year, ZMW/AOA traded between 38.2402 and 51.9010, averaged 46.1659 and rose 20.49%. The API holds daily ZMW/AOA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/AOA over 1Y

ZMW/AOA over 1Y: show the values
PointZMW/AOA
2025-09-2538.9147
2025-10-0238.2402
2025-10-0938.6539
2025-10-1640.3951
2025-10-2340.9744
2025-10-3041.6155
2025-11-0640.5396
2025-11-1340.5413
2025-11-2040.3778
2025-11-2740.3858
2025-12-0439.7543
2025-12-1240.0239
2025-12-1940.3365
2025-12-2640.5887
2026-01-0241.3995
2026-01-0946.3053
2026-01-1646.1742
2026-01-2346.2065
2026-01-3046.1252
2026-02-0649.0744
2026-02-1349.7510
2026-02-2048.2435
2026-02-2748.5695
2026-03-0647.3371
2026-03-1347.1056
2026-03-2046.9336
2026-03-2748.5633
2026-04-0347.6707
2026-04-1048.1331
2026-04-1747.9482
2026-04-2449.0206
2026-05-0149.1462
2026-05-0848.0334
2026-05-1648.6797
2026-05-2448.5536
2026-05-3150.3826
2026-06-0951.8099
2026-06-1651.9010
2026-06-2351.3227
2026-06-3050.5211
2026-07-0750.0013
2026-07-1450.7033
2026-07-2150.0822
2026-07-2849.3845
2026-08-0448.6823
2026-08-1148.8178
2026-08-1848.4721
2026-08-2648.2138
2026-09-0247.8922
2026-09-0947.5344
2026-09-1646.8835
2026-09-2346.9824

High

51.9010

Low

38.2402

Average

46.1659

For developers

Get this rate via the API

One GET request returns the ZMW/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=ZMW&currencies=AOA"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&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=ZMW&currencies=AOA").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/AOA API questions

How do I get the ZMW/AOA exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=AOA, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/AOA rate in rates.AOA.

How far back does ZMW/AOA historical data go?

Daily ZMW/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 ZMW/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.