Skip to content

ANG to ZWL exchange rate API

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

37001.96

▲ +5.36% over 6M

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 6 months, ANG/ZWL traded between 179.8996 and 37327.19, averaged 31191.80 and rose 5.36%. 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 6M

ANG/ZWL over 6M: show the values
PointANG/ZWL
2026-03-3135118.33
2026-04-0735353.13
2026-04-18179.90
2026-04-25179.90
2026-05-02179.90
2026-05-09179.90
2026-05-1735876.55
2026-05-2536636.70
2026-06-0137327.19
2026-06-1037144.22
2026-06-1737005.55
2026-06-2437124.14
2026-07-0137234.78
2026-07-0837085.61
2026-07-1537293.02
2026-07-2237168.01
2026-07-2937155.81
2026-08-0537023.02
2026-08-1236915.25
2026-08-2037204.73
2026-08-2736738.56
2026-09-0337114.46
2026-09-1037016.61
2026-09-1736841.00
2026-09-2436888.50

High

37327.19

Low

179.8996

Average

31191.80

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.