CDF to IRR exchange rate API
Congolese Franc to Iranian Rial · quoted 2026-09-24
595.2708
▲ +3774.08% over 1Y
1 CDF = 595.2708 IRR · 1 IRR = 0.001680 CDF · Get this rate via the API
1 CDF buys 595.2708 IRR as of 2026-09-24, so 1 IRR buys 0.001680 CDF. Over the last year, CDF/IRR traded between 15.3655 and 615.3722, averaged 397.0792 and rose 3774.08%. The API holds daily CDF/IRR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CDF/IRR over 1Y: show the values
| Point | CDF/IRR |
|---|---|
| 2025-09-24 | 15.3655 |
| 2025-10-01 | 16.1374 |
| 2025-10-08 | 17.0111 |
| 2025-10-15 | 18.7231 |
| 2025-10-22 | 19.1727 |
| 2025-10-29 | 18.3859 |
| 2025-11-05 | 19.3418 |
| 2025-11-12 | 19.2264 |
| 2025-11-19 | 18.4941 |
| 2025-11-26 | 18.4967 |
| 2025-12-03 | 18.3964 |
| 2025-12-11 | 18.3518 |
| 2025-12-18 | 18.2553 |
| 2025-12-25 | 18.3765 |
| 2026-01-01 | 18.4032 |
| 2026-01-08 | 18.2907 |
| 2026-01-15 | 468.0658 |
| 2026-01-22 | 489.7940 |
| 2026-01-29 | 473.9852 |
| 2026-02-05 | 517.5841 |
| 2026-02-12 | 18.9326 |
| 2026-02-19 | 557.4378 |
| 2026-02-26 | 615.3722 |
| 2026-03-05 | 573.3821 |
| 2026-03-12 | 579.6371 |
| 2026-03-19 | 569.5705 |
| 2026-03-26 | 566.3812 |
| 2026-04-02 | 568.7870 |
| 2026-04-09 | 571.4906 |
| 2026-04-16 | 570.9869 |
| 2026-04-23 | 570.9649 |
| 2026-04-30 | 567.0259 |
| 2026-05-07 | 566.9258 |
| 2026-05-15 | 585.7460 |
| 2026-05-23 | 583.8095 |
| 2026-05-30 | 589.1450 |
| 2026-06-06 | 594.5521 |
| 2026-06-15 | 595.5540 |
| 2026-06-22 | 596.1260 |
| 2026-06-29 | 594.2904 |
| 2026-07-06 | 596.4187 |
| 2026-07-13 | 598.3249 |
| 2026-07-20 | 595.8387 |
| 2026-07-27 | 596.4283 |
| 2026-08-03 | 600.5064 |
| 2026-08-10 | 600.9536 |
| 2026-08-17 | 599.6014 |
| 2026-08-25 | 599.9142 |
| 2026-09-01 | 599.0728 |
| 2026-09-08 | 595.8968 |
| 2026-09-15 | 595.6063 |
| 2026-09-22 | 595.3918 |
High
615.3722
Low
15.3655
Average
397.0792
Get this rate via the API
One GET request returns the CDF/IRR 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=CDF¤cies=IRR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CDF¤cies=IRR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CDF¤cies=IRR").json()Replace YOUR_API_KEY with the key from your dashboard.
CDF/IRR API questions
How do I get the CDF/IRR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CDF¤cies=IRR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CDF/IRR rate in rates.IRR.
How far back does CDF/IRR historical data go?
Daily CDF/IRR 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 CDF/IRR 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.