Skip to content

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

ZMW/ANG over 1Y: show the values
PointZMW/ANG
2025-09-260.07560
2025-10-030.07567
2025-10-100.07957
2025-10-170.07941
2025-10-240.08125
2025-10-310.08129
2025-11-070.07936
2025-11-140.07953
2025-11-210.07819
2025-11-280.07866
2025-12-050.07779
2025-12-130.07786
2025-12-200.07951
2025-12-270.07984
2026-01-030.08137
2026-01-100.09231
2026-01-170.08901
2026-01-240.09197
2026-01-310.09099
2026-02-070.09606
2026-02-140.09872
2026-02-210.09489
2026-02-280.09499
2026-03-070.09315
2026-03-140.09258
2026-03-210.09227
2026-03-280.09508
2026-04-040.09336
2026-04-150.09354
2026-04-220.09396
2026-04-290.09436
2026-05-060.09503
2026-05-140.09483
2026-05-210.09487
2026-05-290.09664
2026-06-050.10271
2026-06-140.10209
2026-06-210.10020
2026-06-280.09878
2026-07-050.09784
2026-07-120.09947
2026-07-190.09856
2026-07-260.09622
2026-08-020.09584
2026-08-090.09560
2026-08-160.09498
2026-08-240.09504
2026-08-310.09504
2026-09-070.09364
2026-09-140.09316
2026-09-210.09138

High

0.10271

Low

0.07560

Average

0.09051

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=ANG"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=ANG");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=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&currencies=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.