Skip to content

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

CDF/IRR over 1Y: show the values
PointCDF/IRR
2025-09-2415.3655
2025-10-0116.1374
2025-10-0817.0111
2025-10-1518.7231
2025-10-2219.1727
2025-10-2918.3859
2025-11-0519.3418
2025-11-1219.2264
2025-11-1918.4941
2025-11-2618.4967
2025-12-0318.3964
2025-12-1118.3518
2025-12-1818.2553
2025-12-2518.3765
2026-01-0118.4032
2026-01-0818.2907
2026-01-15468.0658
2026-01-22489.7940
2026-01-29473.9852
2026-02-05517.5841
2026-02-1218.9326
2026-02-19557.4378
2026-02-26615.3722
2026-03-05573.3821
2026-03-12579.6371
2026-03-19569.5705
2026-03-26566.3812
2026-04-02568.7870
2026-04-09571.4906
2026-04-16570.9869
2026-04-23570.9649
2026-04-30567.0259
2026-05-07566.9258
2026-05-15585.7460
2026-05-23583.8095
2026-05-30589.1450
2026-06-06594.5521
2026-06-15595.5540
2026-06-22596.1260
2026-06-29594.2904
2026-07-06596.4187
2026-07-13598.3249
2026-07-20595.8387
2026-07-27596.4283
2026-08-03600.5064
2026-08-10600.9536
2026-08-17599.6014
2026-08-25599.9142
2026-09-01599.0728
2026-09-08595.8968
2026-09-15595.6063
2026-09-22595.3918

High

615.3722

Low

15.3655

Average

397.0792

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CDF&currencies=IRR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CDF&currencies=IRR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CDF&currencies=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&currencies=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.