Skip to content

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

PAB/XPF over YTD: show the values
PointPAB/XPF
2025-12-31101.6508
2026-01-07102.0169
2026-01-14102.5167
2026-01-21102.0593
2026-01-28100.1339
2026-02-04100.6011
2026-02-11100.2156
2026-02-18100.7963
2026-02-25101.0833
2026-03-04102.3624
2026-03-11102.8107
2026-03-18103.6054
2026-03-25103.0841
2026-04-01103.3916
2026-04-08102.6978
2026-04-15101.3962
2026-04-22101.8146
2026-04-29102.0677
2026-05-06102.0608
2026-05-14102.0073
2026-05-21102.6180
2026-05-29102.5314
2026-06-05102.9410
2026-06-14103.2278
2026-06-21103.8865
2026-06-28104.6353
2026-07-05104.3423
2026-07-12104.5032
2026-07-19104.3499
2026-07-26104.8053
2026-08-02103.5442
2026-08-09103.1961
2026-08-16103.1208
2026-08-24102.1996
2026-08-31102.6654
2026-09-07102.5739
2026-09-14102.8679
2026-09-21103.9585

High

104.9667

Low

100.1339

Average

102.7002

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=XPF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&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=PAB&currencies=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&currencies=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.