Convert INR to CDF
Indian Rupee → Congolese Franc
1 INR = 24.110737 CDF(1 CDF = 0.0414753 INR)
Currency converter
1 INR =
24.1107 CDF
INR to CDF: last 30 days
Over the last 30 days, 1 INR traded between 23.7298 and 24.3591 CDF, averaging 24.0872 CDF. The INR/CDF rate is up 0.21% since 2026-08-28.
- 30-day high
- 24.3591
- 2026-09-04
- 30-day low
- 23.7298
- 2026-09-13
- 30-day average
- 24.0872
- Days with data: 30
- 30-day change
- +0.21%
- since 2026-08-28
24.3591
23.72982026-08-28 → 2026-09-26
| Date | 1 INR in CDF | Daily change |
|---|---|---|
| 2026-09-26 | 24.1107 | 0.00% |
| 2026-09-25 | 24.1107 | +0.15% |
| 2026-09-24 | 24.0751 | -0.23% |
| 2026-09-23 | 24.1302 | -0.12% |
| 2026-09-22 | 24.1592 | +0.20% |
| 2026-09-21 | 24.1103 | +1.15% |
| 2026-09-20 | 23.8354 | -0.76% |
| 2026-09-19 | 24.0179 | -0.35% |
| 2026-09-18 | 24.103 | +0.30% |
| 2026-09-17 | 24.0312 | -0.18% |
| 2026-09-16 | 24.0751 | +0.09% |
| 2026-09-15 | 24.0531 | -0.43% |
| 2026-09-14 | 24.1561 | +1.80% |
| 2026-09-13 | 23.7298 | -0.06% |
| 2026-09-12 | 23.7437 | -1.72% |
| Date | 1 INR in CDF | Daily change |
|---|---|---|
| 2026-09-11 | 24.1602 | -0.10% |
| 2026-09-10 | 24.1854 | -0.23% |
| 2026-09-09 | 24.2421 | -0.34% |
| 2026-09-08 | 24.3251 | -0.13% |
| 2026-09-07 | 24.3571 | +1.51% |
| 2026-09-06 | 23.9955 | -0.51% |
| 2026-09-05 | 24.1191 | -0.99% |
| 2026-09-04 | 24.3591 | +0.35% |
| 2026-09-03 | 24.2731 | +0.47% |
| 2026-09-02 | 24.1592 | -0.05% |
| 2026-09-01 | 24.1706 | +1.19% |
| 2026-08-31 | 23.8856 | +0.07% |
| 2026-08-30 | 23.8689 | -0.60% |
| 2026-08-29 | 24.0134 | -0.19% |
| 2026-08-28 | 24.0591 | — |
INR to CDF conversion table
1 INR24.1107 CDF
5 INR120.5537 CDF
10 INR241.1074 CDF
25 INR602.7684 CDF
50 INR1,205.5368 CDF
100 INR2,411.0737 CDF
500 INR12,055.368 CDF
1,000 INR24,110.737 CDF
5,000 INR120,553.68 CDF
10,000 INR241,107.37 CDF
Get the INR/CDF rate in your app
One GET request returns the latest INR → CDF rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/INR/CDF"fetch('https://rate-api.com/api/v1/pair/INR/CDF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} CDF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/CDF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} CDF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/CDF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} CDF\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "CDF"
},
"rate": 24.1107,
"timestamp": 1790429368,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
CDF to INRCongolese Franc → Indian Rupee0.041475Convert INR to other currencies
Convert other currencies to CDF
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.