PAB to CDF exchange rate API
Balboa to Congolese Franc · quoted 2026-09-24
2310.25
▼ +15.51% over 1Y
1 PAB = 2310.25 CDF · 1 CDF = 0.000433 PAB · Get this rate via the API
1 PAB buys 2310.25 CDF as of 2026-09-24, so 1 CDF buys 0.000433 PAB. Over the last year, PAB/CDF traded between 2127.95 and 2734.42, averaged 2300.26 and fell 15.51%. The API holds daily PAB/CDF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PAB/CDF over 1Y: show the values
| Point | PAB/CDF |
|---|---|
| 2025-09-24 | 2734.42 |
| 2025-10-01 | 2605.51 |
| 2025-10-08 | 2472.51 |
| 2025-10-15 | 2246.59 |
| 2025-10-22 | 2191.81 |
| 2025-10-29 | 2285.50 |
| 2025-11-05 | 2178.04 |
| 2025-11-12 | 2188.79 |
| 2025-11-19 | 2274.46 |
| 2025-11-26 | 2277.25 |
| 2025-12-03 | 2287.50 |
| 2025-12-11 | 2293.20 |
| 2025-12-18 | 2303.21 |
| 2025-12-25 | 2277.50 |
| 2026-01-01 | 2280.22 |
| 2026-01-08 | 2298.71 |
| 2026-01-15 | 2278.67 |
| 2026-01-22 | 2187.01 |
| 2026-01-29 | 2293.01 |
| 2026-02-05 | 2278.75 |
| 2026-02-12 | 2220.10 |
| 2026-02-19 | 2310.47 |
| 2026-02-26 | 2127.95 |
| 2026-03-05 | 2299.74 |
| 2026-03-12 | 2273.25 |
| 2026-03-19 | 2311.50 |
| 2026-03-26 | 2317.31 |
| 2026-04-02 | 2313.50 |
| 2026-04-09 | 2302.59 |
| 2026-04-16 | 2310.88 |
| 2026-04-23 | 2302.97 |
| 2026-04-30 | 2319.33 |
| 2026-05-07 | 2315.33 |
| 2026-05-15 | 2244.59 |
| 2026-05-23 | 2262.54 |
| 2026-05-30 | 2293.07 |
| 2026-06-06 | 2313.25 |
| 2026-06-15 | 2309.00 |
| 2026-06-22 | 2307.74 |
| 2026-06-29 | 2314.00 |
| 2026-07-06 | 2307.24 |
| 2026-07-13 | 2297.45 |
| 2026-07-20 | 2307.51 |
| 2026-07-27 | 2306.50 |
| 2026-08-03 | 2289.92 |
| 2026-08-10 | 2289.34 |
| 2026-08-17 | 2292.50 |
| 2026-08-25 | 2292.21 |
| 2026-09-01 | 2295.00 |
| 2026-09-08 | 2306.75 |
| 2026-09-15 | 2308.14 |
| 2026-09-22 | 2309.38 |
High
2734.42
Low
2127.95
Average
2300.26
Get this rate via the API
One GET request returns the PAB/CDF 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=CDF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=CDF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=CDF").json()Replace YOUR_API_KEY with the key from your dashboard.
PAB/CDF API questions
How do I get the PAB/CDF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=CDF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/CDF rate in rates.CDF.
How far back does PAB/CDF historical data go?
Daily PAB/CDF 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/CDF 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.