AUD to CDF exchange rate API
Australian Dollar to Congolese Franc · quoted 2026-09-25
1619.97
▼ +9.11% over 1Y
1 AUD = 1619.97 CDF · 1 CDF = 0.000617 AUD · Get this rate via the API
1 AUD buys 1619.97 CDF as of 2026-09-25, so 1 CDF buys 0.000617 AUD. Over the last year, AUD/CDF traded between 1372.78 and 1782.38, averaged 1586.23 and fell 9.11%. The API holds daily AUD/CDF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AUD/CDF over 1Y: show the values
| Point | AUD/CDF |
|---|---|
| 2025-09-25 | 1782.38 |
| 2025-10-02 | 1684.40 |
| 2025-10-09 | 1591.22 |
| 2025-10-16 | 1372.78 |
| 2025-10-23 | 1477.98 |
| 2025-10-30 | 1493.74 |
| 2025-11-06 | 1429.49 |
| 2025-11-13 | 1401.96 |
| 2025-11-20 | 1476.42 |
| 2025-11-27 | 1486.35 |
| 2025-12-04 | 1508.33 |
| 2025-12-12 | 1526.80 |
| 2025-12-19 | 1519.74 |
| 2025-12-26 | 1527.56 |
| 2026-01-02 | 1518.95 |
| 2026-01-09 | 1537.76 |
| 2026-01-16 | 1520.22 |
| 2026-01-23 | 1483.28 |
| 2026-01-30 | 1612.40 |
| 2026-02-06 | 1602.35 |
| 2026-02-13 | 1619.80 |
| 2026-02-20 | 1624.47 |
| 2026-02-27 | 1526.61 |
| 2026-03-06 | 1618.40 |
| 2026-03-13 | 1601.13 |
| 2026-03-20 | 1631.59 |
| 2026-03-27 | 1592.15 |
| 2026-04-03 | 1595.12 |
| 2026-04-10 | 1626.43 |
| 2026-04-17 | 1654.94 |
| 2026-04-24 | 1652.53 |
| 2026-05-01 | 1670.69 |
| 2026-05-08 | 1675.29 |
| 2026-05-16 | 1606.25 |
| 2026-05-24 | 1606.61 |
| 2026-05-31 | 1632.80 |
| 2026-06-09 | 1632.22 |
| 2026-06-16 | 1635.42 |
| 2026-06-23 | 1593.28 |
| 2026-06-30 | 1593.32 |
| 2026-07-07 | 1603.09 |
| 2026-07-14 | 1590.27 |
| 2026-07-21 | 1616.72 |
| 2026-07-28 | 1607.28 |
| 2026-08-04 | 1608.50 |
| 2026-08-11 | 1617.67 |
| 2026-08-18 | 1630.09 |
| 2026-08-26 | 1647.12 |
| 2026-09-02 | 1639.89 |
| 2026-09-09 | 1665.78 |
| 2026-09-16 | 1647.71 |
| 2026-09-23 | 1632.74 |
High
1782.38
Low
1372.78
Average
1586.23
Get this rate via the API
One GET request returns the AUD/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=AUD¤cies=CDF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=CDF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=CDF").json()Replace YOUR_API_KEY with the key from your dashboard.
AUD/CDF API questions
How do I get the AUD/CDF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=CDF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AUD/CDF rate in rates.CDF.
How far back does AUD/CDF historical data go?
Daily AUD/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 AUD/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.