Skip to content

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

PAB/CDF over 1Y: show the values
PointPAB/CDF
2025-09-242734.42
2025-10-012605.51
2025-10-082472.51
2025-10-152246.59
2025-10-222191.81
2025-10-292285.50
2025-11-052178.04
2025-11-122188.79
2025-11-192274.46
2025-11-262277.25
2025-12-032287.50
2025-12-112293.20
2025-12-182303.21
2025-12-252277.50
2026-01-012280.22
2026-01-082298.71
2026-01-152278.67
2026-01-222187.01
2026-01-292293.01
2026-02-052278.75
2026-02-122220.10
2026-02-192310.47
2026-02-262127.95
2026-03-052299.74
2026-03-122273.25
2026-03-192311.50
2026-03-262317.31
2026-04-022313.50
2026-04-092302.59
2026-04-162310.88
2026-04-232302.97
2026-04-302319.33
2026-05-072315.33
2026-05-152244.59
2026-05-232262.54
2026-05-302293.07
2026-06-062313.25
2026-06-152309.00
2026-06-222307.74
2026-06-292314.00
2026-07-062307.24
2026-07-132297.45
2026-07-202307.51
2026-07-272306.50
2026-08-032289.92
2026-08-102289.34
2026-08-172292.50
2026-08-252292.21
2026-09-012295.00
2026-09-082306.75
2026-09-152308.14
2026-09-222309.38

High

2734.42

Low

2127.95

Average

2300.26

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=CDF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=CDF");
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=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&currencies=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.