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: show the values
| Point | BAM/ZMW |
|---|---|
| 2025-09-26 | 14.2228 |
| 2025-10-03 | 14.2652 |
| 2025-10-10 | 13.4261 |
| 2025-10-17 | 13.5429 |
| 2025-10-24 | 13.1406 |
| 2025-10-31 | 13.1035 |
| 2025-11-07 | 13.3920 |
| 2025-11-14 | 13.4743 |
| 2025-11-21 | 13.6003 |
| 2025-11-28 | 13.5633 |
| 2025-12-05 | 13.7934 |
| 2025-12-13 | 13.8622 |
| 2025-12-20 | 13.5589 |
| 2025-12-27 | 13.5747 |
| 2026-01-03 | 13.2592 |
| 2026-01-10 | 11.6064 |
| 2026-01-17 | 11.9753 |
| 2026-01-24 | 11.8182 |
| 2026-01-31 | 11.9753 |
| 2026-02-07 | 11.2923 |
| 2026-02-14 | 11.0710 |
| 2026-02-21 | 11.4295 |
| 2026-02-28 | 11.4200 |
| 2026-03-07 | 11.4707 |
| 2026-03-14 | 11.3649 |
| 2026-03-21 | 11.5582 |
| 2026-03-28 | 11.0763 |
| 2026-04-04 | 11.3329 |
| 2026-04-11 | 11.3924 |
| 2026-04-18 | 11.4733 |
| 2026-04-25 | 11.3080 |
| 2026-05-02 | 11.1870 |
| 2026-05-09 | 11.4516 |
| 2026-05-17 | 11.2395 |
| 2026-05-25 | 11.2390 |
| 2026-06-01 | 10.9753 |
| 2026-06-10 | 10.5217 |
| 2026-06-17 | 10.5324 |
| 2026-06-24 | 10.5169 |
| 2026-07-01 | 10.5308 |
| 2026-07-08 | 10.7991 |
| 2026-07-15 | 10.6268 |
| 2026-07-22 | 10.7427 |
| 2026-07-29 | 10.9257 |
| 2026-08-05 | 11.1957 |
| 2026-08-12 | 11.1012 |
| 2026-08-20 | 11.1884 |
| 2026-08-27 | 11.3465 |
| 2026-09-03 | 11.3554 |
| 2026-09-10 | 11.4848 |
| 2026-09-17 | 11.5055 |
| 2026-09-24 | 11.3834 |
High
14.2652
Low
10.5169
Average
11.8972
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=ZMW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=ZMW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=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¤cies=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.