Skip to content

ANG to ZWL exchange rate API

Netherlands Antillean Guilder to Zimbabwe Dollar · quoted 2026-09-26

37001.96

▲ +2.75% over YTD

1 ANG = 37001.96 ZWL · 1 ZWL = 0.000027 ANG · Get this rate via the API

1 ANG buys 37001.96 ZWL as of 2026-09-26, so 1 ZWL buys 0.000027 ANG. Over the year to date, ANG/ZWL traded between 179.8419 and 37254.79, averaged 29845.46 and rose 2.75%. The API holds daily ANG/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ANG/ZWL over YTD

ANG/ZWL over YTD: show the values
PointANG/ZWL
2025-12-3136012.97
2026-01-0735869.74
2026-01-1435681.93
2026-01-2135551.49
2026-01-2835650.95
2026-02-0435679.56
2026-02-1135473.60
2026-02-1835532.04
2026-02-2535719.84
2026-03-0435723.30
2026-03-1135513.37
2026-03-1835175.71
2026-03-2535244.06
2026-04-0135196.99
2026-04-0835323.43
2026-04-19179.90
2026-04-26179.90
2026-05-03179.90
2026-05-10179.90
2026-05-18179.84
2026-05-2636536.35
2026-06-0237199.16
2026-06-1137137.91
2026-06-1837116.65
2026-06-2537254.79
2026-07-02179.85
2026-07-0937226.61
2026-07-1637108.24
2026-07-2337049.92
2026-07-3037208.90
2026-08-0636995.54
2026-08-1336836.38
2026-08-2136885.35
2026-08-2836878.55
2026-09-0437041.36
2026-09-1136955.30
2026-09-18179.85
2026-09-2536931.96

High

37254.79

Low

179.8419

Average

29845.46

For developers

Get this rate via the API

One GET request returns the ANG/ZWL 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=ZWL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ANG&currencies=ZWL");
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=ZWL").json()

Replace YOUR_API_KEY with the key from your dashboard.

ANG/ZWL API questions

How do I get the ANG/ZWL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ANG&currencies=ZWL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ANG/ZWL rate in rates.ZWL.

How far back does ANG/ZWL historical data go?

Daily ANG/ZWL 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/ZWL 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.