Skip to content

BHD to ZWL exchange rate API

Bahraini Dinar to Zimbabwe Dollar · quoted 2026-09-26

177036.11

▲ +0.68% over 1Y

1 BHD = 177036.11 ZWL · 1 ZWL = 0.000006 BHD · Get this rate via the API

1 BHD buys 177036.11 ZWL as of 2026-09-26, so 1 ZWL buys 0.000006 BHD. Over the last year, BHD/ZWL traded between 850.7723 and 177861.22, averaged 154461.55 and rose 0.68%. The API holds daily BHD/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BHD/ZWL over 1Y

BHD/ZWL over 1Y: show the values
PointBHD/ZWL
2025-09-26175839.10
2025-10-03176376.67
2025-10-10176638.87
2025-10-17176131.68
2025-10-24175496.37
2025-10-31174661.39
2025-11-07173742.11
2025-11-14174050.19
2025-11-21174573.98
2025-11-28173150.56
2025-12-05172966.70
2025-12-13173471.58
2025-12-20173324.14
2025-12-27172960.89
2026-01-03172355.07
2026-01-10171214.55
2026-01-17170642.13
2026-01-24170257.01
2026-01-31170014.67
2026-02-07170134.91
2026-02-14169886.46
2026-02-21169768.13
2026-02-28171297.23
2026-03-07171171.54
2026-03-14169185.65
2026-03-21168042.81
2026-03-28853.32
2026-04-04168511.81
2026-04-11853.42
2026-04-18850.77
2026-04-25853.61
2026-05-02852.64
2026-05-09853.20
2026-05-17170789.53
2026-05-25173990.05
2026-06-01177861.22
2026-06-10176946.47
2026-06-17176501.28
2026-06-24177229.99
2026-07-01177392.41
2026-07-08177207.02
2026-07-15177163.58
2026-07-22177189.86
2026-07-29176675.43
2026-08-05176231.12
2026-08-12175883.45
2026-08-20176324.27
2026-08-27175258.06
2026-09-03176648.18
2026-09-10176469.72
2026-09-17176456.47
2026-09-24176224.66

High

177861.22

Low

850.7723

Average

154461.55

For developers

Get this rate via the API

One GET request returns the BHD/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=BHD&currencies=ZWL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD&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=BHD&currencies=ZWL").json()

Replace YOUR_API_KEY with the key from your dashboard.

BHD/ZWL API questions

How do I get the BHD/ZWL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD&currencies=ZWL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BHD/ZWL rate in rates.ZWL.

How far back does BHD/ZWL historical data go?

Daily BHD/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 BHD/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.