Skip to content

XOF to DOP exchange rate API

CFA Franc BCEAO to Dominican Peso · quoted 2026-09-24

0.10358

▼ +8.48% over 1Y

1 XOF = 0.10358 DOP · 1 DOP = 9.6546 XOF · Get this rate via the API

1 XOF buys 0.10358 DOP as of 2026-09-24, so 1 DOP buys 9.6546 XOF. Over the last year, XOF/DOP traded between 0.10094 and 0.11476, averaged 0.10800 and fell 8.48%. The API holds daily XOF/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

XOF/DOP over 1Y

XOF/DOP over 1Y: show the values
PointXOF/DOP
2025-09-240.11318
2025-10-010.11322
2025-10-080.11310
2025-10-150.11156
2025-10-220.11261
2025-10-290.11387
2025-11-050.11234
2025-11-120.11350
2025-11-190.11280
2025-11-260.11084
2025-12-030.11227
2025-12-110.11439
2025-12-180.11283
2025-12-250.11258
2026-01-010.11297
2026-01-080.11290
2026-01-150.11291
2026-01-220.11260
2026-01-290.11476
2026-02-050.11327
2026-02-120.11371
2026-02-190.11088
2026-02-260.10889
2026-03-050.10503
2026-03-120.10710
2026-03-190.10668
2026-03-260.10650
2026-04-020.10625
2026-04-090.10797
2026-04-160.10685
2026-04-230.10768
2026-04-300.10591
2026-05-070.10714
2026-05-150.10562
2026-05-230.10435
2026-05-300.10429
2026-06-060.10236
2026-06-150.10385
2026-06-220.10200
2026-06-290.10230
2026-07-060.10327
2026-07-130.10239
2026-07-200.10202
2026-07-270.10094
2026-08-030.10216
2026-08-100.10252
2026-08-170.10317
2026-08-250.10415
2026-09-010.10419
2026-09-080.10487
2026-09-150.10372
2026-09-220.10315

High

0.11476

Low

0.10094

Average

0.10800

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF&currencies=DOP").json()

Replace YOUR_API_KEY with the key from your dashboard.

XOF/DOP API questions

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

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

How far back does XOF/DOP historical data go?

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