Skip to content

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

AUD/CDF over 1Y: show the values
PointAUD/CDF
2025-09-251782.38
2025-10-021684.40
2025-10-091591.22
2025-10-161372.78
2025-10-231477.98
2025-10-301493.74
2025-11-061429.49
2025-11-131401.96
2025-11-201476.42
2025-11-271486.35
2025-12-041508.33
2025-12-121526.80
2025-12-191519.74
2025-12-261527.56
2026-01-021518.95
2026-01-091537.76
2026-01-161520.22
2026-01-231483.28
2026-01-301612.40
2026-02-061602.35
2026-02-131619.80
2026-02-201624.47
2026-02-271526.61
2026-03-061618.40
2026-03-131601.13
2026-03-201631.59
2026-03-271592.15
2026-04-031595.12
2026-04-101626.43
2026-04-171654.94
2026-04-241652.53
2026-05-011670.69
2026-05-081675.29
2026-05-161606.25
2026-05-241606.61
2026-05-311632.80
2026-06-091632.22
2026-06-161635.42
2026-06-231593.28
2026-06-301593.32
2026-07-071603.09
2026-07-141590.27
2026-07-211616.72
2026-07-281607.28
2026-08-041608.50
2026-08-111617.67
2026-08-181630.09
2026-08-261647.12
2026-09-021639.89
2026-09-091665.78
2026-09-161647.71
2026-09-231632.74

High

1782.38

Low

1372.78

Average

1586.23

For developers

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