Skip to content

BAM to ZWL exchange rate API

Convertible Mark to Zimbabwe Dollar · quoted 2026-09-26

38769.55

▼ +2.22% over 1Y

1 BAM = 38769.55 ZWL · 1 ZWL = 0.000026 BAM · Get this rate via the API

1 BAM buys 38769.55 ZWL as of 2026-09-26, so 1 ZWL buys 0.000026 BAM. Over the last year, BAM/ZWL traded between 189.4428 and 40040.25, averaged 34572.25 and fell 2.22%. The API holds daily BAM/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BAM/ZWL over 1Y

BAM/ZWL over 1Y: show the values
PointBAM/ZWL
2025-09-2639648.42
2025-10-0339956.72
2025-10-1039480.19
2025-10-1739824.83
2025-10-2439371.24
2025-10-3139049.58
2025-11-0738733.50
2025-11-1439129.10
2025-11-2138911.46
2025-11-2838756.01
2025-12-0538952.32
2025-12-1339141.38
2025-12-2039031.03
2025-12-2739153.36
2026-01-0338864.10
2026-01-1038315.83
2026-01-1738035.48
2026-01-2438698.49
2026-01-3138759.74
2026-02-0738625.85
2026-02-1438746.11
2026-02-2138457.86
2026-02-2838877.61
2026-03-0738228.42
2026-03-1437247.17
2026-03-2137446.99
2026-03-28189.44
2026-04-0437302.42
2026-04-11192.91
2026-04-18194.20
2026-04-25192.72
2026-05-02192.85
2026-05-09193.69
2026-05-1738274.15
2026-05-2539140.29
2026-06-0140040.25
2026-06-1039498.58
2026-06-1739611.37
2026-06-2438924.02
2026-07-0139088.72
2026-07-0839089.10
2026-07-1539164.51
2026-07-2239062.94
2026-07-2938908.78
2026-08-0539291.09
2026-08-1239210.29
2026-08-2039802.43
2026-08-2739453.23
2026-09-0339589.60
2026-09-1039687.41
2026-09-1739084.39
2026-09-2438737.50

High

40040.25

Low

189.4428

Average

34572.25

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BAM/ZWL API questions

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

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

How far back does BAM/ZWL historical data go?

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