BZD to ZWL exchange rate API
Belize Dollar to Zimbabwe Dollar · quoted 2026-09-26
33042.06
▲ +0.39% over 1Y
1 BZD = 33042.06 ZWL · 1 ZWL = 0.000030 BZD · Get this rate via the API
1 BZD buys 33042.06 ZWL as of 2026-09-26, so 1 ZWL buys 0.000030 BZD. Over the last year, BZD/ZWL traded between 160.0691 and 33405.65, averaged 28926.27 and rose 0.39%. The API holds daily BZD/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BZD/ZWL over 1Y: show the values
| Point | BZD/ZWL |
|---|---|
| 2025-09-26 | 32915.14 |
| 2025-10-03 | 33107.08 |
| 2025-10-10 | 33034.66 |
| 2025-10-17 | 33099.46 |
| 2025-10-24 | 32957.55 |
| 2025-10-31 | 32759.82 |
| 2025-11-07 | 32619.59 |
| 2025-11-14 | 32687.24 |
| 2025-11-21 | 32767.12 |
| 2025-11-28 | 32504.91 |
| 2025-12-05 | 32454.96 |
| 2025-12-13 | 32374.30 |
| 2025-12-20 | 32348.70 |
| 2025-12-27 | 32282.67 |
| 2026-01-03 | 32167.51 |
| 2026-01-10 | 31952.79 |
| 2026-01-17 | 31848.43 |
| 2026-01-24 | 31774.33 |
| 2026-01-31 | 31460.24 |
| 2026-02-07 | 31757.28 |
| 2026-02-14 | 31703.89 |
| 2026-02-21 | 31681.58 |
| 2026-02-28 | 32033.21 |
| 2026-03-07 | 31947.73 |
| 2026-03-14 | 31621.60 |
| 2026-03-21 | 31359.97 |
| 2026-03-28 | 160.09 |
| 2026-04-04 | 31452.00 |
| 2026-04-11 | 160.18 |
| 2026-04-18 | 160.11 |
| 2026-04-25 | 160.36 |
| 2026-05-02 | 160.07 |
| 2026-05-09 | 160.12 |
| 2026-05-17 | 31998.46 |
| 2026-05-25 | 32716.92 |
| 2026-06-01 | 33405.65 |
| 2026-06-10 | 33214.47 |
| 2026-06-17 | 33135.18 |
| 2026-06-24 | 33250.19 |
| 2026-07-01 | 33310.15 |
| 2026-07-08 | 33231.97 |
| 2026-07-15 | 33335.37 |
| 2026-07-22 | 33239.14 |
| 2026-07-29 | 33184.33 |
| 2026-08-05 | 33092.77 |
| 2026-08-12 | 33022.17 |
| 2026-08-20 | 33177.16 |
| 2026-08-27 | 32881.36 |
| 2026-09-03 | 33164.41 |
| 2026-09-10 | 33134.46 |
| 2026-09-17 | 32949.09 |
| 2026-09-24 | 32972.07 |
High
33405.65
Low
160.0691
Average
28926.27
Get this rate via the API
One GET request returns the BZD/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=BZD¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BZD¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BZD¤cies=ZWL").json()Replace YOUR_API_KEY with the key from your dashboard.
BZD/ZWL API questions
How do I get the BZD/ZWL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BZD¤cies=ZWL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BZD/ZWL rate in rates.ZWL.
How far back does BZD/ZWL historical data go?
Daily BZD/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 BZD/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.