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: show the values
| Point | USD/XPF |
|---|---|
| 2026-03-29 | 103.5038 |
| 2026-04-05 | 103.7349 |
| 2026-04-12 | 102.3629 |
| 2026-04-19 | 101.5118 |
| 2026-04-26 | 101.8210 |
| 2026-05-03 | 101.8516 |
| 2026-05-10 | 101.4562 |
| 2026-05-17 | 102.5516 |
| 2026-05-24 | 102.6040 |
| 2026-05-31 | 102.4112 |
| 2026-06-07 | 103.0857 |
| 2026-06-14 | 103.2278 |
| 2026-06-21 | 103.8865 |
| 2026-06-28 | 104.6353 |
| 2026-07-05 | 104.3423 |
| 2026-07-12 | 104.5032 |
| 2026-07-19 | 104.3499 |
| 2026-07-26 | 104.8053 |
| 2026-08-02 | 103.5442 |
| 2026-08-09 | 103.1961 |
| 2026-08-16 | 103.1208 |
| 2026-08-23 | 102.1571 |
| 2026-08-30 | 102.7873 |
| 2026-09-06 | 102.5405 |
| 2026-09-13 | 102.6778 |
| 2026-09-20 | 103.8433 |
High
104.9667
Low
101.4562
Average
103.1659
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.