Skip to content

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

RSD/CDF over YTD: show the values
PointRSD/CDF
2025-12-3122.7965
2026-01-0722.8994
2026-01-1421.1561
2026-01-2121.3681
2026-01-2823.3776
2026-02-0422.9039
2026-02-1123.1868
2026-02-1823.3262
2026-02-2521.1908
2026-03-0422.7196
2026-03-1121.6048
2026-03-1822.6675
2026-03-2522.8872
2026-04-0122.7831
2026-04-0823.0634
2026-04-1523.1767
2026-04-2223.1411
2026-04-2923.1634
2026-05-0623.1114
2026-05-1422.7491
2026-05-2122.7133
2026-05-2922.8358
2026-06-0522.9789
2026-06-1422.4275
2026-06-2122.1683
2026-06-2822.1028
2026-07-0521.9465
2026-07-1221.9302
2026-07-1922.0354
2026-07-2621.8367
2026-08-0222.2415
2026-08-0922.3327
2026-08-1622.3289
2026-08-2422.8249
2026-08-3122.4519
2026-09-0722.7790
2026-09-1422.7992
2026-09-2122.5935

High

23.3776

Low

21.1561

Average

22.5314

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD&currencies=CDF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD&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=RSD&currencies=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&currencies=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.