Skip to content

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

DOP/XOF over 1Y: show the values
PointDOP/XOF
2025-09-258.8797
2025-10-028.8244
2025-10-099.0237
2025-10-168.9273
2025-10-238.8916
2025-10-308.8147
2025-11-068.8513
2025-11-138.7885
2025-11-208.9716
2025-11-279.0366
2025-12-048.8729
2025-12-128.7423
2025-12-198.9176
2025-12-268.8833
2026-01-028.8587
2026-01-098.8606
2026-01-168.8577
2026-01-238.8708
2026-01-308.7460
2026-02-068.8014
2026-02-138.8561
2026-02-209.0555
2026-02-279.2017
2026-03-069.5078
2026-03-139.3290
2026-03-209.6540
2026-03-279.5663
2026-04-039.3918
2026-04-109.2782
2026-04-179.2944
2026-04-249.3977
2026-05-019.4099
2026-05-089.3500
2026-05-169.4692
2026-05-249.5614
2026-05-319.6867
2026-06-099.7754
2026-06-169.6524
2026-06-239.8150
2026-06-309.6324
2026-07-079.7178
2026-07-149.7744
2026-07-219.8356
2026-07-289.8939
2026-08-049.7989
2026-08-119.7411
2026-08-189.6368
2026-08-269.6386
2026-09-029.6196
2026-09-099.5707
2026-09-169.6245
2026-09-239.6614

High

9.8939

Low

8.7423

Average

9.2921

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=XOF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=XOF");
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=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&currencies=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.