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: show the values
| Point | USD/XPF |
|---|---|
| 2024-08-24 | 106.4883 |
| 2024-10-01 | 105.7500 |
| 2024-10-31 | 108.1735 |
| 2024-11-30 | 112.8062 |
| 2024-12-30 | 112.8270 |
| 2025-01-29 | 112.7938 |
| 2025-02-28 | 113.0894 |
| 2025-03-30 | 108.9400 |
| 2025-04-29 | 103.1176 |
| 2025-05-29 | 103.9363 |
| 2025-06-28 | 101.9727 |
| 2025-07-28 | 100.6084 |
| 2025-08-27 | 101.1145 |
| 2025-09-26 | 100.5936 |
| 2025-10-26 | 102.8196 |
| 2025-11-25 | 103.4673 |
| 2025-12-25 | 101.3190 |
| 2026-01-24 | 100.9308 |
| 2026-02-23 | 100.9578 |
| 2026-03-25 | 103.0841 |
| 2026-04-24 | 102.0922 |
| 2026-05-24 | 102.6040 |
| 2026-06-23 | 104.3941 |
| 2026-07-23 | 104.6198 |
| 2026-08-22 | 102.2015 |
| 2026-09-21 | 103.9585 |
High
113.0894
Low
100.5936
Average
104.8010
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=XPF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=XPF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=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¤cies=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.