BHD to ZMW exchange rate API
Bahraini Dinar to Zambian Kwacha · quoted 2026-09-26
51.7336
▼ +12.05% over YTD
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 year to date, BHD/ZMW traded between 46.4544 and 58.8236, averaged 50.4749 and fell 12.05%. 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 YTD: show the values
| Point | BHD/ZMW |
|---|---|
| 2025-12-31 | 58.8236 |
| 2026-01-07 | 55.5297 |
| 2026-01-14 | 51.6048 |
| 2026-01-21 | 53.6249 |
| 2026-01-28 | 52.5168 |
| 2026-02-04 | 51.9119 |
| 2026-02-11 | 50.5364 |
| 2026-02-18 | 48.9513 |
| 2026-02-25 | 50.1860 |
| 2026-03-04 | 50.7533 |
| 2026-03-11 | 51.2344 |
| 2026-03-18 | 51.6397 |
| 2026-03-25 | 49.9622 |
| 2026-04-01 | 50.2434 |
| 2026-04-08 | 51.1931 |
| 2026-04-15 | 50.5847 |
| 2026-04-22 | 50.3790 |
| 2026-04-29 | 50.1311 |
| 2026-05-06 | 49.7483 |
| 2026-05-14 | 50.2452 |
| 2026-05-21 | 50.2521 |
| 2026-05-29 | 49.1996 |
| 2026-06-05 | 46.4544 |
| 2026-06-14 | 46.5891 |
| 2026-06-21 | 47.4446 |
| 2026-06-28 | 48.0889 |
| 2026-07-05 | 48.6892 |
| 2026-07-12 | 47.8844 |
| 2026-07-19 | 48.3249 |
| 2026-07-26 | 49.4451 |
| 2026-08-02 | 49.7396 |
| 2026-08-09 | 49.8309 |
| 2026-08-16 | 50.1512 |
| 2026-08-24 | 50.2311 |
| 2026-08-31 | 50.4013 |
| 2026-09-07 | 50.9315 |
| 2026-09-14 | 51.1970 |
| 2026-09-21 | 52.1311 |
High
58.8236
Low
46.4544
Average
50.4749
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.