Skip to content

RUB to CDF exchange rate API

Russian Ruble to Congolese Franc · quoted 2026-09-26

27.2294

▲ +1.23% over 30D

1 RUB = 27.2294 CDF · 1 CDF = 0.03673 RUB · Get this rate via the API

1 RUB buys 27.2294 CDF as of 2026-09-26, so 1 CDF buys 0.03673 RUB. Over the last 30 days, RUB/CDF traded between 26.1942 and 27.5720, averaged 26.9706 and rose 1.23%. The API holds daily RUB/CDF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RUB/CDF over 30D

RUB/CDF over 30D: show the values
PointRUB/CDF
2026-08-2726.8994
2026-08-2826.8512
2026-08-2926.5799
2026-08-3026.4692
2026-08-3126.4416
2026-09-0126.5873
2026-09-0226.4257
2026-09-0326.2731
2026-09-0426.5605
2026-09-0526.5548
2026-09-0626.1942
2026-09-0726.5726
2026-09-0826.7489
2026-09-0926.8577
2026-09-1027.1573
2026-09-1127.4981
2026-09-1226.9500
2026-09-1326.9044
2026-09-1427.3069
2026-09-1527.3116
2026-09-1627.4384
2026-09-1727.3724
2026-09-1827.3492
2026-09-1927.2858
2026-09-2027.1789
2026-09-2127.4491
2026-09-2227.5720
2026-09-2327.4059
2026-09-2427.2305
2026-09-2527.1750
2026-09-2627.2294

High

27.5720

Low

26.1942

Average

26.9706

For developers

Get this rate via the API

One GET request returns the RUB/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=RUB&currencies=CDF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&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=RUB&currencies=CDF").json()

Replace YOUR_API_KEY with the key from your dashboard.

RUB/CDF API questions

How do I get the RUB/CDF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=CDF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RUB/CDF rate in rates.CDF.

How far back does RUB/CDF historical data go?

Daily RUB/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 RUB/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.