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: show the values
| Point | BHD/ZWL |
|---|---|
| 2025-09-26 | 175839.10 |
| 2025-10-03 | 176376.67 |
| 2025-10-10 | 176638.87 |
| 2025-10-17 | 176131.68 |
| 2025-10-24 | 175496.37 |
| 2025-10-31 | 174661.39 |
| 2025-11-07 | 173742.11 |
| 2025-11-14 | 174050.19 |
| 2025-11-21 | 174573.98 |
| 2025-11-28 | 173150.56 |
| 2025-12-05 | 172966.70 |
| 2025-12-13 | 173471.58 |
| 2025-12-20 | 173324.14 |
| 2025-12-27 | 172960.89 |
| 2026-01-03 | 172355.07 |
| 2026-01-10 | 171214.55 |
| 2026-01-17 | 170642.13 |
| 2026-01-24 | 170257.01 |
| 2026-01-31 | 170014.67 |
| 2026-02-07 | 170134.91 |
| 2026-02-14 | 169886.46 |
| 2026-02-21 | 169768.13 |
| 2026-02-28 | 171297.23 |
| 2026-03-07 | 171171.54 |
| 2026-03-14 | 169185.65 |
| 2026-03-21 | 168042.81 |
| 2026-03-28 | 853.32 |
| 2026-04-04 | 168511.81 |
| 2026-04-11 | 853.42 |
| 2026-04-18 | 850.77 |
| 2026-04-25 | 853.61 |
| 2026-05-02 | 852.64 |
| 2026-05-09 | 853.20 |
| 2026-05-17 | 170789.53 |
| 2026-05-25 | 173990.05 |
| 2026-06-01 | 177861.22 |
| 2026-06-10 | 176946.47 |
| 2026-06-17 | 176501.28 |
| 2026-06-24 | 177229.99 |
| 2026-07-01 | 177392.41 |
| 2026-07-08 | 177207.02 |
| 2026-07-15 | 177163.58 |
| 2026-07-22 | 177189.86 |
| 2026-07-29 | 176675.43 |
| 2026-08-05 | 176231.12 |
| 2026-08-12 | 175883.45 |
| 2026-08-20 | 176324.27 |
| 2026-08-27 | 175258.06 |
| 2026-09-03 | 176648.18 |
| 2026-09-10 | 176469.72 |
| 2026-09-17 | 176456.47 |
| 2026-09-24 | 176224.66 |
High
177861.22
Low
850.7723
Average
154461.55
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=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¤cies=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.