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: show the values
| Point | AZN/CDF |
|---|---|
| 2025-09-27 | 1586.61 |
| 2025-10-04 | 1475.12 |
| 2025-10-11 | 1392.27 |
| 2025-10-18 | 1252.91 |
| 2025-10-25 | 1342.74 |
| 2025-11-01 | 1340.40 |
| 2025-11-08 | 1287.26 |
| 2025-11-15 | 1290.13 |
| 2025-11-22 | 1295.30 |
| 2025-11-29 | 1341.61 |
| 2025-12-06 | 1347.94 |
| 2025-12-14 | 1314.14 |
| 2025-12-21 | 1256.44 |
| 2025-12-28 | 1301.68 |
| 2026-01-04 | 1291.11 |
| 2026-01-11 | 1261.32 |
| 2026-01-18 | 1268.26 |
| 2026-01-25 | 1299.71 |
| 2026-02-01 | 1256.45 |
| 2026-02-08 | 1300.89 |
| 2026-02-15 | 1334.06 |
| 2026-02-22 | 1350.39 |
| 2026-03-01 | 1298.52 |
| 2026-03-08 | 1293.73 |
| 2026-03-15 | 1321.24 |
| 2026-03-22 | 1346.52 |
| 2026-03-29 | 1346.77 |
| 2026-04-05 | 1355.02 |
| 2026-04-12 | 1349.79 |
| 2026-04-19 | 1355.66 |
| 2026-04-26 | 1358.59 |
| 2026-05-03 | 1361.53 |
| 2026-05-10 | 1329.25 |
| 2026-05-18 | 1337.75 |
| 2026-05-26 | 1352.51 |
| 2026-06-02 | 1350.42 |
| 2026-06-11 | 1358.47 |
| 2026-06-18 | 1367.42 |
| 2026-06-25 | 1352.48 |
| 2026-07-02 | 1338.59 |
| 2026-07-09 | 1358.74 |
| 2026-07-16 | 1357.55 |
| 2026-07-23 | 1356.48 |
| 2026-07-30 | 1355.33 |
| 2026-08-06 | 1345.76 |
| 2026-08-13 | 1346.66 |
| 2026-08-21 | 1348.53 |
| 2026-08-28 | 1349.98 |
| 2026-09-04 | 1353.94 |
| 2026-09-11 | 1358.09 |
| 2026-09-18 | 1374.18 |
| 2026-09-25 | 1358.96 |
High
1586.61
Low
1252.91
Average
1338.97
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=CDF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=CDF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=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¤cies=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.