Skip to content

XOF to ZWL exchange rate API

CFA Franc BCEAO to Zimbabwe Dollar · quoted 2026-09-27

115.5970

▲ +94.33% over 5Y

1 XOF = 115.5970 ZWL · 1 ZWL = 0.008651 XOF · Get this rate via the API

1 XOF buys 115.5970 ZWL as of 2026-09-27, so 1 ZWL buys 0.008651 XOF. Over the last 5 years, XOF/ZWL traded between 0.57396 and 121.5375, averaged 106.0750 and rose 94.33%. The API holds daily XOF/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

XOF/ZWL over 5Y

XOF/ZWL over 5Y: show the values
PointXOF/ZWL
2024-08-2459.4858
2024-10-0759.4409
2024-11-06113.8069
2024-12-06104.2044
2025-01-05101.0541
2025-02-04105.5619
2025-03-06111.2580
2025-04-06111.6245
2025-05-06118.1135
2025-06-07117.0274
2025-07-07121.5375
2025-08-06120.4436
2025-09-05121.1377
2025-10-06120.7600
2025-11-05115.4044
2025-12-05116.0946
2026-01-05115.5785
2026-02-04115.4282
2026-03-06113.8305
2026-04-05111.2591
2026-05-050.5740
2026-06-06117.5847
2026-07-08116.5242
2026-08-07117.0489
2026-09-07117.5707

High

121.5375

Low

0.57396

Average

106.0750

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

XOF/ZWL API questions

How do I get the XOF/ZWL exchange rate from an API?

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

How far back does XOF/ZWL historical data go?

Daily XOF/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 XOF/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.