Skip to content

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

BOB/ZWL over 1Y: show the values
PointBOB/ZWL
2025-09-279654.61
2025-10-049667.35
2025-10-119675.57
2025-10-189624.33
2025-10-259617.28
2025-11-019504.90
2025-11-089540.67
2025-11-159503.54
2025-11-229491.62
2025-11-299472.67
2025-12-069456.45
2025-12-149427.18
2025-12-219424.48
2025-12-289395.05
2026-01-049363.56
2026-01-119288.82
2026-01-189268.80
2026-01-259257.55
2026-02-019234.79
2026-02-089264.68
2026-02-159241.08
2026-02-229257.39
2026-03-019306.14
2026-03-089314.04
2026-03-159190.51
2026-03-229115.75
2026-03-299161.57
2026-04-059166.44
2026-04-1246.67
2026-04-1946.52
2026-04-2646.68
2026-05-0346.59
2026-05-1046.72
2026-05-1846.51
2026-05-269527.18
2026-06-029704.44
2026-06-119679.77
2026-06-189662.21
2026-06-259714.74
2026-07-0246.41
2026-07-096758.16
2026-07-166411.36
2026-07-236154.53
2026-07-305902.24
2026-08-065490.38
2026-08-135629.68
2026-08-215762.41
2026-08-285742.01
2026-09-045488.20
2026-09-115271.72
2026-09-1831.65
2026-09-255435.63

High

9714.74

Low

31.6512

Average

7189.18

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB&currencies=ZWL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB&currencies=ZWL");
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=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&currencies=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.