Skip to content

INR to CDF exchange rate API

Indian Rupee to Congolese Franc · quoted 2026-09-24

24.0138

▼ +22.10% over 1Y

1 INR = 24.0138 CDF · 1 CDF = 0.04164 INR · Get this rate via the API

1 INR buys 24.0138 CDF as of 2026-09-24, so 1 CDF buys 0.04164 INR. Over the last year, INR/CDF traded between 23.3927 and 30.8251, averaged 24.8818 and fell 22.10%. The API holds daily INR/CDF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/CDF over 1Y

INR/CDF over 1Y: show the values
PointINR/CDF
2025-09-2430.8251
2025-10-0129.3659
2025-10-0827.8571
2025-10-1525.5125
2025-10-2224.7903
2025-10-2925.9034
2025-11-0524.5713
2025-11-1224.7031
2025-11-1925.6989
2025-11-2625.5298
2025-12-0325.3694
2025-12-1125.3898
2025-12-1825.5168
2025-12-2525.3568
2026-01-0125.3699
2026-01-0825.5624
2026-01-1525.2344
2026-01-2223.8781
2026-01-2924.9463
2026-02-0525.2330
2026-02-1224.5616
2026-02-1925.3352
2026-02-2623.4029
2026-03-0525.0931
2026-03-1224.6530
2026-03-1924.7886
2026-03-2624.6209
2026-04-0224.8491
2026-04-0924.8326
2026-04-1624.7202
2026-04-2324.5564
2026-04-3024.4429
2026-05-0724.5717
2026-05-1523.3927
2026-05-2323.6418
2026-05-3024.1459
2026-06-0624.3394
2026-06-1524.3784
2026-06-2224.3724
2026-06-2924.4751
2026-07-0624.1840
2026-07-1324.0267
2026-07-2023.9255
2026-07-2724.0463
2026-08-0324.0189
2026-08-1024.0217
2026-08-1723.9783
2026-08-2524.0229
2026-09-0124.1703
2026-09-0824.3260
2026-09-1524.0531
2026-09-2224.1580

High

30.8251

Low

23.3927

Average

24.8818

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

INR/CDF API questions

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

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

How far back does INR/CDF historical data go?

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