XAF to ZMW exchange rate API
CFA Franc BEAC to Zambian Kwacha · quoted 2026-09-26
0.03389
▼ +20.09% over 1Y
1 XAF = 0.03389 ZMW · 1 ZMW = 29.5107 XAF · Get this rate via the API
1 XAF buys 0.03389 ZMW as of 2026-09-26, so 1 ZMW buys 29.5107 XAF. Over the last year, XAF/ZMW traded between 0.03136 and 0.04253, averaged 0.03547 and fell 20.09%. The API holds daily XAF/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
XAF/ZMW over 1Y: show the values
| Point | XAF/ZMW |
|---|---|
| 2025-09-26 | 0.04241 |
| 2025-10-03 | 0.04253 |
| 2025-10-10 | 0.04003 |
| 2025-10-17 | 0.04038 |
| 2025-10-24 | 0.03918 |
| 2025-10-31 | 0.03907 |
| 2025-11-07 | 0.03993 |
| 2025-11-14 | 0.04018 |
| 2025-11-21 | 0.04055 |
| 2025-11-28 | 0.04044 |
| 2025-12-05 | 0.04113 |
| 2025-12-13 | 0.04133 |
| 2025-12-20 | 0.04043 |
| 2025-12-27 | 0.04047 |
| 2026-01-03 | 0.03953 |
| 2026-01-10 | 0.03461 |
| 2026-01-17 | 0.03571 |
| 2026-01-24 | 0.03524 |
| 2026-01-31 | 0.03571 |
| 2026-02-07 | 0.03367 |
| 2026-02-14 | 0.03301 |
| 2026-02-21 | 0.03408 |
| 2026-02-28 | 0.03405 |
| 2026-03-07 | 0.03420 |
| 2026-03-14 | 0.03389 |
| 2026-03-21 | 0.03446 |
| 2026-03-28 | 0.03302 |
| 2026-04-04 | 0.03379 |
| 2026-04-11 | 0.03397 |
| 2026-04-18 | 0.03421 |
| 2026-04-25 | 0.03376 |
| 2026-05-02 | 0.03335 |
| 2026-05-09 | 0.03414 |
| 2026-05-17 | 0.03351 |
| 2026-05-25 | 0.03351 |
| 2026-06-01 | 0.03272 |
| 2026-06-10 | 0.03137 |
| 2026-06-17 | 0.03140 |
| 2026-06-24 | 0.03136 |
| 2026-07-01 | 0.03140 |
| 2026-07-08 | 0.03220 |
| 2026-07-15 | 0.03168 |
| 2026-07-22 | 0.03203 |
| 2026-07-29 | 0.03258 |
| 2026-08-05 | 0.03338 |
| 2026-08-12 | 0.03310 |
| 2026-08-20 | 0.03336 |
| 2026-08-27 | 0.03383 |
| 2026-09-03 | 0.03386 |
| 2026-09-10 | 0.03424 |
| 2026-09-17 | 0.03431 |
| 2026-09-24 | 0.03394 |
High
0.04253
Low
0.03136
Average
0.03547
Get this rate via the API
One GET request returns the XAF/ZMW 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=XAF¤cies=ZMW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XAF¤cies=ZMW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XAF¤cies=ZMW").json()Replace YOUR_API_KEY with the key from your dashboard.
XAF/ZMW API questions
How do I get the XAF/ZMW exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XAF¤cies=ZMW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest XAF/ZMW rate in rates.ZMW.
How far back does XAF/ZMW historical data go?
Daily XAF/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 XAF/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.