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: show the values
| Point | PAB/XAF |
|---|---|
| 2025-12-31 | 558.6817 |
| 2026-01-07 | 560.5930 |
| 2026-01-14 | 563.5942 |
| 2026-01-21 | 559.2820 |
| 2026-01-28 | 546.9765 |
| 2026-02-04 | 554.7202 |
| 2026-02-11 | 550.7885 |
| 2026-02-18 | 553.7661 |
| 2026-02-25 | 556.5047 |
| 2026-03-04 | 565.5456 |
| 2026-03-11 | 564.4871 |
| 2026-03-18 | 568.6471 |
| 2026-03-25 | 565.1627 |
| 2026-04-01 | 567.1065 |
| 2026-04-08 | 562.0481 |
| 2026-04-15 | 556.0325 |
| 2026-04-22 | 558.5225 |
| 2026-04-29 | 560.9801 |
| 2026-05-06 | 561.1266 |
| 2026-05-14 | 559.9659 |
| 2026-05-21 | 564.4815 |
| 2026-05-29 | 563.5832 |
| 2026-06-05 | 564.7532 |
| 2026-06-14 | 566.7310 |
| 2026-06-21 | 571.5677 |
| 2026-06-28 | 575.9551 |
| 2026-07-05 | 573.3181 |
| 2026-07-12 | 574.5548 |
| 2026-07-19 | 573.4914 |
| 2026-07-26 | 576.7627 |
| 2026-08-02 | 568.7449 |
| 2026-08-09 | 567.4193 |
| 2026-08-16 | 566.9992 |
| 2026-08-24 | 561.7134 |
| 2026-08-31 | 565.9163 |
| 2026-09-07 | 564.9759 |
| 2026-09-14 | 567.0576 |
| 2026-09-21 | 571.5184 |
High
576.7627
Low
546.9765
Average
564.3569
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=XAF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=XAF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=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¤cies=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.