Skip to content

CDF to STD exchange rate API

Congolese Franc to Dobra · quoted 2026-09-24

9.3833

▲ +1.35% over YTD

1 CDF = 9.3833 STD · 1 STD = 0.10657 CDF · Get this rate via the API

1 CDF buys 9.3833 STD as of 2026-09-24, so 1 STD buys 0.10657 CDF. Over the year to date, CDF/STD traded between 8.9119 and 9.9322, averaged 9.3192 and rose 1.35%. The API holds daily CDF/STD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CDF/STD over YTD

CDF/STD over YTD: show the values
PointCDF/STD
2025-12-319.2586
2026-01-079.1878
2026-01-149.9322
2026-01-219.8628
2026-01-289.0104
2026-02-049.1991
2026-02-119.1245
2026-02-189.0288
2026-02-259.9059
2026-03-049.2502
2026-03-119.7283
2026-03-189.2755
2026-03-259.2045
2026-04-019.2385
2026-04-089.1555
2026-04-158.9602
2026-04-228.9447
2026-04-298.9119
2026-05-068.9408
2026-05-149.2417
2026-05-219.2441
2026-05-299.2039
2026-06-059.1388
2026-06-149.3459
2026-06-219.4575
2026-06-289.5047
2026-07-059.5547
2026-07-129.5297
2026-07-199.4798
2026-07-269.5909
2026-08-029.4172
2026-08-099.3947
2026-08-169.3882
2026-08-249.2649
2026-08-319.4129
2026-09-079.2420
2026-09-149.2303
2026-09-219.3035

High

9.9322

Low

8.9119

Average

9.3192

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CDF&currencies=STD").json()

Replace YOUR_API_KEY with the key from your dashboard.

CDF/STD API questions

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

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

How far back does CDF/STD historical data go?

Daily CDF/STD 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 CDF/STD 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.