BHD to ZMW exchange rate API
Bahraini Dinar to Zambian Kwacha · quoted 2026-09-26
51.7336
▼ +17.98% over 1Y
1 BHD = 51.7336 ZMW · 1 ZMW = 0.01933 BHD · Get this rate via the API
1 BHD buys 51.7336 ZMW as of 2026-09-26, so 1 ZMW buys 0.01933 BHD. Over the last year, BHD/ZMW traded between 46.9306 and 63.0777, averaged 53.0829 and fell 17.98%. The API holds daily BHD/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BHD/ZMW over 1Y: show the values
| Point | BHD/ZMW |
|---|---|
| 2025-09-26 | 63.0777 |
| 2025-10-03 | 62.9694 |
| 2025-10-10 | 60.0699 |
| 2025-10-17 | 59.8956 |
| 2025-10-24 | 58.5740 |
| 2025-10-31 | 58.6095 |
| 2025-11-07 | 60.0707 |
| 2025-11-14 | 59.9352 |
| 2025-11-21 | 61.0169 |
| 2025-11-28 | 60.5967 |
| 2025-12-05 | 61.2491 |
| 2025-12-13 | 61.4362 |
| 2025-12-20 | 60.2106 |
| 2025-12-27 | 59.9667 |
| 2026-01-03 | 58.8022 |
| 2026-01-10 | 51.8632 |
| 2026-01-17 | 53.7259 |
| 2026-01-24 | 51.9953 |
| 2026-01-31 | 52.5281 |
| 2026-02-07 | 49.7389 |
| 2026-02-14 | 48.5421 |
| 2026-02-21 | 50.4545 |
| 2026-02-28 | 50.3174 |
| 2026-03-07 | 51.3614 |
| 2026-03-14 | 51.6223 |
| 2026-03-21 | 51.8670 |
| 2026-03-28 | 49.8918 |
| 2026-04-04 | 51.1960 |
| 2026-04-11 | 50.3995 |
| 2026-04-18 | 50.2639 |
| 2026-04-25 | 50.0860 |
| 2026-05-02 | 49.4609 |
| 2026-05-09 | 50.4442 |
| 2026-05-17 | 50.1539 |
| 2026-05-25 | 49.9607 |
| 2026-06-01 | 48.7529 |
| 2026-06-10 | 47.1352 |
| 2026-06-17 | 46.9306 |
| 2026-06-24 | 47.8859 |
| 2026-07-01 | 47.7907 |
| 2026-07-08 | 48.9568 |
| 2026-07-15 | 48.0712 |
| 2026-07-22 | 48.7289 |
| 2026-07-29 | 49.6110 |
| 2026-08-05 | 50.2157 |
| 2026-08-12 | 49.7959 |
| 2026-08-20 | 49.5646 |
| 2026-08-27 | 50.4030 |
| 2026-09-03 | 50.6676 |
| 2026-09-10 | 51.0670 |
| 2026-09-17 | 51.9447 |
| 2026-09-24 | 51.7855 |
High
63.0777
Low
46.9306
Average
53.0829
Get this rate via the API
One GET request returns the BHD/ZMW 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=ZMW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=ZMW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=ZMW").json()Replace YOUR_API_KEY with the key from your dashboard.
BHD/ZMW API questions
How do I get the BHD/ZMW exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=ZMW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BHD/ZMW rate in rates.ZMW.
How far back does BHD/ZMW historical data go?
Daily BHD/ZMW 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/ZMW 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.