Skip to content

USD to XPF exchange rate API

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

104.9667

▲ +3.26% over YTD

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 year to date, USD/XPF traded between 100.1339 and 104.9667, averaged 102.7402 and rose 3.26%. 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 YTD

USD/XPF over YTD: show the values
PointUSD/XPF
2025-12-31101.6508
2026-01-07102.0169
2026-01-14102.5167
2026-01-21102.0593
2026-01-28100.1339
2026-02-04100.6011
2026-02-11100.2156
2026-02-18100.7963
2026-02-25101.0833
2026-03-04102.3624
2026-03-11102.8107
2026-03-18103.6054
2026-03-25103.0841
2026-04-01103.3916
2026-04-08102.6978
2026-04-15101.4508
2026-04-22101.8020
2026-04-29102.0433
2026-05-06101.8513
2026-05-13101.9251
2026-05-20102.6551
2026-05-27102.4240
2026-06-03102.7216
2026-06-10103.2385
2026-06-17103.0587
2026-06-24104.7924
2026-07-01104.6333
2026-07-08104.5401
2026-07-15104.3529
2026-07-22104.5506
2026-07-29104.5674
2026-08-05103.2699
2026-08-12103.3251
2026-08-19102.8162
2026-08-26102.3115
2026-09-02103.0469
2026-09-09102.4104
2026-09-16103.4397
2026-09-23104.3875

High

104.9667

Low

100.1339

Average

102.7402

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.