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: show the values
| Point | DOP/CDF |
|---|---|
| 2025-09-26 | 43.2269 |
| 2025-10-03 | 40.3414 |
| 2025-10-10 | 37.5771 |
| 2025-10-17 | 34.6579 |
| 2025-10-24 | 35.7897 |
| 2025-10-31 | 35.5062 |
| 2025-11-07 | 34.0843 |
| 2025-11-14 | 33.9219 |
| 2025-11-21 | 33.9852 |
| 2025-11-28 | 36.4152 |
| 2025-12-05 | 35.8706 |
| 2025-12-13 | 35.5512 |
| 2025-12-20 | 34.1101 |
| 2025-12-27 | 36.5157 |
| 2026-01-03 | 35.5335 |
| 2026-01-10 | 33.8501 |
| 2026-01-17 | 34.8596 |
| 2026-01-24 | 35.4868 |
| 2026-01-31 | 34.0174 |
| 2026-02-07 | 36.3151 |
| 2026-02-14 | 36.9073 |
| 2026-02-21 | 37.7657 |
| 2026-02-28 | 36.8106 |
| 2026-03-07 | 37.8300 |
| 2026-03-14 | 36.4791 |
| 2026-03-21 | 39.1682 |
| 2026-03-28 | 38.2169 |
| 2026-04-04 | 38.0375 |
| 2026-04-11 | 38.0952 |
| 2026-04-18 | 38.2608 |
| 2026-04-25 | 38.9237 |
| 2026-05-02 | 38.9891 |
| 2026-05-09 | 38.1632 |
| 2026-05-17 | 37.7847 |
| 2026-05-25 | 39.1040 |
| 2026-06-01 | 39.2703 |
| 2026-06-10 | 39.5177 |
| 2026-06-17 | 39.5670 |
| 2026-06-24 | 39.1081 |
| 2026-07-01 | 38.8360 |
| 2026-07-08 | 38.9371 |
| 2026-07-15 | 39.4211 |
| 2026-07-22 | 39.3684 |
| 2026-07-29 | 39.8263 |
| 2026-08-05 | 39.3214 |
| 2026-08-12 | 39.2562 |
| 2026-08-20 | 39.2519 |
| 2026-08-27 | 39.4194 |
| 2026-09-03 | 39.0964 |
| 2026-09-10 | 39.2784 |
| 2026-09-17 | 39.3216 |
| 2026-09-24 | 38.7146 |
High
43.2269
Low
33.8501
Average
37.6282
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=CDF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=CDF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=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¤cies=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.