Skip to content

BOB to ZMW exchange rate API

Boliviano to Zambian Kwacha · quoted 2026-09-26

1.5966

▼ +41.44% over 6M

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 6 months, BOB/ZMW traded between 1.5559 and 2.7923, averaged 2.2184 and fell 41.44%. 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 6M

BOB/ZMW over 6M: show the values
PointBOB/ZMW
2026-03-302.7266
2026-04-062.7923
2026-04-132.7532
2026-04-202.7533
2026-04-272.7387
2026-05-042.7027
2026-05-112.7552
2026-05-192.7269
2026-05-272.7216
2026-06-032.5980
2026-06-122.5231
2026-06-192.6029
2026-06-262.6198
2026-07-032.6475
2026-07-101.8364
2026-07-171.7305
2026-07-241.6735
2026-07-311.6012
2026-08-071.5763
2026-08-141.6038
2026-08-221.6430
2026-08-291.6263
2026-09-051.5559
2026-09-121.6058
2026-09-191.9668

High

2.7923

Low

1.5559

Average

2.2184

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.