ANG to ZMW exchange rate API
Netherlands Antillean Guilder to Zambian Kwacha · quoted 2026-09-26
10.8480
▼ +17.98% over 1Y
1 ANG = 10.8480 ZMW · 1 ZMW = 0.09218 ANG · Get this rate via the API
1 ANG buys 10.8480 ZMW as of 2026-09-26, so 1 ZMW buys 0.09218 ANG. Over the last year, ANG/ZMW traded between 9.7358 and 13.2267, averaged 11.1369 and fell 17.98%. The API holds daily ANG/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ANG/ZMW over 1Y: show the values
| Point | ANG/ZMW |
|---|---|
| 2025-09-26 | 13.2267 |
| 2025-10-03 | 13.2152 |
| 2025-10-10 | 12.5675 |
| 2025-10-17 | 12.5921 |
| 2025-10-24 | 12.3069 |
| 2025-10-31 | 12.3010 |
| 2025-11-07 | 12.6008 |
| 2025-11-14 | 12.5733 |
| 2025-11-21 | 12.7886 |
| 2025-11-28 | 12.7125 |
| 2025-12-05 | 12.8553 |
| 2025-12-13 | 12.8431 |
| 2025-12-20 | 12.5777 |
| 2025-12-27 | 12.5248 |
| 2026-01-03 | 12.2897 |
| 2026-01-10 | 10.8324 |
| 2026-01-17 | 11.2352 |
| 2026-01-24 | 10.8732 |
| 2026-01-31 | 10.9907 |
| 2026-02-07 | 10.4102 |
| 2026-02-14 | 10.1292 |
| 2026-02-21 | 10.5387 |
| 2026-02-28 | 10.5274 |
| 2026-03-07 | 10.7349 |
| 2026-03-14 | 10.8012 |
| 2026-03-21 | 10.8374 |
| 2026-03-28 | 10.5172 |
| 2026-04-04 | 10.7110 |
| 2026-04-15 | 10.6903 |
| 2026-04-22 | 10.6427 |
| 2026-04-29 | 10.5980 |
| 2026-05-06 | 10.5234 |
| 2026-05-14 | 10.5449 |
| 2026-05-21 | 10.5409 |
| 2026-05-29 | 10.3479 |
| 2026-06-05 | 9.7358 |
| 2026-06-14 | 9.7952 |
| 2026-06-21 | 9.9797 |
| 2026-06-28 | 10.1240 |
| 2026-07-05 | 10.2209 |
| 2026-07-12 | 10.0531 |
| 2026-07-19 | 10.1463 |
| 2026-07-26 | 10.3925 |
| 2026-08-02 | 10.4344 |
| 2026-08-09 | 10.4601 |
| 2026-08-16 | 10.5287 |
| 2026-08-24 | 10.5216 |
| 2026-08-31 | 10.5215 |
| 2026-09-07 | 10.6796 |
| 2026-09-14 | 10.7346 |
| 2026-09-21 | 10.9430 |
High
13.2267
Low
9.7358
Average
11.1369
Get this rate via the API
One GET request returns the ANG/ZMW 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=ANG¤cies=ZMW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ANG¤cies=ZMW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ANG¤cies=ZMW").json()Replace YOUR_API_KEY with the key from your dashboard.
ANG/ZMW API questions
How do I get the ANG/ZMW exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ANG¤cies=ZMW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ANG/ZMW rate in rates.ZMW.
How far back does ANG/ZMW historical data go?
Daily ANG/ZMW 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 ANG/ZMW 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.