Skip to content

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

PAB/XPF over 1Y: show the values
PointPAB/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-12101.7436
2025-12-19101.8346
2025-12-26101.4476
2026-01-02101.5749
2026-01-09102.2990
2026-01-16102.7806
2026-01-23101.7942
2026-01-30100.1701
2026-02-06100.9427
2026-02-13100.5907
2026-02-20101.1756
2026-02-27101.1209
2026-03-06102.5043
2026-03-13103.8722
2026-03-20103.3526
2026-03-27103.5022
2026-04-03103.8685
2026-04-10102.6451
2026-04-17101.4663
2026-04-24102.0843
2026-05-01101.8337
2026-05-08101.4245
2026-05-16102.6528
2026-05-24102.6040
2026-05-31102.4112
2026-06-09103.2379
2026-06-16103.2317
2026-06-23104.3941
2026-06-30104.5591
2026-07-07104.3944
2026-07-14104.4333
2026-07-21104.5244
2026-07-28104.6642
2026-08-04103.6429
2026-08-11103.3044
2026-08-18102.9748
2026-08-26102.3115
2026-09-02103.0469
2026-09-09102.4104
2026-09-16103.4397
2026-09-23104.3875

High

104.9667

Low

100.1701

Average

102.7271

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.