Skip to content

ZMW to BOB exchange rate API

Zambian Kwacha to Boliviano · quoted 2026-09-26

0.62633

▲ +116.02% over 1Y

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

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

ZMW/BOB over 1Y

ZMW/BOB over 1Y: show the values
PointZMW/BOB
2025-09-260.28994
2025-10-030.29056
2025-10-100.30545
2025-10-170.30551
2025-10-240.31155
2025-10-310.31239
2025-11-070.30435
2025-11-140.30579
2025-11-210.29990
2025-11-280.30180
2025-12-050.29873
2025-12-130.29893
2025-12-200.30510
2025-12-270.30681
2026-01-030.31279
2026-01-100.35506
2026-01-170.34219
2026-01-240.35340
2026-01-310.34959
2026-02-070.36817
2026-02-140.37841
2026-02-210.36406
2026-02-280.36483
2026-03-070.35765
2026-03-140.35632
2026-03-210.35401
2026-03-280.36842
2026-04-040.35945
2026-04-110.36322
2026-04-180.36321
2026-04-250.36565
2026-05-020.37001
2026-05-090.36295
2026-05-170.36636
2026-05-250.36439
2026-06-010.37490
2026-06-100.38784
2026-06-170.39056
2026-06-240.38280
2026-07-010.38306
2026-07-080.53517
2026-07-150.57171
2026-07-220.58772
2026-07-290.60611
2026-08-050.63889
2026-08-120.63547
2026-08-200.61314
2026-08-270.60650
2026-09-030.63441
2026-09-100.64830
2026-09-170.59287
2026-09-240.58910

High

0.64830

Low

0.28994

Average

0.40720

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=BOB").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/BOB API questions

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

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

How far back does ZMW/BOB historical data go?

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