Skip to content

ZMW to AOA exchange rate API

Zambian Kwacha to Kwanza · quoted 2026-09-25

46.8885

▼ +2.75% over 30D

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 30 days, ZMW/AOA traded between 46.5209 and 48.2770, averaged 47.4625 and fell 2.75%. 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 30D

ZMW/AOA over 30D: show the values
PointZMW/AOA
2026-08-2648.2138
2026-08-2748.0789
2026-08-2848.2263
2026-08-2948.0889
2026-08-3048.1193
2026-08-3148.2770
2026-09-0147.9422
2026-09-0247.8922
2026-09-0347.9139
2026-09-0447.7988
2026-09-0547.7094
2026-09-0647.7135
2026-09-0747.7721
2026-09-0847.5911
2026-09-0947.5344
2026-09-1047.5884
2026-09-1147.4566
2026-09-1247.4728
2026-09-1348.0770
2026-09-1447.4165
2026-09-1547.2668
2026-09-1646.8835
2026-09-1746.7263
2026-09-1846.7823
2026-09-1946.5209
2026-09-2046.6693
2026-09-2146.6801
2026-09-2246.6995
2026-09-2346.9824
2026-09-2446.9303
2026-09-2546.8885

High

48.2770

Low

46.5209

Average

47.4625

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.