ZMW to ANG exchange rate API
Zambian Kwacha to Netherlands Antillean Guilder · quoted 2026-09-26
0.09218
▲ +21.93% over 1Y
1 ZMW = 0.09218 ANG · 1 ANG = 10.8480 ZMW · Get this rate via the API
1 ZMW buys 0.09218 ANG as of 2026-09-26, so 1 ANG buys 10.8480 ZMW. Over the last year, ZMW/ANG traded between 0.07560 and 0.10271, averaged 0.09051 and rose 21.93%. The API holds daily ZMW/ANG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ZMW/ANG over 1Y: show the values
| Point | ZMW/ANG |
|---|---|
| 2025-09-26 | 0.07560 |
| 2025-10-03 | 0.07567 |
| 2025-10-10 | 0.07957 |
| 2025-10-17 | 0.07941 |
| 2025-10-24 | 0.08125 |
| 2025-10-31 | 0.08129 |
| 2025-11-07 | 0.07936 |
| 2025-11-14 | 0.07953 |
| 2025-11-21 | 0.07819 |
| 2025-11-28 | 0.07866 |
| 2025-12-05 | 0.07779 |
| 2025-12-13 | 0.07786 |
| 2025-12-20 | 0.07951 |
| 2025-12-27 | 0.07984 |
| 2026-01-03 | 0.08137 |
| 2026-01-10 | 0.09231 |
| 2026-01-17 | 0.08901 |
| 2026-01-24 | 0.09197 |
| 2026-01-31 | 0.09099 |
| 2026-02-07 | 0.09606 |
| 2026-02-14 | 0.09872 |
| 2026-02-21 | 0.09489 |
| 2026-02-28 | 0.09499 |
| 2026-03-07 | 0.09315 |
| 2026-03-14 | 0.09258 |
| 2026-03-21 | 0.09227 |
| 2026-03-28 | 0.09508 |
| 2026-04-04 | 0.09336 |
| 2026-04-15 | 0.09354 |
| 2026-04-22 | 0.09396 |
| 2026-04-29 | 0.09436 |
| 2026-05-06 | 0.09503 |
| 2026-05-14 | 0.09483 |
| 2026-05-21 | 0.09487 |
| 2026-05-29 | 0.09664 |
| 2026-06-05 | 0.10271 |
| 2026-06-14 | 0.10209 |
| 2026-06-21 | 0.10020 |
| 2026-06-28 | 0.09878 |
| 2026-07-05 | 0.09784 |
| 2026-07-12 | 0.09947 |
| 2026-07-19 | 0.09856 |
| 2026-07-26 | 0.09622 |
| 2026-08-02 | 0.09584 |
| 2026-08-09 | 0.09560 |
| 2026-08-16 | 0.09498 |
| 2026-08-24 | 0.09504 |
| 2026-08-31 | 0.09504 |
| 2026-09-07 | 0.09364 |
| 2026-09-14 | 0.09316 |
| 2026-09-21 | 0.09138 |
High
0.10271
Low
0.07560
Average
0.09051
Get this rate via the API
One GET request returns the ZMW/ANG 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=ANG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=ANG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=ANG").json()Replace YOUR_API_KEY with the key from your dashboard.
ZMW/ANG API questions
How do I get the ZMW/ANG exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=ANG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/ANG rate in rates.ANG.
How far back does ZMW/ANG historical data go?
Daily ZMW/ANG 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/ANG 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.