Skip to content

BOB to ZMW exchange rate API

Boliviano to Zambian Kwacha · quoted 2026-09-26

1.5966

▼ +50.20% over YTD

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 year to date, BOB/ZMW traded between 1.5500 and 3.2058, averaged 2.4249 and fell 50.20%. 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 YTD

BOB/ZMW over YTD: show the values
PointBOB/ZMW
2025-12-313.2058
2026-01-073.0300
2026-01-142.8154
2026-01-212.9307
2026-01-282.8747
2026-02-042.8364
2026-02-112.7629
2026-02-182.6758
2026-02-252.7428
2026-03-042.7785
2026-03-112.8045
2026-03-182.8413
2026-03-252.7442
2026-04-012.7809
2026-04-082.8271
2026-04-152.7675
2026-04-222.7570
2026-04-292.7458
2026-05-062.7317
2026-05-142.7505
2026-05-212.7502
2026-05-292.6980
2026-06-052.5350
2026-06-142.5418
2026-06-212.5835
2026-06-282.6231
2026-07-052.6500
2026-07-121.7934
2026-07-191.7026
2026-07-261.6582
2026-08-021.5500
2026-08-091.5820
2026-08-161.6287
2026-08-241.6415
2026-08-311.6163
2026-09-071.5557
2026-09-141.5554
2026-09-211.9070

High

3.2058

Low

1.5500

Average

2.4249

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.