PAB to XPF exchange rate API
Balboa to CFP Franc · quoted 2026-09-25
104.9667
▲ +1.41% over 6M
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 last 6 months, PAB/XPF traded between 101.3354 and 104.9667, averaged 103.2511 and rose 1.41%. 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 6M: show the values
| Point | PAB/XPF |
|---|---|
| 2026-03-29 | 103.5038 |
| 2026-04-05 | 103.7349 |
| 2026-04-12 | 102.5159 |
| 2026-04-19 | 101.3354 |
| 2026-04-26 | 101.9906 |
| 2026-05-03 | 101.8312 |
| 2026-05-10 | 101.7279 |
| 2026-05-18 | 102.3124 |
| 2026-05-26 | 102.5355 |
| 2026-06-02 | 102.5589 |
| 2026-06-11 | 103.4747 |
| 2026-06-18 | 103.7409 |
| 2026-06-25 | 104.7683 |
| 2026-07-02 | 104.5489 |
| 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-21 | 102.1479 |
| 2026-08-28 | 102.4964 |
| 2026-09-04 | 102.4398 |
| 2026-09-11 | 102.5769 |
| 2026-09-18 | 103.7165 |
| 2026-09-25 | 104.9265 |
High
104.9667
Low
101.3354
Average
103.2511
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.