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: show the values
| Point | XPF/ZWL |
|---|---|
| 2025-09-25 | 662.6379 |
| 2025-10-02 | 655.6857 |
| 2025-10-09 | 651.3590 |
| 2025-10-16 | 648.9119 |
| 2025-10-23 | 644.0677 |
| 2025-10-30 | 641.5399 |
| 2025-11-06 | 634.9337 |
| 2025-11-13 | 638.9250 |
| 2025-11-20 | 634.2773 |
| 2025-11-27 | 635.5445 |
| 2025-12-04 | 638.1632 |
| 2025-12-12 | 641.1790 |
| 2025-12-19 | 640.5546 |
| 2025-12-26 | 641.0528 |
| 2026-01-02 | 639.2563 |
| 2026-01-09 | 628.3218 |
| 2026-01-16 | 623.3732 |
| 2026-01-23 | 628.7597 |
| 2026-01-30 | 638.3436 |
| 2026-02-06 | 637.6910 |
| 2026-02-13 | 634.8928 |
| 2026-02-20 | 631.6731 |
| 2026-02-27 | 633.8747 |
| 2026-03-06 | 627.8299 |
| 2026-03-13 | 612.7862 |
| 2026-03-20 | 611.7328 |
| 2026-03-27 | 612.3985 |
| 2026-04-03 | 610.0333 |
| 2026-04-10 | 3.1410 |
| 2026-04-17 | 3.1736 |
| 2026-04-24 | 3.1540 |
| 2026-05-01 | 3.1614 |
| 2026-05-08 | 3.1645 |
| 2026-05-16 | 627.2996 |
| 2026-05-24 | 641.6388 |
| 2026-05-31 | 656.5321 |
| 2026-06-09 | 648.7359 |
| 2026-06-16 | 646.0082 |
| 2026-06-23 | 640.7416 |
| 2026-06-30 | 641.3340 |
| 2026-07-07 | 643.7623 |
| 2026-07-14 | 641.6216 |
| 2026-07-21 | 640.4520 |
| 2026-07-28 | 641.9338 |
| 2026-08-04 | 643.0614 |
| 2026-08-11 | 643.4967 |
| 2026-08-18 | 648.0735 |
| 2026-08-26 | 650.8712 |
| 2026-09-02 | 649.8611 |
| 2026-09-09 | 652.1386 |
| 2026-09-16 | 647.2282 |
| 2026-09-23 | 639.0261 |
High
662.6379
Low
3.1410
Average
578.7843
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XPF¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XPF¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XPF¤cies=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¤cies=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.