BOB to ZWL exchange rate API
Boliviano to Zimbabwe Dollar · quoted 2026-09-26
5447.46
▼ +43.58% over 1Y
1 BOB = 5447.46 ZWL · 1 ZWL = 0.000184 BOB · Get this rate via the API
1 BOB buys 5447.46 ZWL as of 2026-09-26, so 1 ZWL buys 0.000184 BOB. Over the last year, BOB/ZWL traded between 31.6512 and 9714.74, averaged 7189.18 and fell 43.58%. The API holds daily BOB/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BOB/ZWL over 1Y: show the values
| Point | BOB/ZWL |
|---|---|
| 2025-09-27 | 9654.61 |
| 2025-10-04 | 9667.35 |
| 2025-10-11 | 9675.57 |
| 2025-10-18 | 9624.33 |
| 2025-10-25 | 9617.28 |
| 2025-11-01 | 9504.90 |
| 2025-11-08 | 9540.67 |
| 2025-11-15 | 9503.54 |
| 2025-11-22 | 9491.62 |
| 2025-11-29 | 9472.67 |
| 2025-12-06 | 9456.45 |
| 2025-12-14 | 9427.18 |
| 2025-12-21 | 9424.48 |
| 2025-12-28 | 9395.05 |
| 2026-01-04 | 9363.56 |
| 2026-01-11 | 9288.82 |
| 2026-01-18 | 9268.80 |
| 2026-01-25 | 9257.55 |
| 2026-02-01 | 9234.79 |
| 2026-02-08 | 9264.68 |
| 2026-02-15 | 9241.08 |
| 2026-02-22 | 9257.39 |
| 2026-03-01 | 9306.14 |
| 2026-03-08 | 9314.04 |
| 2026-03-15 | 9190.51 |
| 2026-03-22 | 9115.75 |
| 2026-03-29 | 9161.57 |
| 2026-04-05 | 9166.44 |
| 2026-04-12 | 46.67 |
| 2026-04-19 | 46.52 |
| 2026-04-26 | 46.68 |
| 2026-05-03 | 46.59 |
| 2026-05-10 | 46.72 |
| 2026-05-18 | 46.51 |
| 2026-05-26 | 9527.18 |
| 2026-06-02 | 9704.44 |
| 2026-06-11 | 9679.77 |
| 2026-06-18 | 9662.21 |
| 2026-06-25 | 9714.74 |
| 2026-07-02 | 46.41 |
| 2026-07-09 | 6758.16 |
| 2026-07-16 | 6411.36 |
| 2026-07-23 | 6154.53 |
| 2026-07-30 | 5902.24 |
| 2026-08-06 | 5490.38 |
| 2026-08-13 | 5629.68 |
| 2026-08-21 | 5762.41 |
| 2026-08-28 | 5742.01 |
| 2026-09-04 | 5488.20 |
| 2026-09-11 | 5271.72 |
| 2026-09-18 | 31.65 |
| 2026-09-25 | 5435.63 |
High
9714.74
Low
31.6512
Average
7189.18
Get this rate via the API
One GET request returns the BOB/ZWL 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=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB¤cies=ZWL").json()Replace YOUR_API_KEY with the key from your dashboard.
BOB/ZWL API questions
How do I get the BOB/ZWL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB¤cies=ZWL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BOB/ZWL rate in rates.ZWL.
How far back does BOB/ZWL historical data go?
Daily BOB/ZWL 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/ZWL 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.