Skip to content

XOF to ZWL exchange rate API

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

115.5970

▼ +1.76% over 30D

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 30 days, XOF/ZWL traded between 0.56347 and 118.9039, averaged 113.4519 and fell 1.76%. 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 30D

XOF/ZWL over 30D: show the values
PointXOF/ZWL
2026-08-28117.6624
2026-08-29116.9420
2026-08-30116.9546
2026-08-31117.1102
2026-09-01117.9107
2026-09-02118.2444
2026-09-03118.1812
2026-09-04118.0069
2026-09-05117.5375
2026-09-06117.5285
2026-09-07117.5707
2026-09-08118.9039
2026-09-09118.4552
2026-09-10118.2271
2026-09-11117.9091
2026-09-12117.7952
2026-09-13117.7888
2026-09-14117.3424
2026-09-15117.7905
2026-09-16117.7008
2026-09-17116.6394
2026-09-180.5635
2026-09-19116.6284
2026-09-20116.6088
2026-09-21116.4908
2026-09-22116.2740
2026-09-23116.0232
2026-09-24115.4999
2026-09-25115.5252
2026-09-26115.5970

High

118.9039

Low

0.56347

Average

113.4519

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.