Skip to content

PAB to XAF exchange rate API

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

575.8419

▲ +3.07% over YTD

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 year to date, PAB/XAF traded between 546.9765 and 576.7627, averaged 564.3569 and rose 3.07%. 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 YTD

PAB/XAF over YTD: show the values
PointPAB/XAF
2025-12-31558.6817
2026-01-07560.5930
2026-01-14563.5942
2026-01-21559.2820
2026-01-28546.9765
2026-02-04554.7202
2026-02-11550.7885
2026-02-18553.7661
2026-02-25556.5047
2026-03-04565.5456
2026-03-11564.4871
2026-03-18568.6471
2026-03-25565.1627
2026-04-01567.1065
2026-04-08562.0481
2026-04-15556.0325
2026-04-22558.5225
2026-04-29560.9801
2026-05-06561.1266
2026-05-14559.9659
2026-05-21564.4815
2026-05-29563.5832
2026-06-05564.7532
2026-06-14566.7310
2026-06-21571.5677
2026-06-28575.9551
2026-07-05573.3181
2026-07-12574.5548
2026-07-19573.4914
2026-07-26576.7627
2026-08-02568.7449
2026-08-09567.4193
2026-08-16566.9992
2026-08-24561.7134
2026-08-31565.9163
2026-09-07564.9759
2026-09-14567.0576
2026-09-21571.5184

High

576.7627

Low

546.9765

Average

564.3569

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.