Skip to content

USD to XPF exchange rate API

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

104.9667

▼ +1.43% over 5Y

1 USD = 104.9667 XPF · 1 XPF = 0.009527 USD · Get this rate via the API

1 USD buys 104.9667 XPF as of 2026-09-25, so 1 XPF buys 0.009527 USD. Over the last 5 years, USD/XPF traded between 100.5936 and 113.0894, averaged 104.8010 and fell 1.43%. The API holds daily USD/XPF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/XPF over 5Y

USD/XPF over 5Y: show the values
PointUSD/XPF
2024-08-24106.4883
2024-10-01105.7500
2024-10-31108.1735
2024-11-30112.8062
2024-12-30112.8270
2025-01-29112.7938
2025-02-28113.0894
2025-03-30108.9400
2025-04-29103.1176
2025-05-29103.9363
2025-06-28101.9727
2025-07-28100.6084
2025-08-27101.1145
2025-09-26100.5936
2025-10-26102.8196
2025-11-25103.4673
2025-12-25101.3190
2026-01-24100.9308
2026-02-23100.9578
2026-03-25103.0841
2026-04-24102.0922
2026-05-24102.6040
2026-06-23104.3941
2026-07-23104.6198
2026-08-22102.2015
2026-09-21103.9585

High

113.0894

Low

100.5936

Average

104.8010

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

USD/XPF API questions

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

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

How far back does USD/XPF historical data go?

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