Skip to content

BAM to ZMW exchange rate API

Convertible Mark to Zambian Kwacha · quoted 2026-09-26

11.3576

▼ +20.15% over 1Y

1 BAM = 11.3576 ZMW · 1 ZMW = 0.08805 BAM · Get this rate via the API

1 BAM buys 11.3576 ZMW as of 2026-09-26, so 1 ZMW buys 0.08805 BAM. Over the last year, BAM/ZMW traded between 10.5169 and 14.2652, averaged 11.8972 and fell 20.15%. The API holds daily BAM/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BAM/ZMW over 1Y

BAM/ZMW over 1Y: show the values
PointBAM/ZMW
2025-09-2614.2228
2025-10-0314.2652
2025-10-1013.4261
2025-10-1713.5429
2025-10-2413.1406
2025-10-3113.1035
2025-11-0713.3920
2025-11-1413.4743
2025-11-2113.6003
2025-11-2813.5633
2025-12-0513.7934
2025-12-1313.8622
2025-12-2013.5589
2025-12-2713.5747
2026-01-0313.2592
2026-01-1011.6064
2026-01-1711.9753
2026-01-2411.8182
2026-01-3111.9753
2026-02-0711.2923
2026-02-1411.0710
2026-02-2111.4295
2026-02-2811.4200
2026-03-0711.4707
2026-03-1411.3649
2026-03-2111.5582
2026-03-2811.0763
2026-04-0411.3329
2026-04-1111.3924
2026-04-1811.4733
2026-04-2511.3080
2026-05-0211.1870
2026-05-0911.4516
2026-05-1711.2395
2026-05-2511.2390
2026-06-0110.9753
2026-06-1010.5217
2026-06-1710.5324
2026-06-2410.5169
2026-07-0110.5308
2026-07-0810.7991
2026-07-1510.6268
2026-07-2210.7427
2026-07-2910.9257
2026-08-0511.1957
2026-08-1211.1012
2026-08-2011.1884
2026-08-2711.3465
2026-09-0311.3554
2026-09-1011.4848
2026-09-1711.5055
2026-09-2411.3834

High

14.2652

Low

10.5169

Average

11.8972

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BAM/ZMW API questions

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

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

How far back does BAM/ZMW historical data go?

Daily BAM/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 BAM/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.