Skip to content

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

ZMW/ANG over 6M: show the values
PointZMW/ANG
2026-03-300.09528
2026-04-060.09341
2026-04-170.09359
2026-04-240.09558
2026-05-010.09582
2026-05-080.09365
2026-05-160.09514
2026-05-240.09510
2026-05-310.09741
2026-06-090.10158
2026-06-160.10221
2026-06-230.10094
2026-06-300.09905
2026-07-070.09805
2026-07-140.09974
2026-07-210.09854
2026-07-280.09711
2026-08-040.09573
2026-08-110.09610
2026-08-180.09516
2026-08-260.09434
2026-09-020.09410
2026-09-090.09310
2026-09-160.09193
2026-09-230.09247

High

0.10221

Low

0.09193

Average

0.09605

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.