Skip to content

ANG to ZWL exchange rate API

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

37001.96

▲ +0.33% over 30D

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 last 30 days, ANG/ZWL traded between 179.8513 and 37248.95, averaged 35798.98 and rose 0.33%. 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 30D

ANG/ZWL over 30D: show the values
PointANG/ZWL
2026-08-2836878.55
2026-08-2936828.66
2026-08-3036855.08
2026-08-3136573.93
2026-09-0137034.76
2026-09-0237141.64
2026-09-0337114.46
2026-09-0437041.36
2026-09-0536926.25
2026-09-0636942.62
2026-09-0736821.62
2026-09-0837248.95
2026-09-0937128.29
2026-09-1037016.61
2026-09-1136955.30
2026-09-1237073.07
2026-09-1337076.40
2026-09-1436948.90
2026-09-1537174.78
2026-09-1637154.52
2026-09-1736841.00
2026-09-18179.85
2026-09-1937008.94
2026-09-2037059.78
2026-09-2136989.03
2026-09-2236936.44
2026-09-2336993.12
2026-09-2436888.50
2026-09-2536931.96
2026-09-2637001.96

High

37248.95

Low

179.8513

Average

35798.98

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.