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: show the values
| Point | INR/CDF |
|---|---|
| 2025-09-24 | 30.8251 |
| 2025-10-01 | 29.3659 |
| 2025-10-08 | 27.8571 |
| 2025-10-15 | 25.5125 |
| 2025-10-22 | 24.7903 |
| 2025-10-29 | 25.9034 |
| 2025-11-05 | 24.5713 |
| 2025-11-12 | 24.7031 |
| 2025-11-19 | 25.6989 |
| 2025-11-26 | 25.5298 |
| 2025-12-03 | 25.3694 |
| 2025-12-11 | 25.3898 |
| 2025-12-18 | 25.5168 |
| 2025-12-25 | 25.3568 |
| 2026-01-01 | 25.3699 |
| 2026-01-08 | 25.5624 |
| 2026-01-15 | 25.2344 |
| 2026-01-22 | 23.8781 |
| 2026-01-29 | 24.9463 |
| 2026-02-05 | 25.2330 |
| 2026-02-12 | 24.5616 |
| 2026-02-19 | 25.3352 |
| 2026-02-26 | 23.4029 |
| 2026-03-05 | 25.0931 |
| 2026-03-12 | 24.6530 |
| 2026-03-19 | 24.7886 |
| 2026-03-26 | 24.6209 |
| 2026-04-02 | 24.8491 |
| 2026-04-09 | 24.8326 |
| 2026-04-16 | 24.7202 |
| 2026-04-23 | 24.5564 |
| 2026-04-30 | 24.4429 |
| 2026-05-07 | 24.5717 |
| 2026-05-15 | 23.3927 |
| 2026-05-23 | 23.6418 |
| 2026-05-30 | 24.1459 |
| 2026-06-06 | 24.3394 |
| 2026-06-15 | 24.3784 |
| 2026-06-22 | 24.3724 |
| 2026-06-29 | 24.4751 |
| 2026-07-06 | 24.1840 |
| 2026-07-13 | 24.0267 |
| 2026-07-20 | 23.9255 |
| 2026-07-27 | 24.0463 |
| 2026-08-03 | 24.0189 |
| 2026-08-10 | 24.0217 |
| 2026-08-17 | 23.9783 |
| 2026-08-25 | 24.0229 |
| 2026-09-01 | 24.1703 |
| 2026-09-08 | 24.3260 |
| 2026-09-15 | 24.0531 |
| 2026-09-22 | 24.1580 |
High
30.8251
Low
23.3927
Average
24.8818
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=CDF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=CDF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=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¤cies=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.