Skip to content

BOB to ZMW exchange rate API

Boliviano to Zambian Kwacha · quoted 2026-09-26

1.5966

▼ +57.64% over 5Y

1 BOB = 1.5966 ZMW · 1 ZMW = 0.62633 BOB · Get this rate via the API

1 BOB buys 1.5966 ZMW as of 2026-09-26, so 1 ZMW buys 0.62633 BOB. Over the last 5 years, BOB/ZMW traded between 1.5557 and 4.1578, averaged 3.2080 and fell 57.64%. The API holds daily BOB/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BOB/ZMW over 5Y

BOB/ZMW over 5Y: show the values
PointBOB/ZMW
2024-08-243.7695
2024-10-073.8217
2024-11-063.8779
2024-12-063.9240
2025-01-054.0448
2025-02-044.0388
2025-03-064.1578
2025-04-064.0293
2025-05-064.0074
2025-06-073.8566
2025-07-073.5227
2025-08-063.3969
2025-09-053.4674
2025-10-063.4353
2025-11-053.2488
2025-12-053.3474
2026-01-053.1950
2026-02-042.8364
2026-03-062.8009
2026-04-052.7849
2026-05-052.7003
2026-06-062.5458
2026-07-081.8685
2026-08-071.5763
2026-09-071.5557

High

4.1578

Low

1.5557

Average

3.2080

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BOB/ZMW API questions

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

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

How far back does BOB/ZMW historical data go?

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