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: show the values
| Point | INR/CDF |
|---|---|
| 2025-12-31 | 25.3462 |
| 2026-01-07 | 25.5556 |
| 2026-01-14 | 23.6184 |
| 2026-01-21 | 23.3424 |
| 2026-01-28 | 24.8956 |
| 2026-02-04 | 25.1524 |
| 2026-02-11 | 25.1169 |
| 2026-02-18 | 25.4724 |
| 2026-02-25 | 23.2162 |
| 2026-03-04 | 24.9745 |
| 2026-03-11 | 23.7075 |
| 2026-03-18 | 24.8427 |
| 2026-03-25 | 24.6563 |
| 2026-04-01 | 24.7765 |
| 2026-04-08 | 25.1481 |
| 2026-04-15 | 24.7224 |
| 2026-04-22 | 24.6684 |
| 2026-04-29 | 24.4860 |
| 2026-05-06 | 24.4675 |
| 2026-05-14 | 23.8076 |
| 2026-05-21 | 23.8552 |
| 2026-05-29 | 24.2483 |
| 2026-06-05 | 24.4550 |
| 2026-06-14 | 23.8552 |
| 2026-06-21 | 23.9916 |
| 2026-06-28 | 24.0624 |
| 2026-07-05 | 23.5925 |
| 2026-07-12 | 23.5838 |
| 2026-07-19 | 23.4296 |
| 2026-07-26 | 23.3230 |
| 2026-08-02 | 23.7420 |
| 2026-08-09 | 23.7594 |
| 2026-08-16 | 23.6788 |
| 2026-08-24 | 23.9415 |
| 2026-08-31 | 23.8852 |
| 2026-09-07 | 24.3560 |
| 2026-09-14 | 24.1574 |
| 2026-09-21 | 24.1102 |
High
25.5556
Low
23.2162
Average
24.2568
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.