Skip to content

RUB to CDF exchange rate API

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

27.2294

▼ +15.24% over 1Y

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 year, RUB/CDF traded between 26.2731 and 32.3769, averaged 29.0073 and fell 15.24%. 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 1Y

RUB/CDF over 1Y: show the values
PointRUB/CDF
2025-09-2632.1246
2025-10-0330.7566
2025-10-1029.1580
2025-10-1727.2619
2025-10-2428.0539
2025-10-3128.5123
2025-11-0726.9797
2025-11-1427.0697
2025-11-2127.0461
2025-11-2829.2594
2025-12-0529.5975
2025-12-1328.4831
2025-12-2026.4789
2025-12-2729.0850
2026-01-0327.8640
2026-01-1027.0746
2026-01-1728.4296
2026-01-2429.4981
2026-01-3127.9996
2026-02-0729.7554
2026-02-1430.1375
2026-02-2130.1332
2026-02-2828.7439
2026-03-0728.7344
2026-03-1428.1692
2026-03-2127.9091
2026-03-2828.0339
2026-04-0428.7875
2026-04-1129.8296
2026-04-1830.3024
2026-04-2530.7904
2026-05-0230.9446
2026-05-0930.5092
2026-05-1730.7449
2026-05-2532.2279
2026-06-0132.3769
2026-06-1032.0333
2026-06-1731.9808
2026-06-2430.8566
2026-07-0129.3962
2026-07-0830.1367
2026-07-1529.7423
2026-07-2229.3807
2026-07-2929.3724
2026-08-0528.4191
2026-08-1227.7508
2026-08-2027.2937
2026-08-2726.8994
2026-09-0326.2731
2026-09-1027.1573
2026-09-1727.3724
2026-09-2427.2305

High

32.3769

Low

26.2731

Average

29.0073

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.