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: show the values
| Point | ZMW/AOA |
|---|---|
| 2025-09-25 | 38.9147 |
| 2025-10-02 | 38.2402 |
| 2025-10-09 | 38.6539 |
| 2025-10-16 | 40.3951 |
| 2025-10-23 | 40.9744 |
| 2025-10-30 | 41.6155 |
| 2025-11-06 | 40.5396 |
| 2025-11-13 | 40.5413 |
| 2025-11-20 | 40.3778 |
| 2025-11-27 | 40.3858 |
| 2025-12-04 | 39.7543 |
| 2025-12-12 | 40.0239 |
| 2025-12-19 | 40.3365 |
| 2025-12-26 | 40.5887 |
| 2026-01-02 | 41.3995 |
| 2026-01-09 | 46.3053 |
| 2026-01-16 | 46.1742 |
| 2026-01-23 | 46.2065 |
| 2026-01-30 | 46.1252 |
| 2026-02-06 | 49.0744 |
| 2026-02-13 | 49.7510 |
| 2026-02-20 | 48.2435 |
| 2026-02-27 | 48.5695 |
| 2026-03-06 | 47.3371 |
| 2026-03-13 | 47.1056 |
| 2026-03-20 | 46.9336 |
| 2026-03-27 | 48.5633 |
| 2026-04-03 | 47.6707 |
| 2026-04-10 | 48.1331 |
| 2026-04-17 | 47.9482 |
| 2026-04-24 | 49.0206 |
| 2026-05-01 | 49.1462 |
| 2026-05-08 | 48.0334 |
| 2026-05-16 | 48.6797 |
| 2026-05-24 | 48.5536 |
| 2026-05-31 | 50.3826 |
| 2026-06-09 | 51.8099 |
| 2026-06-16 | 51.9010 |
| 2026-06-23 | 51.3227 |
| 2026-06-30 | 50.5211 |
| 2026-07-07 | 50.0013 |
| 2026-07-14 | 50.7033 |
| 2026-07-21 | 50.0822 |
| 2026-07-28 | 49.3845 |
| 2026-08-04 | 48.6823 |
| 2026-08-11 | 48.8178 |
| 2026-08-18 | 48.4721 |
| 2026-08-26 | 48.2138 |
| 2026-09-02 | 47.8922 |
| 2026-09-09 | 47.5344 |
| 2026-09-16 | 46.8835 |
| 2026-09-23 | 46.9824 |
High
51.9010
Low
38.2402
Average
46.1659
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.