Skip to content

ZMW to AOA exchange rate API

Zambian Kwacha to Kwanza · quoted 2026-09-25

46.8885

▲ +13.76% over YTD

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 year to date, ZMW/AOA traded between 41.2188 and 52.6474, averaged 48.3009 and rose 13.76%. 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 YTD

ZMW/AOA over YTD: show the values
PointZMW/AOA
2025-12-3141.2188
2026-01-0743.7324
2026-01-1446.9943
2026-01-2145.2511
2026-01-2846.1608
2026-02-0446.6566
2026-02-1148.0453
2026-02-1849.5706
2026-02-2548.3490
2026-03-0447.8050
2026-03-1147.3079
2026-03-1846.8635
2026-03-2548.3005
2026-04-0147.8095
2026-04-0847.1812
2026-04-1547.9243
2026-04-2248.1910
2026-04-2948.3942
2026-05-0648.7373
2026-05-1448.3665
2026-05-2148.3688
2026-05-2949.2593
2026-06-0552.3096
2026-06-1452.6474
2026-06-2152.2467
2026-06-2851.4894
2026-07-0550.3244
2026-07-1251.7265
2026-07-1951.3143
2026-07-2649.6813
2026-08-0248.8167
2026-08-0948.8039
2026-08-1648.4212
2026-08-2448.4297
2026-08-3148.2770
2026-09-0747.7721
2026-09-1447.4165
2026-09-2146.6801

High

52.6474

Low

41.2188

Average

48.3009

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.