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: show the values
| Point | ANG/ZWL |
|---|---|
| 2026-03-31 | 35118.33 |
| 2026-04-07 | 35353.13 |
| 2026-04-18 | 179.90 |
| 2026-04-25 | 179.90 |
| 2026-05-02 | 179.90 |
| 2026-05-09 | 179.90 |
| 2026-05-17 | 35876.55 |
| 2026-05-25 | 36636.70 |
| 2026-06-01 | 37327.19 |
| 2026-06-10 | 37144.22 |
| 2026-06-17 | 37005.55 |
| 2026-06-24 | 37124.14 |
| 2026-07-01 | 37234.78 |
| 2026-07-08 | 37085.61 |
| 2026-07-15 | 37293.02 |
| 2026-07-22 | 37168.01 |
| 2026-07-29 | 37155.81 |
| 2026-08-05 | 37023.02 |
| 2026-08-12 | 36915.25 |
| 2026-08-20 | 37204.73 |
| 2026-08-27 | 36738.56 |
| 2026-09-03 | 37114.46 |
| 2026-09-10 | 37016.61 |
| 2026-09-17 | 36841.00 |
| 2026-09-24 | 36888.50 |
High
37327.19
Low
179.8996
Average
31191.80
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ANG¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ANG¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ANG¤cies=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¤cies=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.