Skip to content

BOB to ZMW exchange rate API

Boliviano to Zambian Kwacha · quoted 2026-09-26

1.5966

▼ +53.71% over 1Y

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 year, BOB/ZMW traded between 1.5425 and 3.4490, averaged 2.6296 and fell 53.71%. 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 1Y

BOB/ZMW over 1Y: show the values
PointBOB/ZMW
2025-09-263.4490
2025-10-033.4416
2025-10-103.2739
2025-10-173.2732
2025-10-243.2097
2025-10-313.2011
2025-11-073.2857
2025-11-143.2702
2025-11-213.3344
2025-11-283.3134
2025-12-053.3474
2025-12-133.3452
2025-12-203.2777
2025-12-273.2593
2026-01-033.1971
2026-01-102.8164
2026-01-172.9223
2026-01-242.8296
2026-01-312.8604
2026-02-072.7161
2026-02-142.6427
2026-02-212.7468
2026-02-282.7410
2026-03-072.7960
2026-03-142.8064
2026-03-212.8248
2026-03-282.7143
2026-04-042.7820
2026-04-112.7532
2026-04-182.7533
2026-04-252.7348
2026-05-022.7027
2026-05-092.7552
2026-05-172.7296
2026-05-252.7443
2026-06-012.6674
2026-06-102.5784
2026-06-172.5604
2026-06-242.6123
2026-07-012.6106
2026-07-081.8685
2026-07-151.7491
2026-07-221.7015
2026-07-291.6499
2026-08-051.5652
2026-08-121.5736
2026-08-201.6309
2026-08-271.6488
2026-09-031.5763
2026-09-101.5425
2026-09-171.6867
2026-09-241.6975

High

3.4490

Low

1.5425

Average

2.6296

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.