ZMW to XPF exchange rate API
Zambian Kwacha to CFP Franc · quoted 2026-09-26
5.3720
▲ +27.32% over 1Y
1 ZMW = 5.3720 XPF · 1 XPF = 0.18615 ZMW · Get this rate via the API
1 ZMW buys 5.3720 XPF as of 2026-09-26, so 1 XPF buys 0.18615 ZMW. Over the last year, ZMW/XPF traded between 4.2195 and 5.8094, averaged 5.1688 and rose 27.32%. The API holds daily ZMW/XPF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ZMW/XPF over 1Y: show the values
| Point | ZMW/XPF |
|---|---|
| 2025-09-26 | 4.2195 |
| 2025-10-03 | 4.2762 |
| 2025-10-10 | 4.5411 |
| 2025-10-17 | 4.5220 |
| 2025-10-24 | 4.6492 |
| 2025-10-31 | 4.6620 |
| 2025-11-07 | 4.5533 |
| 2025-11-14 | 4.5394 |
| 2025-11-21 | 4.4894 |
| 2025-11-28 | 4.5003 |
| 2025-12-05 | 4.4342 |
| 2025-12-13 | 4.4014 |
| 2025-12-20 | 4.4999 |
| 2025-12-27 | 4.4946 |
| 2026-01-03 | 4.6016 |
| 2026-01-10 | 5.2569 |
| 2026-01-17 | 5.0949 |
| 2026-01-24 | 5.1626 |
| 2026-01-31 | 5.0949 |
| 2026-02-07 | 5.4031 |
| 2026-02-14 | 5.5111 |
| 2026-02-21 | 5.3382 |
| 2026-02-28 | 5.3427 |
| 2026-03-07 | 5.3190 |
| 2026-03-14 | 5.3686 |
| 2026-03-21 | 5.2788 |
| 2026-03-28 | 5.4898 |
| 2026-04-04 | 5.3837 |
| 2026-04-11 | 5.3510 |
| 2026-04-18 | 5.3281 |
| 2026-04-25 | 5.3878 |
| 2026-05-02 | 5.4485 |
| 2026-05-09 | 5.3156 |
| 2026-05-17 | 5.4232 |
| 2026-05-25 | 5.4102 |
| 2026-06-01 | 5.5622 |
| 2026-06-10 | 5.7936 |
| 2026-06-17 | 5.8094 |
| 2026-06-24 | 5.7897 |
| 2026-07-01 | 5.7936 |
| 2026-07-08 | 5.6506 |
| 2026-07-15 | 5.7443 |
| 2026-07-22 | 5.6760 |
| 2026-07-29 | 5.5768 |
| 2026-08-05 | 5.4412 |
| 2026-08-12 | 5.4900 |
| 2026-08-20 | 5.4578 |
| 2026-08-27 | 5.3747 |
| 2026-09-03 | 5.3655 |
| 2026-09-10 | 5.3020 |
| 2026-09-17 | 5.2979 |
| 2026-09-24 | 5.3573 |
High
5.8094
Low
4.2195
Average
5.1688
Get this rate via the API
One GET request returns the ZMW/XPF 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=ZMW¤cies=XPF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=XPF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=XPF").json()Replace YOUR_API_KEY with the key from your dashboard.
ZMW/XPF API questions
How do I get the ZMW/XPF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=XPF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/XPF rate in rates.XPF.
How far back does ZMW/XPF historical data go?
Daily ZMW/XPF 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/XPF 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.