Skip to content

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

USD/XPF over 1Y: show the values
PointUSD/XPF
2025-09-25100.3900
2025-10-02101.7668
2025-10-09102.5260
2025-10-16102.6072
2025-10-23102.9943
2025-10-30103.0277
2025-11-06103.5810
2025-11-13102.9953
2025-11-20103.4874
2025-11-27102.9879
2025-12-04102.5518
2025-12-11102.2465
2025-12-18101.7391
2025-12-25101.3190
2026-01-01101.5394
2026-01-08102.1217
2026-01-15102.6379
2026-01-22102.1764
2026-01-29100.3526
2026-02-05100.8733
2026-02-12100.3783
2026-02-19101.1267
2026-02-26100.8258
2026-03-05102.3836
2026-03-12102.9811
2026-03-19103.9109
2026-03-26103.4155
2026-04-02103.5374
2026-04-09102.7863
2026-04-16101.4365
2026-04-23102.0381
2026-04-30102.1342
2026-05-07101.7213
2026-05-14102.0073
2026-05-21102.6180
2026-05-28102.5193
2026-06-04102.7545
2026-06-11103.4747
2026-06-18103.7409
2026-06-25104.7683
2026-07-02104.5801
2026-07-09104.4088
2026-07-16104.1985
2026-07-23104.6198
2026-07-30104.0367
2026-08-06103.2659
2026-08-13103.4012
2026-08-20102.2398
2026-08-27102.3861
2026-09-03102.7492
2026-09-10102.3323
2026-09-17104.0000
2026-09-24104.8401

High

104.9667

Low

100.3526

Average

102.7131

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.