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: show the values
| Point | XOF/ZWL |
|---|---|
| 2025-12-31 | 116.2229 |
| 2026-01-07 | 115.2456 |
| 2026-01-14 | 114.2260 |
| 2026-01-21 | 114.3734 |
| 2026-01-28 | 116.8339 |
| 2026-02-04 | 115.4282 |
| 2026-02-11 | 115.9390 |
| 2026-02-18 | 115.2995 |
| 2026-02-25 | 115.6126 |
| 2026-03-04 | 114.0549 |
| 2026-03-11 | 113.2328 |
| 2026-03-18 | 111.0487 |
| 2026-03-25 | 111.9636 |
| 2026-04-01 | 111.9728 |
| 2026-04-08 | 112.7562 |
| 2026-04-15 | 0.5788 |
| 2026-04-22 | 0.5760 |
| 2026-04-29 | 0.5742 |
| 2026-05-06 | 0.5766 |
| 2026-05-14 | 114.8693 |
| 2026-05-21 | 116.0398 |
| 2026-05-29 | 119.3633 |
| 2026-06-05 | 118.7379 |
| 2026-06-14 | 118.3428 |
| 2026-06-21 | 116.9997 |
| 2026-06-28 | 116.3877 |
| 2026-07-05 | 117.0338 |
| 2026-07-12 | 116.1103 |
| 2026-07-19 | 116.3781 |
| 2026-07-26 | 115.6135 |
| 2026-08-02 | 117.4393 |
| 2026-08-09 | 117.3803 |
| 2026-08-16 | 117.1640 |
| 2026-08-24 | 118.4037 |
| 2026-08-31 | 117.1102 |
| 2026-09-07 | 117.5707 |
| 2026-09-14 | 117.3424 |
| 2026-09-21 | 116.4908 |
High
119.3633
Low
0.57417
Average
104.0228
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF¤cies=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¤cies=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.