Skip to content

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

BHD/ZMW over 1Y: show the values
PointBHD/ZMW
2025-09-2663.0777
2025-10-0362.9694
2025-10-1060.0699
2025-10-1759.8956
2025-10-2458.5740
2025-10-3158.6095
2025-11-0760.0707
2025-11-1459.9352
2025-11-2161.0169
2025-11-2860.5967
2025-12-0561.2491
2025-12-1361.4362
2025-12-2060.2106
2025-12-2759.9667
2026-01-0358.8022
2026-01-1051.8632
2026-01-1753.7259
2026-01-2451.9953
2026-01-3152.5281
2026-02-0749.7389
2026-02-1448.5421
2026-02-2150.4545
2026-02-2850.3174
2026-03-0751.3614
2026-03-1451.6223
2026-03-2151.8670
2026-03-2849.8918
2026-04-0451.1960
2026-04-1150.3995
2026-04-1850.2639
2026-04-2550.0860
2026-05-0249.4609
2026-05-0950.4442
2026-05-1750.1539
2026-05-2549.9607
2026-06-0148.7529
2026-06-1047.1352
2026-06-1746.9306
2026-06-2447.8859
2026-07-0147.7907
2026-07-0848.9568
2026-07-1548.0712
2026-07-2248.7289
2026-07-2949.6110
2026-08-0550.2157
2026-08-1249.7959
2026-08-2049.5646
2026-08-2750.4030
2026-09-0350.6676
2026-09-1051.0670
2026-09-1751.9447
2026-09-2451.7855

High

63.0777

Low

46.9306

Average

53.0829

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.