Skip to content

CAD to XPF exchange rate API

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

74.1921

▼ +5.87% over 5Y

1 CAD = 74.1921 XPF · 1 XPF = 0.01348 CAD · Get this rate via the API

1 CAD buys 74.1921 XPF as of 2026-09-25, so 1 XPF buys 0.01348 CAD. Over the last 5 years, CAD/XPF traded between 72.1209 and 80.5491, averaged 75.2354 and fell 5.87%. The API holds daily CAD/XPF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CAD/XPF over 5Y

CAD/XPF over 5Y: show the values
PointCAD/XPF
2024-08-2478.8182
2024-10-0178.1337
2024-10-3177.7815
2024-11-3080.5491
2024-12-3078.3748
2025-01-2978.1163
2025-02-2878.3924
2025-03-3076.0625
2025-04-2974.4797
2025-05-2975.1895
2025-06-2874.5143
2025-07-2873.3174
2025-08-2773.0083
2025-09-2672.1209
2025-10-2673.4365
2025-11-2573.3176
2025-12-2574.0893
2026-01-2473.6603
2026-02-2373.7470
2026-03-2574.7920
2026-04-2474.6242
2026-05-2474.2529
2026-06-2373.5836
2026-07-2374.3314
2026-08-2274.2363
2026-09-2174.2330

High

80.5491

Low

72.1209

Average

75.2354

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CAD/XPF API questions

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

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

How far back does CAD/XPF historical data go?

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