Skip to content

PAB to XAF exchange rate API

Balboa to CFA Franc BEAC · quoted 2026-09-26

575.8419

▲ +2.43% over 1Y

1 PAB = 575.8419 XAF · 1 XAF = 0.001737 PAB · Get this rate via the API

1 PAB buys 575.8419 XAF as of 2026-09-26, so 1 XAF buys 0.001737 PAB. Over the last year, PAB/XAF traded between 552.9206 and 577.2043, averaged 564.7418 and rose 2.43%. The API holds daily PAB/XAF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/XAF over 1Y

PAB/XAF over 1Y: show the values
PointPAB/XAF
2025-09-26562.1722
2025-10-03559.5385
2025-10-10567.0594
2025-10-17560.5375
2025-10-24564.9405
2025-10-31566.8984
2025-11-07568.5118
2025-11-14563.7746
2025-11-21568.6229
2025-11-28566.2471
2025-12-05562.8696
2025-12-13558.8875
2025-12-20559.9911
2025-12-27557.0716
2026-01-03559.2520
2026-01-10563.5007
2026-01-17565.7565
2026-01-24554.8085
2026-01-31553.1432
2026-02-07555.4532
2026-02-14552.9206
2026-02-21556.6768
2026-02-28555.6265
2026-03-07564.6474
2026-03-14572.7992
2026-03-21565.8941
2026-03-28570.0083
2026-04-04569.6727
2026-04-11560.0249
2026-04-18556.1314
2026-04-25559.7121
2026-05-02559.9291
2026-05-09557.5970
2026-05-17564.2668
2026-05-25563.6893
2026-06-01563.1848
2026-06-10568.0073
2026-06-17564.8954
2026-06-24577.2043
2026-07-01575.1813
2026-07-08574.5745
2026-07-15573.3324
2026-07-22575.0634
2026-07-29575.5819
2026-08-05568.5536
2026-08-12568.6013
2026-08-20561.5405
2026-08-27563.0851
2026-09-03565.5965
2026-09-10563.6325
2026-09-17572.2310
2026-09-24576.5756

High

577.2043

Low

552.9206

Average

564.7418

For developers

Get this rate via the API

One GET request returns the PAB/XAF 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=XAF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=XAF");
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=XAF").json()

Replace YOUR_API_KEY with the key from your dashboard.

PAB/XAF API questions

How do I get the PAB/XAF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=XAF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/XAF rate in rates.XAF.

How far back does PAB/XAF historical data go?

Daily PAB/XAF 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/XAF 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.