Skip to content

BOB to ZMW exchange rate API

Boliviano to Zambian Kwacha · quoted 2026-09-26

1.5966

▼ +3.17% over 30D

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 30 days, BOB/ZMW traded between 1.5303 and 1.9668, averaged 1.6481 and fell 3.17%. 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 30D

BOB/ZMW over 30D: show the values
PointBOB/ZMW
2026-08-271.6488
2026-08-281.6444
2026-08-291.6263
2026-08-301.6147
2026-08-311.6163
2026-09-011.6178
2026-09-021.6057
2026-09-031.5763
2026-09-041.5822
2026-09-051.5559
2026-09-061.5445
2026-09-071.5557
2026-09-081.5516
2026-09-091.5536
2026-09-101.5425
2026-09-111.5303
2026-09-121.6058
2026-09-131.6308
2026-09-141.5554
2026-09-151.6168
2026-09-161.6476
2026-09-171.6867
2026-09-181.9288
2026-09-191.9668
2026-09-201.8925
2026-09-211.9070
2026-09-221.7640
2026-09-231.6322
2026-09-241.6975
2026-09-251.5966

High

1.9668

Low

1.5303

Average

1.6481

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.