Skip to content

USD to XPF exchange rate API

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

104.9667

▲ +1.41% over 6M

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 6 months, USD/XPF traded between 101.4562 and 104.9667, averaged 103.1659 and rose 1.41%. 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 6M

USD/XPF over 6M: show the values
PointUSD/XPF
2026-03-29103.5038
2026-04-05103.7349
2026-04-12102.3629
2026-04-19101.5118
2026-04-26101.8210
2026-05-03101.8516
2026-05-10101.4562
2026-05-17102.5516
2026-05-24102.6040
2026-05-31102.4112
2026-06-07103.0857
2026-06-14103.2278
2026-06-21103.8865
2026-06-28104.6353
2026-07-05104.3423
2026-07-12104.5032
2026-07-19104.3499
2026-07-26104.8053
2026-08-02103.5442
2026-08-09103.1961
2026-08-16103.1208
2026-08-23102.1571
2026-08-30102.7873
2026-09-06102.5405
2026-09-13102.6778
2026-09-20103.8433

High

104.9667

Low

101.4562

Average

103.1659

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.