Skip to content

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

BHD/ZMW over 6M: show the values
PointBHD/ZMW
2026-03-3049.7596
2026-04-0650.4506
2026-04-1350.2382
2026-04-2050.4854
2026-04-2749.9385
2026-05-0449.3050
2026-05-1150.1913
2026-05-1949.9868
2026-05-2749.8479
2026-06-0347.4851
2026-06-1246.0256
2026-06-1947.6171
2026-06-2647.8369
2026-07-0348.4158
2026-07-1048.1588
2026-07-1748.3212
2026-07-2449.2064
2026-07-3149.7697
2026-08-0750.5299
2026-08-1449.6376
2026-08-2250.4434
2026-08-2950.7161
2026-09-0551.1956
2026-09-1251.4625
2026-09-1952.3831

High

52.3831

Low

46.0256

Average

49.6593

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD&currencies=ZMW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD&currencies=ZMW");
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=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&currencies=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.