XOF to ZWL exchange rate API
CFA Franc BCEAO to Zimbabwe Dollar · quoted 2026-09-27
115.5970
▲ +4.05% over 6M
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 6 months, XOF/ZWL traded between 0.57396 and 118.8074, averaged 98.6081 and rose 4.05%. 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 6M: show the values
| Point | XOF/ZWL |
|---|---|
| 2026-03-31 | 111.0939 |
| 2026-04-07 | 112.0069 |
| 2026-04-14 | 0.5785 |
| 2026-04-21 | 0.5775 |
| 2026-04-28 | 0.5747 |
| 2026-05-05 | 0.5740 |
| 2026-05-12 | 115.6475 |
| 2026-05-20 | 115.3209 |
| 2026-05-28 | 117.1910 |
| 2026-06-04 | 118.8074 |
| 2026-06-13 | 118.0418 |
| 2026-06-20 | 117.0572 |
| 2026-06-27 | 116.3923 |
| 2026-07-04 | 117.0054 |
| 2026-07-11 | 116.1426 |
| 2026-07-18 | 116.4327 |
| 2026-07-25 | 115.4998 |
| 2026-08-01 | 117.2816 |
| 2026-08-08 | 117.3721 |
| 2026-08-15 | 117.1813 |
| 2026-08-23 | 118.5534 |
| 2026-08-30 | 116.9546 |
| 2026-09-06 | 117.5285 |
| 2026-09-13 | 117.7888 |
| 2026-09-20 | 116.6088 |
High
118.8074
Low
0.57396
Average
98.6081
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.