PAB to XPF exchange rate API
Balboa to CFP Franc · quoted 2026-09-25
104.9667
▲ +4.56% over 1Y
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 year, PAB/XPF traded between 100.1701 and 104.9667, averaged 102.7271 and rose 4.56%. 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 1Y: show the values
| Point | PAB/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-12 | 101.7436 |
| 2025-12-19 | 101.8346 |
| 2025-12-26 | 101.4476 |
| 2026-01-02 | 101.5749 |
| 2026-01-09 | 102.2990 |
| 2026-01-16 | 102.7806 |
| 2026-01-23 | 101.7942 |
| 2026-01-30 | 100.1701 |
| 2026-02-06 | 100.9427 |
| 2026-02-13 | 100.5907 |
| 2026-02-20 | 101.1756 |
| 2026-02-27 | 101.1209 |
| 2026-03-06 | 102.5043 |
| 2026-03-13 | 103.8722 |
| 2026-03-20 | 103.3526 |
| 2026-03-27 | 103.5022 |
| 2026-04-03 | 103.8685 |
| 2026-04-10 | 102.6451 |
| 2026-04-17 | 101.4663 |
| 2026-04-24 | 102.0843 |
| 2026-05-01 | 101.8337 |
| 2026-05-08 | 101.4245 |
| 2026-05-16 | 102.6528 |
| 2026-05-24 | 102.6040 |
| 2026-05-31 | 102.4112 |
| 2026-06-09 | 103.2379 |
| 2026-06-16 | 103.2317 |
| 2026-06-23 | 104.3941 |
| 2026-06-30 | 104.5591 |
| 2026-07-07 | 104.3944 |
| 2026-07-14 | 104.4333 |
| 2026-07-21 | 104.5244 |
| 2026-07-28 | 104.6642 |
| 2026-08-04 | 103.6429 |
| 2026-08-11 | 103.3044 |
| 2026-08-18 | 102.9748 |
| 2026-08-26 | 102.3115 |
| 2026-09-02 | 103.0469 |
| 2026-09-09 | 102.4104 |
| 2026-09-16 | 103.4397 |
| 2026-09-23 | 104.3875 |
High
104.9667
Low
100.1701
Average
102.7271
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.