Skip to content

INR to CDF exchange rate API

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

24.0138

▼ +5.26% over YTD

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 year to date, INR/CDF traded between 23.2162 and 25.5556, averaged 24.2568 and fell 5.26%. 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 YTD

INR/CDF over YTD: show the values
PointINR/CDF
2025-12-3125.3462
2026-01-0725.5556
2026-01-1423.6184
2026-01-2123.3424
2026-01-2824.8956
2026-02-0425.1524
2026-02-1125.1169
2026-02-1825.4724
2026-02-2523.2162
2026-03-0424.9745
2026-03-1123.7075
2026-03-1824.8427
2026-03-2524.6563
2026-04-0124.7765
2026-04-0825.1481
2026-04-1524.7224
2026-04-2224.6684
2026-04-2924.4860
2026-05-0624.4675
2026-05-1423.8076
2026-05-2123.8552
2026-05-2924.2483
2026-06-0524.4550
2026-06-1423.8552
2026-06-2123.9916
2026-06-2824.0624
2026-07-0523.5925
2026-07-1223.5838
2026-07-1923.4296
2026-07-2623.3230
2026-08-0223.7420
2026-08-0923.7594
2026-08-1623.6788
2026-08-2423.9415
2026-08-3123.8852
2026-09-0724.3560
2026-09-1424.1574
2026-09-2124.1102

High

25.5556

Low

23.2162

Average

24.2568

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.