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: show the values
| Point | RUB/CDF |
|---|---|
| 2025-12-31 | 28.6541 |
| 2026-01-07 | 28.5242 |
| 2026-01-14 | 27.0957 |
| 2026-01-21 | 27.4071 |
| 2026-01-28 | 29.9616 |
| 2026-02-04 | 29.5349 |
| 2026-02-11 | 29.5724 |
| 2026-02-18 | 30.2560 |
| 2026-02-25 | 27.5595 |
| 2026-03-04 | 29.6223 |
| 2026-03-11 | 27.6158 |
| 2026-03-18 | 28.0161 |
| 2026-03-25 | 28.7673 |
| 2026-04-01 | 28.4718 |
| 2026-04-08 | 29.5662 |
| 2026-04-15 | 30.6465 |
| 2026-04-22 | 30.8019 |
| 2026-04-29 | 30.8340 |
| 2026-05-06 | 30.6629 |
| 2026-05-14 | 30.9626 |
| 2026-05-21 | 32.1757 |
| 2026-05-29 | 32.5076 |
| 2026-06-05 | 31.6323 |
| 2026-06-14 | 31.3947 |
| 2026-06-21 | 31.0566 |
| 2026-06-28 | 28.8644 |
| 2026-07-05 | 29.2476 |
| 2026-07-12 | 29.4144 |
| 2026-07-19 | 28.8761 |
| 2026-07-26 | 28.8420 |
| 2026-08-02 | 28.6257 |
| 2026-08-09 | 27.7797 |
| 2026-08-16 | 26.9645 |
| 2026-08-24 | 27.7037 |
| 2026-08-31 | 26.4416 |
| 2026-09-07 | 26.5726 |
| 2026-09-14 | 27.3069 |
| 2026-09-21 | 27.4491 |
High
32.5076
Low
26.4416
Average
29.0928
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=CDF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=CDF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=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¤cies=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.