Skip to content

RUB to CDF exchange rate API

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

27.2294

▼ +4.06% over 6M

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 6 months, RUB/CDF traded between 26.5548 and 32.2253, averaged 29.2859 and fell 4.06%. 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 6M

RUB/CDF over 6M: show the values
PointRUB/CDF
2026-03-3028.3820
2026-04-0628.8690
2026-04-1329.7456
2026-04-2030.2906
2026-04-2730.7662
2026-05-0430.9407
2026-05-1130.4100
2026-05-1931.6654
2026-05-2731.7777
2026-06-0331.3626
2026-06-1232.2253
2026-06-1931.5772
2026-06-2630.6273
2026-07-0329.5197
2026-07-1030.2413
2026-07-1729.5539
2026-07-2429.4139
2026-07-3128.6990
2026-08-0727.5905
2026-08-1427.5326
2026-08-2227.7009
2026-08-2926.5799
2026-09-0526.5548
2026-09-1226.9500
2026-09-1927.2858
2026-09-2627.2294

High

32.2253

Low

26.5548

Average

29.2859

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.