BHD to ZMW exchange rate API
Bahraini Dinar to Zambian Kwacha · quoted 2026-09-26
51.7336
▲ +3.97% over 6M
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 6 months, BHD/ZMW traded between 46.0256 and 52.3831, averaged 49.6593 and rose 3.97%. 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 6M: show the values
| Point | BHD/ZMW |
|---|---|
| 2026-03-30 | 49.7596 |
| 2026-04-06 | 50.4506 |
| 2026-04-13 | 50.2382 |
| 2026-04-20 | 50.4854 |
| 2026-04-27 | 49.9385 |
| 2026-05-04 | 49.3050 |
| 2026-05-11 | 50.1913 |
| 2026-05-19 | 49.9868 |
| 2026-05-27 | 49.8479 |
| 2026-06-03 | 47.4851 |
| 2026-06-12 | 46.0256 |
| 2026-06-19 | 47.6171 |
| 2026-06-26 | 47.8369 |
| 2026-07-03 | 48.4158 |
| 2026-07-10 | 48.1588 |
| 2026-07-17 | 48.3212 |
| 2026-07-24 | 49.2064 |
| 2026-07-31 | 49.7697 |
| 2026-08-07 | 50.5299 |
| 2026-08-14 | 49.6376 |
| 2026-08-22 | 50.4434 |
| 2026-08-29 | 50.7161 |
| 2026-09-05 | 51.1956 |
| 2026-09-12 | 51.4625 |
| 2026-09-19 | 52.3831 |
High
52.3831
Low
46.0256
Average
49.6593
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.