Skip to content

BHD to ZWL exchange rate API

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

177036.11

▲ +3.04% over YTD

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 year to date, BHD/ZWL traded between 850.4582 and 177883.48, averaged 155517.60 and rose 3.04%. 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 YTD

BHD/ZWL over YTD: show the values
PointBHD/ZWL
2025-12-31171808.66
2026-01-07171140.78
2026-01-14170223.79
2026-01-21169483.78
2026-01-28169349.55
2026-02-04169569.46
2026-02-11169193.21
2026-02-18169192.72
2026-02-25170130.76
2026-03-04170194.57
2026-03-11169090.74
2026-03-18166703.76
2026-03-25166892.32
2026-04-01165868.15
2026-04-08166655.71
2026-04-15851.26
2026-04-22851.58
2026-04-29850.97
2026-05-06850.46
2026-05-14170291.19
2026-05-21173314.19
2026-05-29177730.49
2026-06-05177722.10
2026-06-14177422.12
2026-06-21177371.06
2026-06-28177729.32
2026-07-05177883.48
2026-07-12176983.05
2026-07-19176996.59
2026-07-26176688.82
2026-08-02177009.29
2026-08-09176694.14
2026-08-16176087.39
2026-08-24176087.35
2026-08-31175199.67
2026-09-07175604.44
2026-09-14176222.55
2026-09-21176211.01

High

177883.48

Low

850.4582

Average

155517.60

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.