Skip to content

XOF to ZWL exchange rate API

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

115.5970

▼ +2.69% over 1Y

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 year, XOF/ZWL traded between 0.56012 and 119.5662, averaged 98.5935 and fell 2.69%. 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 1Y

XOF/ZWL over 1Y: show the values
PointXOF/ZWL
2025-09-27118.7936
2025-10-04119.5662
2025-10-11118.2321
2025-10-18118.3264
2025-10-25117.6438
2025-11-01115.6034
2025-11-08116.3051
2025-11-15116.3301
2025-11-22115.0736
2025-11-29115.5768
2025-12-06115.9661
2025-12-14116.7422
2025-12-21116.3868
2025-12-28116.7153
2026-01-04115.8311
2026-01-11114.1967
2026-01-18113.3782
2026-01-25115.6025
2026-02-01115.4930
2026-02-08115.2216
2026-02-15115.6097
2026-02-22114.7454
2026-03-01115.7504
2026-03-08113.5428
2026-03-15110.9505
2026-03-22111.3164
2026-03-29111.2423
2026-04-05111.2591
2026-04-120.5740
2026-04-190.5770
2026-04-260.5750
2026-05-030.5758
2026-05-100.5780
2026-05-180.5712
2026-05-26116.6371
2026-06-02119.0327
2026-06-11117.7850
2026-06-18117.1958
2026-06-25116.2084
2026-07-020.5601
2026-07-09116.6749
2026-07-16116.2648
2026-07-23115.9278
2026-07-30116.7186
2026-08-06117.0579
2026-08-13116.7011
2026-08-21118.5732
2026-08-28117.6624
2026-09-04118.0069
2026-09-11117.9091
2026-09-180.5635
2026-09-25115.5252

High

119.5662

Low

0.56012

Average

98.5935

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.