Skip to content

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

BHD/ZMW over YTD: show the values
PointBHD/ZMW
2025-12-3158.8236
2026-01-0755.5297
2026-01-1451.6048
2026-01-2153.6249
2026-01-2852.5168
2026-02-0451.9119
2026-02-1150.5364
2026-02-1848.9513
2026-02-2550.1860
2026-03-0450.7533
2026-03-1151.2344
2026-03-1851.6397
2026-03-2549.9622
2026-04-0150.2434
2026-04-0851.1931
2026-04-1550.5847
2026-04-2250.3790
2026-04-2950.1311
2026-05-0649.7483
2026-05-1450.2452
2026-05-2150.2521
2026-05-2949.1996
2026-06-0546.4544
2026-06-1446.5891
2026-06-2147.4446
2026-06-2848.0889
2026-07-0548.6892
2026-07-1247.8844
2026-07-1948.3249
2026-07-2649.4451
2026-08-0249.7396
2026-08-0949.8309
2026-08-1650.1512
2026-08-2450.2311
2026-08-3150.4013
2026-09-0750.9315
2026-09-1451.1970
2026-09-2152.1311

High

58.8236

Low

46.4544

Average

50.4749

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.