Skip to content

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

BZD/ZWL over 1Y: show the values
PointBZD/ZWL
2025-09-2632915.14
2025-10-0333107.08
2025-10-1033034.66
2025-10-1733099.46
2025-10-2432957.55
2025-10-3132759.82
2025-11-0732619.59
2025-11-1432687.24
2025-11-2132767.12
2025-11-2832504.91
2025-12-0532454.96
2025-12-1332374.30
2025-12-2032348.70
2025-12-2732282.67
2026-01-0332167.51
2026-01-1031952.79
2026-01-1731848.43
2026-01-2431774.33
2026-01-3131460.24
2026-02-0731757.28
2026-02-1431703.89
2026-02-2131681.58
2026-02-2832033.21
2026-03-0731947.73
2026-03-1431621.60
2026-03-2131359.97
2026-03-28160.09
2026-04-0431452.00
2026-04-11160.18
2026-04-18160.11
2026-04-25160.36
2026-05-02160.07
2026-05-09160.12
2026-05-1731998.46
2026-05-2532716.92
2026-06-0133405.65
2026-06-1033214.47
2026-06-1733135.18
2026-06-2433250.19
2026-07-0133310.15
2026-07-0833231.97
2026-07-1533335.37
2026-07-2233239.14
2026-07-2933184.33
2026-08-0533092.77
2026-08-1233022.17
2026-08-2033177.16
2026-08-2732881.36
2026-09-0333164.41
2026-09-1033134.46
2026-09-1732949.09
2026-09-2432972.07

High

33405.65

Low

160.0691

Average

28926.27

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BZD&currencies=ZWL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BZD&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=BZD&currencies=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&currencies=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.