Skip to content

DOP to CDF exchange rate API

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

38.6299

▼ +10.63% over 1Y

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 year, DOP/CDF traded between 33.8501 and 43.2269, averaged 37.6282 and fell 10.63%. 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 1Y

DOP/CDF over 1Y: show the values
PointDOP/CDF
2025-09-2643.2269
2025-10-0340.3414
2025-10-1037.5771
2025-10-1734.6579
2025-10-2435.7897
2025-10-3135.5062
2025-11-0734.0843
2025-11-1433.9219
2025-11-2133.9852
2025-11-2836.4152
2025-12-0535.8706
2025-12-1335.5512
2025-12-2034.1101
2025-12-2736.5157
2026-01-0335.5335
2026-01-1033.8501
2026-01-1734.8596
2026-01-2435.4868
2026-01-3134.0174
2026-02-0736.3151
2026-02-1436.9073
2026-02-2137.7657
2026-02-2836.8106
2026-03-0737.8300
2026-03-1436.4791
2026-03-2139.1682
2026-03-2838.2169
2026-04-0438.0375
2026-04-1138.0952
2026-04-1838.2608
2026-04-2538.9237
2026-05-0238.9891
2026-05-0938.1632
2026-05-1737.7847
2026-05-2539.1040
2026-06-0139.2703
2026-06-1039.5177
2026-06-1739.5670
2026-06-2439.1081
2026-07-0138.8360
2026-07-0838.9371
2026-07-1539.4211
2026-07-2239.3684
2026-07-2939.8263
2026-08-0539.3214
2026-08-1239.2562
2026-08-2039.2519
2026-08-2739.4194
2026-09-0339.0964
2026-09-1039.2784
2026-09-1739.3216
2026-09-2438.7146

High

43.2269

Low

33.8501

Average

37.6282

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.