Skip to content

XPF to ZMW exchange rate API

CFP Franc to Zambian Kwacha · quoted 2026-09-26

0.18615

▲ +0.05% over 30D

1 XPF = 0.18615 ZMW · 1 ZMW = 5.3720 XPF · Get this rate via the API

1 XPF buys 0.18615 ZMW as of 2026-09-26, so 1 ZMW buys 5.3720 XPF. Over the last 30 days, XPF/ZMW traded between 0.18508 and 0.18957, averaged 0.18750 and rose 0.05%. The API holds daily XPF/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

XPF/ZMW over 30D

XPF/ZMW over 30D: show the values
PointXPF/ZMW
2026-08-270.18606
2026-08-280.18547
2026-08-290.18508
2026-08-300.18522
2026-08-310.18555
2026-09-010.18681
2026-09-020.18594
2026-09-030.18637
2026-09-040.18743
2026-09-050.18734
2026-09-060.18772
2026-09-070.18766
2026-09-080.18790
2026-09-090.18866
2026-09-100.18861
2026-09-110.18864
2026-09-120.18807
2026-09-130.18845
2026-09-140.18810
2026-09-150.18773
2026-09-160.18948
2026-09-170.18876
2026-09-180.18923
2026-09-190.18957
2026-09-200.18906
2026-09-210.18950
2026-09-220.18947
2026-09-230.18681
2026-09-240.18666
2026-09-250.18636
2026-09-260.18615

High

0.18957

Low

0.18508

Average

0.18750

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

XPF/ZMW API questions

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

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

How far back does XPF/ZMW historical data go?

Daily XPF/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 XPF/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.