Skip to content

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

ZMW/XPF over 1Y: show the values
PointZMW/XPF
2025-09-264.2195
2025-10-034.2762
2025-10-104.5411
2025-10-174.5220
2025-10-244.6492
2025-10-314.6620
2025-11-074.5533
2025-11-144.5394
2025-11-214.4894
2025-11-284.5003
2025-12-054.4342
2025-12-134.4014
2025-12-204.4999
2025-12-274.4946
2026-01-034.6016
2026-01-105.2569
2026-01-175.0949
2026-01-245.1626
2026-01-315.0949
2026-02-075.4031
2026-02-145.5111
2026-02-215.3382
2026-02-285.3427
2026-03-075.3190
2026-03-145.3686
2026-03-215.2788
2026-03-285.4898
2026-04-045.3837
2026-04-115.3510
2026-04-185.3281
2026-04-255.3878
2026-05-025.4485
2026-05-095.3156
2026-05-175.4232
2026-05-255.4102
2026-06-015.5622
2026-06-105.7936
2026-06-175.8094
2026-06-245.7897
2026-07-015.7936
2026-07-085.6506
2026-07-155.7443
2026-07-225.6760
2026-07-295.5768
2026-08-055.4412
2026-08-125.4900
2026-08-205.4578
2026-08-275.3747
2026-09-035.3655
2026-09-105.3020
2026-09-175.2979
2026-09-245.3573

High

5.8094

Low

4.2195

Average

5.1688

For developers

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