XOF to ZWL exchange rate API
CFA Franc BCEAO to Zimbabwe Dollar · quoted 2026-09-27
115.5970
▲ +94.33% over 5Y
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 5 years, XOF/ZWL traded between 0.57396 and 121.5375, averaged 106.0750 and rose 94.33%. 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 5Y: show the values
| Point | XOF/ZWL |
|---|---|
| 2024-08-24 | 59.4858 |
| 2024-10-07 | 59.4409 |
| 2024-11-06 | 113.8069 |
| 2024-12-06 | 104.2044 |
| 2025-01-05 | 101.0541 |
| 2025-02-04 | 105.5619 |
| 2025-03-06 | 111.2580 |
| 2025-04-06 | 111.6245 |
| 2025-05-06 | 118.1135 |
| 2025-06-07 | 117.0274 |
| 2025-07-07 | 121.5375 |
| 2025-08-06 | 120.4436 |
| 2025-09-05 | 121.1377 |
| 2025-10-06 | 120.7600 |
| 2025-11-05 | 115.4044 |
| 2025-12-05 | 116.0946 |
| 2026-01-05 | 115.5785 |
| 2026-02-04 | 115.4282 |
| 2026-03-06 | 113.8305 |
| 2026-04-05 | 111.2591 |
| 2026-05-05 | 0.5740 |
| 2026-06-06 | 117.5847 |
| 2026-07-08 | 116.5242 |
| 2026-08-07 | 117.0489 |
| 2026-09-07 | 117.5707 |
High
121.5375
Low
0.57396
Average
106.0750
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.