Skip to content

ANG to ZWL exchange rate API

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

37001.96

▼ +0.13% over 1Y

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 year, ANG/ZWL traded between 179.8419 and 37430.74, averaged 33011.20 and fell 0.13%. 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 1Y

ANG/ZWL over 1Y: show the values
PointANG/ZWL
2025-09-2737051.90
2025-10-0437077.96
2025-10-1137174.05
2025-10-1836972.83
2025-10-2536910.86
2025-11-0136533.36
2025-11-0836612.83
2025-11-1536498.87
2025-11-2236471.26
2025-11-2936344.12
2025-12-0636269.79
2025-12-1436296.19
2025-12-2136263.14
2025-12-2836184.54
2026-01-0436061.27
2026-01-1135875.74
2026-01-1835703.29
2026-01-2535621.90
2026-02-0135572.99
2026-02-0835599.60
2026-02-1535609.64
2026-02-2235505.69
2026-03-0135905.89
2026-03-0835812.02
2026-03-1535399.91
2026-03-2235227.25
2026-03-2935280.21
2026-04-0535258.82
2026-04-16179.90
2026-04-23179.90
2026-04-30179.90
2026-05-07179.90
2026-05-15179.84
2026-05-2336644.92
2026-05-3037430.74
2026-06-0637197.91
2026-06-1537141.07
2026-06-2237139.60
2026-06-2937147.77
2026-07-0637166.97
2026-07-1336938.02
2026-07-2037062.10
2026-07-2737027.92
2026-08-0337167.60
2026-08-1037015.89
2026-08-1736927.73
2026-08-2537181.70
2026-09-0137034.76
2026-09-0837248.95
2026-09-1537174.78
2026-09-2236936.44

High

37430.74

Low

179.8419

Average

33011.20

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.