Skip to content

IDR to CDF exchange rate API

Rupiah to Congolese Franc · quoted 2026-09-25

0.12957

▼ +4.92% over YTD

1 IDR = 0.12957 CDF · 1 CDF = 7.7181 IDR · Get this rate via the API

1 IDR buys 0.12957 CDF as of 2026-09-25, so 1 CDF buys 7.7181 IDR. Over the year to date, IDR/CDF traded between 0.12455 and 0.13740, averaged 0.13083 and fell 4.92%. The API holds daily IDR/CDF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

IDR/CDF over YTD

IDR/CDF over YTD: show the values
PointIDR/CDF
2025-12-310.13627
2026-01-070.13694
2026-01-140.12641
2026-01-210.12649
2026-01-280.13672
2026-02-040.13542
2026-02-110.13589
2026-02-180.13682
2026-02-250.12557
2026-03-040.13645
2026-03-110.12917
2026-03-180.13580
2026-03-250.13740
2026-04-010.13685
2026-04-080.13661
2026-04-150.13466
2026-04-220.13454
2026-04-290.13387
2026-05-060.13360
2026-05-140.13055
2026-05-210.12983
2026-05-290.12930
2026-06-050.12850
2026-06-140.12694
2026-06-210.12720
2026-06-280.12698
2026-07-050.12509
2026-07-120.12455
2026-07-190.12577
2026-07-260.12553
2026-08-020.12565
2026-08-090.12649
2026-08-160.12675
2026-08-240.12942
2026-08-310.12836
2026-09-070.13042
2026-09-140.13071
2026-09-210.12928

High

0.13740

Low

0.12455

Average

0.13083

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

IDR/CDF API questions

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

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

How far back does IDR/CDF historical data go?

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