Skip to content

RUB to CDF exchange rate API

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

27.2294

▼ +4.97% over YTD

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 year to date, RUB/CDF traded between 26.4416 and 32.5076, averaged 29.0928 and fell 4.97%. 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 YTD

RUB/CDF over YTD: show the values
PointRUB/CDF
2025-12-3128.6541
2026-01-0728.5242
2026-01-1427.0957
2026-01-2127.4071
2026-01-2829.9616
2026-02-0429.5349
2026-02-1129.5724
2026-02-1830.2560
2026-02-2527.5595
2026-03-0429.6223
2026-03-1127.6158
2026-03-1828.0161
2026-03-2528.7673
2026-04-0128.4718
2026-04-0829.5662
2026-04-1530.6465
2026-04-2230.8019
2026-04-2930.8340
2026-05-0630.6629
2026-05-1430.9626
2026-05-2132.1757
2026-05-2932.5076
2026-06-0531.6323
2026-06-1431.3947
2026-06-2131.0566
2026-06-2828.8644
2026-07-0529.2476
2026-07-1229.4144
2026-07-1928.8761
2026-07-2628.8420
2026-08-0228.6257
2026-08-0927.7797
2026-08-1626.9645
2026-08-2427.7037
2026-08-3126.4416
2026-09-0726.5726
2026-09-1427.3069
2026-09-2127.4491

High

32.5076

Low

26.4416

Average

29.0928

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.