Skip to content

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

XAF/ZMW over 1Y: show the values
PointXAF/ZMW
2025-09-260.04241
2025-10-030.04253
2025-10-100.04003
2025-10-170.04038
2025-10-240.03918
2025-10-310.03907
2025-11-070.03993
2025-11-140.04018
2025-11-210.04055
2025-11-280.04044
2025-12-050.04113
2025-12-130.04133
2025-12-200.04043
2025-12-270.04047
2026-01-030.03953
2026-01-100.03461
2026-01-170.03571
2026-01-240.03524
2026-01-310.03571
2026-02-070.03367
2026-02-140.03301
2026-02-210.03408
2026-02-280.03405
2026-03-070.03420
2026-03-140.03389
2026-03-210.03446
2026-03-280.03302
2026-04-040.03379
2026-04-110.03397
2026-04-180.03421
2026-04-250.03376
2026-05-020.03335
2026-05-090.03414
2026-05-170.03351
2026-05-250.03351
2026-06-010.03272
2026-06-100.03137
2026-06-170.03140
2026-06-240.03136
2026-07-010.03140
2026-07-080.03220
2026-07-150.03168
2026-07-220.03203
2026-07-290.03258
2026-08-050.03338
2026-08-120.03310
2026-08-200.03336
2026-08-270.03383
2026-09-030.03386
2026-09-100.03424
2026-09-170.03431
2026-09-240.03394

High

0.04253

Low

0.03136

Average

0.03547

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XAF&currencies=ZMW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XAF&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=XAF&currencies=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&currencies=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.