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: show the values
| Point | BOB/ZMW |
|---|---|
| 2025-09-26 | 3.4490 |
| 2025-10-03 | 3.4416 |
| 2025-10-10 | 3.2739 |
| 2025-10-17 | 3.2732 |
| 2025-10-24 | 3.2097 |
| 2025-10-31 | 3.2011 |
| 2025-11-07 | 3.2857 |
| 2025-11-14 | 3.2702 |
| 2025-11-21 | 3.3344 |
| 2025-11-28 | 3.3134 |
| 2025-12-05 | 3.3474 |
| 2025-12-13 | 3.3452 |
| 2025-12-20 | 3.2777 |
| 2025-12-27 | 3.2593 |
| 2026-01-03 | 3.1971 |
| 2026-01-10 | 2.8164 |
| 2026-01-17 | 2.9223 |
| 2026-01-24 | 2.8296 |
| 2026-01-31 | 2.8604 |
| 2026-02-07 | 2.7161 |
| 2026-02-14 | 2.6427 |
| 2026-02-21 | 2.7468 |
| 2026-02-28 | 2.7410 |
| 2026-03-07 | 2.7960 |
| 2026-03-14 | 2.8064 |
| 2026-03-21 | 2.8248 |
| 2026-03-28 | 2.7143 |
| 2026-04-04 | 2.7820 |
| 2026-04-11 | 2.7532 |
| 2026-04-18 | 2.7533 |
| 2026-04-25 | 2.7348 |
| 2026-05-02 | 2.7027 |
| 2026-05-09 | 2.7552 |
| 2026-05-17 | 2.7296 |
| 2026-05-25 | 2.7443 |
| 2026-06-01 | 2.6674 |
| 2026-06-10 | 2.5784 |
| 2026-06-17 | 2.5604 |
| 2026-06-24 | 2.6123 |
| 2026-07-01 | 2.6106 |
| 2026-07-08 | 1.8685 |
| 2026-07-15 | 1.7491 |
| 2026-07-22 | 1.7015 |
| 2026-07-29 | 1.6499 |
| 2026-08-05 | 1.5652 |
| 2026-08-12 | 1.5736 |
| 2026-08-20 | 1.6309 |
| 2026-08-27 | 1.6488 |
| 2026-09-03 | 1.5763 |
| 2026-09-10 | 1.5425 |
| 2026-09-17 | 1.6867 |
| 2026-09-24 | 1.6975 |
High
3.4490
Low
1.5425
Average
2.6296
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB¤cies=ZMW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB¤cies=ZMW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB¤cies=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¤cies=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.