RSD to CDF exchange rate API
Serbian Dinar to Congolese Franc · quoted 2026-09-27
22.1260
▼ +2.94% over YTD
1 RSD = 22.1260 CDF · 1 CDF = 0.04520 RSD · Get this rate via the API
1 RSD buys 22.1260 CDF as of 2026-09-27, so 1 CDF buys 0.04520 RSD. Over the year to date, RSD/CDF traded between 21.1561 and 23.3776, averaged 22.5314 and fell 2.94%. The API holds daily RSD/CDF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
RSD/CDF over YTD: show the values
| Point | RSD/CDF |
|---|---|
| 2025-12-31 | 22.7965 |
| 2026-01-07 | 22.8994 |
| 2026-01-14 | 21.1561 |
| 2026-01-21 | 21.3681 |
| 2026-01-28 | 23.3776 |
| 2026-02-04 | 22.9039 |
| 2026-02-11 | 23.1868 |
| 2026-02-18 | 23.3262 |
| 2026-02-25 | 21.1908 |
| 2026-03-04 | 22.7196 |
| 2026-03-11 | 21.6048 |
| 2026-03-18 | 22.6675 |
| 2026-03-25 | 22.8872 |
| 2026-04-01 | 22.7831 |
| 2026-04-08 | 23.0634 |
| 2026-04-15 | 23.1767 |
| 2026-04-22 | 23.1411 |
| 2026-04-29 | 23.1634 |
| 2026-05-06 | 23.1114 |
| 2026-05-14 | 22.7491 |
| 2026-05-21 | 22.7133 |
| 2026-05-29 | 22.8358 |
| 2026-06-05 | 22.9789 |
| 2026-06-14 | 22.4275 |
| 2026-06-21 | 22.1683 |
| 2026-06-28 | 22.1028 |
| 2026-07-05 | 21.9465 |
| 2026-07-12 | 21.9302 |
| 2026-07-19 | 22.0354 |
| 2026-07-26 | 21.8367 |
| 2026-08-02 | 22.2415 |
| 2026-08-09 | 22.3327 |
| 2026-08-16 | 22.3289 |
| 2026-08-24 | 22.8249 |
| 2026-08-31 | 22.4519 |
| 2026-09-07 | 22.7790 |
| 2026-09-14 | 22.7992 |
| 2026-09-21 | 22.5935 |
High
23.3776
Low
21.1561
Average
22.5314
Get this rate via the API
One GET request returns the RSD/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=RSD¤cies=CDF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=CDF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=CDF").json()Replace YOUR_API_KEY with the key from your dashboard.
RSD/CDF API questions
How do I get the RSD/CDF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=CDF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RSD/CDF rate in rates.CDF.
How far back does RSD/CDF historical data go?
Daily RSD/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 RSD/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.