Skip to content

ZMW to BND exchange rate API

Zambian Kwacha to Brunei Dollar · quoted 2026-09-26

0.06544

▲ +13.26% over YTD

1 ZMW = 0.06544 BND · 1 BND = 15.2809 ZMW · Get this rate via the API

1 ZMW buys 0.06544 BND as of 2026-09-26, so 1 BND buys 15.2809 ZMW. Over the year to date, ZMW/BND traded between 0.05778 and 0.07319, averaged 0.06711 and rose 13.26%. The API holds daily ZMW/BND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/BND over YTD

ZMW/BND over YTD: show the values
PointZMW/BND
2025-12-310.05778
2026-01-070.06105
2026-01-140.06610
2026-01-210.06334
2026-01-280.06358
2026-02-040.06471
2026-02-110.06614
2026-02-180.06829
2026-02-250.06671
2026-03-040.06657
2026-03-110.06559
2026-03-180.06516
2026-03-250.06737
2026-04-010.06694
2026-04-080.06558
2026-04-150.06649
2026-04-220.06684
2026-04-290.06730
2026-05-060.06765
2026-05-140.06698
2026-05-210.06734
2026-05-290.06866
2026-06-050.07319
2026-06-140.07307
2026-06-210.07215
2026-06-280.07135
2026-07-050.07030
2026-07-120.07151
2026-07-190.07084
2026-07-260.06925
2026-08-020.06838
2026-08-090.06812
2026-08-160.06760
2026-08-240.06687
2026-08-310.06682
2026-09-070.06585
2026-09-140.06558
2026-09-210.06475

High

0.07319

Low

0.05778

Average

0.06711

For developers

Get this rate via the API

One GET request returns the ZMW/BND 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=ZMW&currencies=BND"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=BND");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=BND").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/BND API questions

How do I get the ZMW/BND exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=BND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/BND rate in rates.BND.

How far back does ZMW/BND historical data go?

Daily ZMW/BND 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 ZMW/BND 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.