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: show the values
| Point | XOF/ZWL |
|---|---|
| 2025-09-27 | 118.7936 |
| 2025-10-04 | 119.5662 |
| 2025-10-11 | 118.2321 |
| 2025-10-18 | 118.3264 |
| 2025-10-25 | 117.6438 |
| 2025-11-01 | 115.6034 |
| 2025-11-08 | 116.3051 |
| 2025-11-15 | 116.3301 |
| 2025-11-22 | 115.0736 |
| 2025-11-29 | 115.5768 |
| 2025-12-06 | 115.9661 |
| 2025-12-14 | 116.7422 |
| 2025-12-21 | 116.3868 |
| 2025-12-28 | 116.7153 |
| 2026-01-04 | 115.8311 |
| 2026-01-11 | 114.1967 |
| 2026-01-18 | 113.3782 |
| 2026-01-25 | 115.6025 |
| 2026-02-01 | 115.4930 |
| 2026-02-08 | 115.2216 |
| 2026-02-15 | 115.6097 |
| 2026-02-22 | 114.7454 |
| 2026-03-01 | 115.7504 |
| 2026-03-08 | 113.5428 |
| 2026-03-15 | 110.9505 |
| 2026-03-22 | 111.3164 |
| 2026-03-29 | 111.2423 |
| 2026-04-05 | 111.2591 |
| 2026-04-12 | 0.5740 |
| 2026-04-19 | 0.5770 |
| 2026-04-26 | 0.5750 |
| 2026-05-03 | 0.5758 |
| 2026-05-10 | 0.5780 |
| 2026-05-18 | 0.5712 |
| 2026-05-26 | 116.6371 |
| 2026-06-02 | 119.0327 |
| 2026-06-11 | 117.7850 |
| 2026-06-18 | 117.1958 |
| 2026-06-25 | 116.2084 |
| 2026-07-02 | 0.5601 |
| 2026-07-09 | 116.6749 |
| 2026-07-16 | 116.2648 |
| 2026-07-23 | 115.9278 |
| 2026-07-30 | 116.7186 |
| 2026-08-06 | 117.0579 |
| 2026-08-13 | 116.7011 |
| 2026-08-21 | 118.5732 |
| 2026-08-28 | 117.6624 |
| 2026-09-04 | 118.0069 |
| 2026-09-11 | 117.9091 |
| 2026-09-18 | 0.5635 |
| 2026-09-25 | 115.5252 |
High
119.5662
Low
0.56012
Average
98.5935
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.