ZMW to ANG exchange rate API
Zambian Kwacha to Netherlands Antillean Guilder · quoted 2026-09-26
0.09218
▼ +3.25% over 6M
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 6 months, ZMW/ANG traded between 0.09193 and 0.10221, averaged 0.09605 and fell 3.25%. 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 6M: show the values
| Point | ZMW/ANG |
|---|---|
| 2026-03-30 | 0.09528 |
| 2026-04-06 | 0.09341 |
| 2026-04-17 | 0.09359 |
| 2026-04-24 | 0.09558 |
| 2026-05-01 | 0.09582 |
| 2026-05-08 | 0.09365 |
| 2026-05-16 | 0.09514 |
| 2026-05-24 | 0.09510 |
| 2026-05-31 | 0.09741 |
| 2026-06-09 | 0.10158 |
| 2026-06-16 | 0.10221 |
| 2026-06-23 | 0.10094 |
| 2026-06-30 | 0.09905 |
| 2026-07-07 | 0.09805 |
| 2026-07-14 | 0.09974 |
| 2026-07-21 | 0.09854 |
| 2026-07-28 | 0.09711 |
| 2026-08-04 | 0.09573 |
| 2026-08-11 | 0.09610 |
| 2026-08-18 | 0.09516 |
| 2026-08-26 | 0.09434 |
| 2026-09-02 | 0.09410 |
| 2026-09-09 | 0.09310 |
| 2026-09-16 | 0.09193 |
| 2026-09-23 | 0.09247 |
High
0.10221
Low
0.09193
Average
0.09605
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.