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: show the values
| Point | ZMW/AOA |
|---|---|
| 2025-12-31 | 41.2188 |
| 2026-01-07 | 43.7324 |
| 2026-01-14 | 46.9943 |
| 2026-01-21 | 45.2511 |
| 2026-01-28 | 46.1608 |
| 2026-02-04 | 46.6566 |
| 2026-02-11 | 48.0453 |
| 2026-02-18 | 49.5706 |
| 2026-02-25 | 48.3490 |
| 2026-03-04 | 47.8050 |
| 2026-03-11 | 47.3079 |
| 2026-03-18 | 46.8635 |
| 2026-03-25 | 48.3005 |
| 2026-04-01 | 47.8095 |
| 2026-04-08 | 47.1812 |
| 2026-04-15 | 47.9243 |
| 2026-04-22 | 48.1910 |
| 2026-04-29 | 48.3942 |
| 2026-05-06 | 48.7373 |
| 2026-05-14 | 48.3665 |
| 2026-05-21 | 48.3688 |
| 2026-05-29 | 49.2593 |
| 2026-06-05 | 52.3096 |
| 2026-06-14 | 52.6474 |
| 2026-06-21 | 52.2467 |
| 2026-06-28 | 51.4894 |
| 2026-07-05 | 50.3244 |
| 2026-07-12 | 51.7265 |
| 2026-07-19 | 51.3143 |
| 2026-07-26 | 49.6813 |
| 2026-08-02 | 48.8167 |
| 2026-08-09 | 48.8039 |
| 2026-08-16 | 48.4212 |
| 2026-08-24 | 48.4297 |
| 2026-08-31 | 48.2770 |
| 2026-09-07 | 47.7721 |
| 2026-09-14 | 47.4165 |
| 2026-09-21 | 46.6801 |
High
52.6474
Low
41.2188
Average
48.3009
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=AOA"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=AOA");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=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¤cies=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.