Skip to content

ZMW to AOA exchange rate API

Zambian Kwacha to Kwanza · quoted 2026-09-25

46.8885

▲ +34.96% over 5Y

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 5 years, ZMW/AOA traded between 32.0428 and 52.1990, averaged 40.2995 and rose 34.96%. 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 5Y

ZMW/AOA over 5Y: show the values
PointZMW/AOA
2024-08-2434.7432
2024-10-0734.5813
2024-11-0634.2036
2024-12-0633.9786
2025-01-0532.5223
2025-02-0432.9672
2025-03-0632.0428
2025-04-0632.9249
2025-05-0633.1364
2025-06-0734.2434
2025-07-0737.8859
2025-08-0639.6148
2025-09-0538.4730
2025-10-0638.6519
2025-11-0540.8099
2025-12-0539.7026
2026-01-0541.7364
2026-02-0446.6566
2026-03-0647.3371
2026-04-0548.0809
2026-05-0549.0084
2026-06-0652.1990
2026-07-0849.6323
2026-08-0747.9941
2026-09-0747.7721

High

52.1990

Low

32.0428

Average

40.2995

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.