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: show the values
| Point | XOF/ZWL |
|---|---|
| 2026-08-28 | 117.6624 |
| 2026-08-29 | 116.9420 |
| 2026-08-30 | 116.9546 |
| 2026-08-31 | 117.1102 |
| 2026-09-01 | 117.9107 |
| 2026-09-02 | 118.2444 |
| 2026-09-03 | 118.1812 |
| 2026-09-04 | 118.0069 |
| 2026-09-05 | 117.5375 |
| 2026-09-06 | 117.5285 |
| 2026-09-07 | 117.5707 |
| 2026-09-08 | 118.9039 |
| 2026-09-09 | 118.4552 |
| 2026-09-10 | 118.2271 |
| 2026-09-11 | 117.9091 |
| 2026-09-12 | 117.7952 |
| 2026-09-13 | 117.7888 |
| 2026-09-14 | 117.3424 |
| 2026-09-15 | 117.7905 |
| 2026-09-16 | 117.7008 |
| 2026-09-17 | 116.6394 |
| 2026-09-18 | 0.5635 |
| 2026-09-19 | 116.6284 |
| 2026-09-20 | 116.6088 |
| 2026-09-21 | 116.4908 |
| 2026-09-22 | 116.2740 |
| 2026-09-23 | 116.0232 |
| 2026-09-24 | 115.4999 |
| 2026-09-25 | 115.5252 |
| 2026-09-26 | 115.5970 |
High
118.9039
Low
0.56347
Average
113.4519
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.