PAB to XPF exchange rate API
Balboa to CFP Franc · quoted 2026-09-25
104.9667
▲ +3.26% over YTD
1 PAB = 104.9667 XPF · 1 XPF = 0.009527 PAB · Get this rate via the API
1 PAB buys 104.9667 XPF as of 2026-09-25, so 1 XPF buys 0.009527 PAB. Over the year to date, PAB/XPF traded between 100.1339 and 104.9667, averaged 102.7002 and rose 3.26%. The API holds daily PAB/XPF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PAB/XPF over YTD: show the values
| Point | PAB/XPF |
|---|---|
| 2025-12-31 | 101.6508 |
| 2026-01-07 | 102.0169 |
| 2026-01-14 | 102.5167 |
| 2026-01-21 | 102.0593 |
| 2026-01-28 | 100.1339 |
| 2026-02-04 | 100.6011 |
| 2026-02-11 | 100.2156 |
| 2026-02-18 | 100.7963 |
| 2026-02-25 | 101.0833 |
| 2026-03-04 | 102.3624 |
| 2026-03-11 | 102.8107 |
| 2026-03-18 | 103.6054 |
| 2026-03-25 | 103.0841 |
| 2026-04-01 | 103.3916 |
| 2026-04-08 | 102.6978 |
| 2026-04-15 | 101.3962 |
| 2026-04-22 | 101.8146 |
| 2026-04-29 | 102.0677 |
| 2026-05-06 | 102.0608 |
| 2026-05-14 | 102.0073 |
| 2026-05-21 | 102.6180 |
| 2026-05-29 | 102.5314 |
| 2026-06-05 | 102.9410 |
| 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-24 | 102.1996 |
| 2026-08-31 | 102.6654 |
| 2026-09-07 | 102.5739 |
| 2026-09-14 | 102.8679 |
| 2026-09-21 | 103.9585 |
High
104.9667
Low
100.1339
Average
102.7002
Get this rate via the API
One GET request returns the PAB/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=PAB¤cies=XPF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=XPF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=XPF").json()Replace YOUR_API_KEY with the key from your dashboard.
PAB/XPF API questions
How do I get the PAB/XPF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=XPF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/XPF rate in rates.XPF.
How far back does PAB/XPF historical data go?
Daily PAB/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 PAB/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.