USD to XPF exchange rate API
US Dollar to CFP Franc · quoted 2026-09-25
104.9667
▲ +4.56% over 1Y
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 year, USD/XPF traded between 100.3526 and 104.9667, averaged 102.7131 and rose 4.56%. 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 1Y: show the values
| Point | USD/XPF |
|---|---|
| 2025-09-25 | 100.3900 |
| 2025-10-02 | 101.7668 |
| 2025-10-09 | 102.5260 |
| 2025-10-16 | 102.6072 |
| 2025-10-23 | 102.9943 |
| 2025-10-30 | 103.0277 |
| 2025-11-06 | 103.5810 |
| 2025-11-13 | 102.9953 |
| 2025-11-20 | 103.4874 |
| 2025-11-27 | 102.9879 |
| 2025-12-04 | 102.5518 |
| 2025-12-11 | 102.2465 |
| 2025-12-18 | 101.7391 |
| 2025-12-25 | 101.3190 |
| 2026-01-01 | 101.5394 |
| 2026-01-08 | 102.1217 |
| 2026-01-15 | 102.6379 |
| 2026-01-22 | 102.1764 |
| 2026-01-29 | 100.3526 |
| 2026-02-05 | 100.8733 |
| 2026-02-12 | 100.3783 |
| 2026-02-19 | 101.1267 |
| 2026-02-26 | 100.8258 |
| 2026-03-05 | 102.3836 |
| 2026-03-12 | 102.9811 |
| 2026-03-19 | 103.9109 |
| 2026-03-26 | 103.4155 |
| 2026-04-02 | 103.5374 |
| 2026-04-09 | 102.7863 |
| 2026-04-16 | 101.4365 |
| 2026-04-23 | 102.0381 |
| 2026-04-30 | 102.1342 |
| 2026-05-07 | 101.7213 |
| 2026-05-14 | 102.0073 |
| 2026-05-21 | 102.6180 |
| 2026-05-28 | 102.5193 |
| 2026-06-04 | 102.7545 |
| 2026-06-11 | 103.4747 |
| 2026-06-18 | 103.7409 |
| 2026-06-25 | 104.7683 |
| 2026-07-02 | 104.5801 |
| 2026-07-09 | 104.4088 |
| 2026-07-16 | 104.1985 |
| 2026-07-23 | 104.6198 |
| 2026-07-30 | 104.0367 |
| 2026-08-06 | 103.2659 |
| 2026-08-13 | 103.4012 |
| 2026-08-20 | 102.2398 |
| 2026-08-27 | 102.3861 |
| 2026-09-03 | 102.7492 |
| 2026-09-10 | 102.3323 |
| 2026-09-17 | 104.0000 |
| 2026-09-24 | 104.8401 |
High
104.9667
Low
100.3526
Average
102.7131
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.