Skip to content

DOP to CDF exchange rate API

Dominican Peso to Congolese Franc · quoted 2026-09-26

38.6299

▼ +0.57% over 6M

1 DOP = 38.6299 CDF · 1 CDF = 0.02589 DOP · Get this rate via the API

1 DOP buys 38.6299 CDF as of 2026-09-26, so 1 CDF buys 0.02589 DOP. Over the last 6 months, DOP/CDF traded between 38.0795 and 39.7117, averaged 38.9229 and fell 0.57%. The API holds daily DOP/CDF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/CDF over 6M

DOP/CDF over 6M: show the values
PointDOP/CDF
2026-03-3038.8497
2026-04-0638.0795
2026-04-1338.2534
2026-04-2038.4022
2026-04-2738.9237
2026-05-0438.9930
2026-05-1138.1887
2026-05-1938.7688
2026-05-2738.8127
2026-06-0339.5855
2026-06-1239.7117
2026-06-1939.4765
2026-06-2639.0343
2026-07-0338.6292
2026-07-1039.1544
2026-07-1739.3716
2026-07-2439.5998
2026-07-3139.4807
2026-08-0739.2254
2026-08-1439.0793
2026-08-2238.9878
2026-08-2939.1397
2026-09-0538.5035
2026-09-1238.3981
2026-09-1939.0092
2026-09-2638.6299

High

39.7117

Low

38.0795

Average

38.9229

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DOP/CDF API questions

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

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

How far back does DOP/CDF historical data go?

Daily DOP/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 DOP/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.