Skip to content

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

ANG/ZMW over 1Y: show the values
PointANG/ZMW
2025-09-2613.2267
2025-10-0313.2152
2025-10-1012.5675
2025-10-1712.5921
2025-10-2412.3069
2025-10-3112.3010
2025-11-0712.6008
2025-11-1412.5733
2025-11-2112.7886
2025-11-2812.7125
2025-12-0512.8553
2025-12-1312.8431
2025-12-2012.5777
2025-12-2712.5248
2026-01-0312.2897
2026-01-1010.8324
2026-01-1711.2352
2026-01-2410.8732
2026-01-3110.9907
2026-02-0710.4102
2026-02-1410.1292
2026-02-2110.5387
2026-02-2810.5274
2026-03-0710.7349
2026-03-1410.8012
2026-03-2110.8374
2026-03-2810.5172
2026-04-0410.7110
2026-04-1510.6903
2026-04-2210.6427
2026-04-2910.5980
2026-05-0610.5234
2026-05-1410.5449
2026-05-2110.5409
2026-05-2910.3479
2026-06-059.7358
2026-06-149.7952
2026-06-219.9797
2026-06-2810.1240
2026-07-0510.2209
2026-07-1210.0531
2026-07-1910.1463
2026-07-2610.3925
2026-08-0210.4344
2026-08-0910.4601
2026-08-1610.5287
2026-08-2410.5216
2026-08-3110.5215
2026-09-0710.6796
2026-09-1410.7346
2026-09-2110.9430

High

13.2267

Low

9.7358

Average

11.1369

For developers

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

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