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: show the values
| Point | BHD/ZMW |
|---|---|
| 2026-08-27 | 50.4030 |
| 2026-08-28 | 50.2988 |
| 2026-08-29 | 50.7161 |
| 2026-08-30 | 50.4618 |
| 2026-08-31 | 50.4013 |
| 2026-09-01 | 50.6953 |
| 2026-09-02 | 50.6955 |
| 2026-09-03 | 50.6676 |
| 2026-09-04 | 50.8022 |
| 2026-09-05 | 51.1956 |
| 2026-09-06 | 51.0188 |
| 2026-09-07 | 50.9315 |
| 2026-09-08 | 50.9317 |
| 2026-09-09 | 51.1191 |
| 2026-09-10 | 51.0670 |
| 2026-09-11 | 51.1970 |
| 2026-09-12 | 51.4625 |
| 2026-09-13 | 51.2850 |
| 2026-09-14 | 51.1970 |
| 2026-09-15 | 51.3282 |
| 2026-09-16 | 51.8589 |
| 2026-09-17 | 51.9447 |
| 2026-09-18 | 51.9259 |
| 2026-09-19 | 52.3831 |
| 2026-09-20 | 52.0827 |
| 2026-09-21 | 52.1311 |
| 2026-09-22 | 51.9981 |
| 2026-09-23 | 51.6018 |
| 2026-09-24 | 51.7855 |
| 2026-09-25 | 51.7336 |
High
52.3831
Low
50.2988
Average
51.2598
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.