Skip to content

XOF to ZMW exchange rate API

CFA Franc BCEAO to Zambian Kwacha · quoted 2026-09-27

0.03386

▲ +0.50% over 30D

1 XOF = 0.03386 ZMW · 1 ZMW = 29.5299 XOF · Get this rate via the API

1 XOF buys 0.03386 ZMW as of 2026-09-27, so 1 ZMW buys 29.5299 XOF. Over the last 30 days, XOF/ZMW traded between 0.03362 and 0.03449, averaged 0.03407 and rose 0.50%. The API holds daily XOF/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

XOF/ZMW over 30D

XOF/ZMW over 30D: show the values
PointXOF/ZMW
2026-08-280.03370
2026-08-290.03367
2026-08-300.03362
2026-08-310.03369
2026-09-010.03388
2026-09-020.03383
2026-09-030.03390
2026-09-040.03402
2026-09-050.03408
2026-09-060.03408
2026-09-070.03410
2026-09-080.03411
2026-09-090.03427
2026-09-100.03421
2026-09-110.03423
2026-09-120.03421
2026-09-130.03421
2026-09-140.03409
2026-09-150.03413
2026-09-160.03446
2026-09-170.03433
2026-09-180.03434
2026-09-190.03449
2026-09-200.03437
2026-09-210.03446
2026-09-220.03433
2026-09-230.03392
2026-09-240.03394
2026-09-250.03393
2026-09-260.03386

High

0.03449

Low

0.03362

Average

0.03407

For developers

Get this rate via the API

One GET request returns the XOF/ZMW rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF&currencies=ZMW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF&currencies=ZMW");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF&currencies=ZMW").json()

Replace YOUR_API_KEY with the key from your dashboard.

XOF/ZMW API questions

How do I get the XOF/ZMW exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF&currencies=ZMW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest XOF/ZMW rate in rates.ZMW.

How far back does XOF/ZMW historical data go?

Daily XOF/ZMW 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/ZMW 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.