Skip to content

ZMW to XAF exchange rate API

Zambian Kwacha to CFA Franc BEAC · quoted 2026-09-26

29.5106

▲ +31.35% over 5Y

1 ZMW = 29.5106 XAF · 1 XAF = 0.03389 ZMW · Get this rate via the API

1 ZMW buys 29.5106 XAF as of 2026-09-26, so 1 XAF buys 0.03389 ZMW. Over the last 5 years, ZMW/XAF traded between 20.9245 and 32.3530, averaged 25.3697 and rose 31.35%. The API holds daily ZMW/XAF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/XAF over 5Y

ZMW/XAF over 5Y: show the values
PointZMW/XAF
2024-08-2422.4680
2024-10-0722.5856
2024-11-0622.5561
2024-12-0622.8862
2025-01-0522.6795
2025-02-0422.7685
2025-03-0621.1407
2025-04-0621.4542
2025-05-0620.9245
2025-06-0721.6112
2025-07-0722.8951
2025-08-0624.4942
2025-09-0523.4786
2025-10-0623.5405
2025-11-0525.3994
2025-12-0524.3150
2026-01-0525.3637
2026-02-0428.2745
2026-03-0629.1915
2026-04-0529.5821
2026-05-0529.9278
2026-06-0632.3530
2026-07-0831.0568
2026-08-0729.8063
2026-09-0729.3501

High

32.3530

Low

20.9245

Average

25.3697

For developers

Get this rate via the API

One GET request returns the ZMW/XAF 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=ZMW&currencies=XAF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=XAF");
const data = await response.json();
Python
import requests

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/XAF API questions

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

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

How far back does ZMW/XAF historical data go?

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