Skip to content

AZN to CDF exchange rate API

Azerbaijanian Manat to Congolese Franc · quoted 2026-09-27

1340.31

▼ +15.52% over 1Y

1 AZN = 1340.31 CDF · 1 CDF = 0.000746 AZN · Get this rate via the API

1 AZN buys 1340.31 CDF as of 2026-09-27, so 1 CDF buys 0.000746 AZN. Over the last year, AZN/CDF traded between 1252.91 and 1586.61, averaged 1338.97 and fell 15.52%. The API holds daily AZN/CDF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AZN/CDF over 1Y

AZN/CDF over 1Y: show the values
PointAZN/CDF
2025-09-271586.61
2025-10-041475.12
2025-10-111392.27
2025-10-181252.91
2025-10-251342.74
2025-11-011340.40
2025-11-081287.26
2025-11-151290.13
2025-11-221295.30
2025-11-291341.61
2025-12-061347.94
2025-12-141314.14
2025-12-211256.44
2025-12-281301.68
2026-01-041291.11
2026-01-111261.32
2026-01-181268.26
2026-01-251299.71
2026-02-011256.45
2026-02-081300.89
2026-02-151334.06
2026-02-221350.39
2026-03-011298.52
2026-03-081293.73
2026-03-151321.24
2026-03-221346.52
2026-03-291346.77
2026-04-051355.02
2026-04-121349.79
2026-04-191355.66
2026-04-261358.59
2026-05-031361.53
2026-05-101329.25
2026-05-181337.75
2026-05-261352.51
2026-06-021350.42
2026-06-111358.47
2026-06-181367.42
2026-06-251352.48
2026-07-021338.59
2026-07-091358.74
2026-07-161357.55
2026-07-231356.48
2026-07-301355.33
2026-08-061345.76
2026-08-131346.66
2026-08-211348.53
2026-08-281349.98
2026-09-041353.94
2026-09-111358.09
2026-09-181374.18
2026-09-251358.96

High

1586.61

Low

1252.91

Average

1338.97

For developers

Get this rate via the API

One GET request returns the AZN/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=AZN&currencies=CDF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&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=AZN&currencies=CDF").json()

Replace YOUR_API_KEY with the key from your dashboard.

AZN/CDF API questions

How do I get the AZN/CDF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=CDF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/CDF rate in rates.CDF.

How far back does AZN/CDF historical data go?

Daily AZN/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 AZN/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.