Skip to content

BHD to ZMW exchange rate API

Bahraini Dinar to Zambian Kwacha · quoted 2026-09-26

51.7336

▲ +2.64% over 30D

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 30 days, BHD/ZMW traded between 50.2988 and 52.3831, averaged 51.2598 and rose 2.64%. 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 30D

BHD/ZMW over 30D: show the values
PointBHD/ZMW
2026-08-2750.4030
2026-08-2850.2988
2026-08-2950.7161
2026-08-3050.4618
2026-08-3150.4013
2026-09-0150.6953
2026-09-0250.6955
2026-09-0350.6676
2026-09-0450.8022
2026-09-0551.1956
2026-09-0651.0188
2026-09-0750.9315
2026-09-0850.9317
2026-09-0951.1191
2026-09-1051.0670
2026-09-1151.1970
2026-09-1251.4625
2026-09-1351.2850
2026-09-1451.1970
2026-09-1551.3282
2026-09-1651.8589
2026-09-1751.9447
2026-09-1851.9259
2026-09-1952.3831
2026-09-2052.0827
2026-09-2152.1311
2026-09-2251.9981
2026-09-2351.6018
2026-09-2451.7855
2026-09-2551.7336

High

52.3831

Low

50.2988

Average

51.2598

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.