Skip to content

XOF to ZWL exchange rate API

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

115.5970

▼ +0.54% over YTD

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 year to date, XOF/ZWL traded between 0.57417 and 119.3633, averaged 104.0228 and fell 0.54%. 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 YTD

XOF/ZWL over YTD: show the values
PointXOF/ZWL
2025-12-31116.2229
2026-01-07115.2456
2026-01-14114.2260
2026-01-21114.3734
2026-01-28116.8339
2026-02-04115.4282
2026-02-11115.9390
2026-02-18115.2995
2026-02-25115.6126
2026-03-04114.0549
2026-03-11113.2328
2026-03-18111.0487
2026-03-25111.9636
2026-04-01111.9728
2026-04-08112.7562
2026-04-150.5788
2026-04-220.5760
2026-04-290.5742
2026-05-060.5766
2026-05-14114.8693
2026-05-21116.0398
2026-05-29119.3633
2026-06-05118.7379
2026-06-14118.3428
2026-06-21116.9997
2026-06-28116.3877
2026-07-05117.0338
2026-07-12116.1103
2026-07-19116.3781
2026-07-26115.6135
2026-08-02117.4393
2026-08-09117.3803
2026-08-16117.1640
2026-08-24118.4037
2026-08-31117.1102
2026-09-07117.5707
2026-09-14117.3424
2026-09-21116.4908

High

119.3633

Low

0.57417

Average

104.0228

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.