DOP to XOF exchange rate API
Dominican Peso to CFA Franc BCEAO · quoted 2026-09-25
9.6623
▲ +8.81% over 1Y
1 DOP = 9.6623 XOF · 1 XOF = 0.10350 DOP · Get this rate via the API
1 DOP buys 9.6623 XOF as of 2026-09-25, so 1 XOF buys 0.10350 DOP. Over the last year, DOP/XOF traded between 8.7423 and 9.8939, averaged 9.2921 and rose 8.81%. The API holds daily DOP/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
DOP/XOF over 1Y: show the values
| Point | DOP/XOF |
|---|---|
| 2025-09-25 | 8.8797 |
| 2025-10-02 | 8.8244 |
| 2025-10-09 | 9.0237 |
| 2025-10-16 | 8.9273 |
| 2025-10-23 | 8.8916 |
| 2025-10-30 | 8.8147 |
| 2025-11-06 | 8.8513 |
| 2025-11-13 | 8.7885 |
| 2025-11-20 | 8.9716 |
| 2025-11-27 | 9.0366 |
| 2025-12-04 | 8.8729 |
| 2025-12-12 | 8.7423 |
| 2025-12-19 | 8.9176 |
| 2025-12-26 | 8.8833 |
| 2026-01-02 | 8.8587 |
| 2026-01-09 | 8.8606 |
| 2026-01-16 | 8.8577 |
| 2026-01-23 | 8.8708 |
| 2026-01-30 | 8.7460 |
| 2026-02-06 | 8.8014 |
| 2026-02-13 | 8.8561 |
| 2026-02-20 | 9.0555 |
| 2026-02-27 | 9.2017 |
| 2026-03-06 | 9.5078 |
| 2026-03-13 | 9.3290 |
| 2026-03-20 | 9.6540 |
| 2026-03-27 | 9.5663 |
| 2026-04-03 | 9.3918 |
| 2026-04-10 | 9.2782 |
| 2026-04-17 | 9.2944 |
| 2026-04-24 | 9.3977 |
| 2026-05-01 | 9.4099 |
| 2026-05-08 | 9.3500 |
| 2026-05-16 | 9.4692 |
| 2026-05-24 | 9.5614 |
| 2026-05-31 | 9.6867 |
| 2026-06-09 | 9.7754 |
| 2026-06-16 | 9.6524 |
| 2026-06-23 | 9.8150 |
| 2026-06-30 | 9.6324 |
| 2026-07-07 | 9.7178 |
| 2026-07-14 | 9.7744 |
| 2026-07-21 | 9.8356 |
| 2026-07-28 | 9.8939 |
| 2026-08-04 | 9.7989 |
| 2026-08-11 | 9.7411 |
| 2026-08-18 | 9.6368 |
| 2026-08-26 | 9.6386 |
| 2026-09-02 | 9.6196 |
| 2026-09-09 | 9.5707 |
| 2026-09-16 | 9.6245 |
| 2026-09-23 | 9.6614 |
High
9.8939
Low
8.7423
Average
9.2921
Get this rate via the API
One GET request returns the DOP/XOF 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=XOF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=XOF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=XOF").json()Replace YOUR_API_KEY with the key from your dashboard.
DOP/XOF API questions
How do I get the DOP/XOF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=XOF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest DOP/XOF rate in rates.XOF.
How far back does DOP/XOF historical data go?
Daily DOP/XOF 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/XOF 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.