Skip to content

BAM to ZMW exchange rate API

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

11.3576

▼ +14.91% over YTD

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 year to date, BAM/ZMW traded between 10.4025 and 13.3471, averaged 11.3447 and fell 14.91%. 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 YTD

BAM/ZMW over YTD: show the values
PointBAM/ZMW
2025-12-3113.3471
2026-01-0712.5545
2026-01-1411.6059
2026-01-2112.1538
2026-01-2812.1705
2026-02-0411.8618
2026-02-1111.6299
2026-02-1811.2045
2026-02-2511.4327
2026-03-0411.3864
2026-03-1111.5260
2026-03-1811.5529
2026-03-2511.2592
2026-04-0111.3551
2026-04-0811.6069
2026-04-1511.5353
2026-04-2211.4403
2026-04-2911.3436
2026-05-0611.2814
2026-05-1411.3800
2026-05-2111.2890
2026-05-2911.0691
2026-06-0510.4280
2026-06-1410.4025
2026-06-2110.5031
2026-06-2810.5647
2026-07-0510.7454
2026-07-1210.5458
2026-07-1910.6619
2026-07-2610.8388
2026-08-0211.0571
2026-08-0911.1033
2026-08-1611.1918
2026-08-2411.3354
2026-08-3111.2893
2026-09-0711.4271
2026-09-1411.4445
2026-09-2111.5608

High

13.3471

Low

10.4025

Average

11.3447

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.