Skip to content

XPF to ZWL exchange rate API

CFP Franc to Zimbabwe Dollar · quoted 2026-09-25

636.1554

▼ +4.00% over 1Y

1 XPF = 636.1554 ZWL · 1 ZWL = 0.001572 XPF · Get this rate via the API

1 XPF buys 636.1554 ZWL as of 2026-09-25, so 1 ZWL buys 0.001572 XPF. Over the last year, XPF/ZWL traded between 3.1410 and 662.6379, averaged 578.7843 and fell 4.00%. The API holds daily XPF/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

XPF/ZWL over 1Y

XPF/ZWL over 1Y: show the values
PointXPF/ZWL
2025-09-25662.6379
2025-10-02655.6857
2025-10-09651.3590
2025-10-16648.9119
2025-10-23644.0677
2025-10-30641.5399
2025-11-06634.9337
2025-11-13638.9250
2025-11-20634.2773
2025-11-27635.5445
2025-12-04638.1632
2025-12-12641.1790
2025-12-19640.5546
2025-12-26641.0528
2026-01-02639.2563
2026-01-09628.3218
2026-01-16623.3732
2026-01-23628.7597
2026-01-30638.3436
2026-02-06637.6910
2026-02-13634.8928
2026-02-20631.6731
2026-02-27633.8747
2026-03-06627.8299
2026-03-13612.7862
2026-03-20611.7328
2026-03-27612.3985
2026-04-03610.0333
2026-04-103.1410
2026-04-173.1736
2026-04-243.1540
2026-05-013.1614
2026-05-083.1645
2026-05-16627.2996
2026-05-24641.6388
2026-05-31656.5321
2026-06-09648.7359
2026-06-16646.0082
2026-06-23640.7416
2026-06-30641.3340
2026-07-07643.7623
2026-07-14641.6216
2026-07-21640.4520
2026-07-28641.9338
2026-08-04643.0614
2026-08-11643.4967
2026-08-18648.0735
2026-08-26650.8712
2026-09-02649.8611
2026-09-09652.1386
2026-09-16647.2282
2026-09-23639.0261

High

662.6379

Low

3.1410

Average

578.7843

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

XPF/ZWL API questions

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

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

How far back does XPF/ZWL historical data go?

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