DOP to XAF exchange rate API
Dominican Peso to CFA Franc BEAC · quoted 2026-09-26
9.6813
▲ +7.46% over 1Y
1 DOP = 9.6813 XAF · 1 XAF = 0.10329 DOP · Get this rate via the API
1 DOP buys 9.6813 XAF as of 2026-09-26, so 1 XAF buys 0.10329 DOP. Over the last year, DOP/XAF traded between 8.7516 and 9.9128, averaged 9.2951 and rose 7.46%. The API holds daily DOP/XAF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
DOP/XAF over 1Y: show the values
| Point | DOP/XAF |
|---|---|
| 2025-09-26 | 9.0096 |
| 2025-10-03 | 8.9425 |
| 2025-10-10 | 9.0019 |
| 2025-10-17 | 8.8688 |
| 2025-10-24 | 8.8684 |
| 2025-10-31 | 8.8335 |
| 2025-11-07 | 8.8400 |
| 2025-11-14 | 8.7547 |
| 2025-11-21 | 8.9251 |
| 2025-11-28 | 9.0409 |
| 2025-12-05 | 8.8496 |
| 2025-12-13 | 8.7516 |
| 2025-12-20 | 8.9395 |
| 2025-12-27 | 8.8848 |
| 2026-01-03 | 8.8664 |
| 2026-01-10 | 8.8876 |
| 2026-01-17 | 8.9163 |
| 2026-01-24 | 8.8107 |
| 2026-01-31 | 8.8064 |
| 2026-02-07 | 8.8277 |
| 2026-02-14 | 8.8773 |
| 2026-02-21 | 9.0990 |
| 2026-02-28 | 9.2310 |
| 2026-03-07 | 9.3787 |
| 2026-03-14 | 9.2703 |
| 2026-03-21 | 9.5890 |
| 2026-03-28 | 9.5449 |
| 2026-04-04 | 9.3709 |
| 2026-04-11 | 9.2714 |
| 2026-04-18 | 9.2111 |
| 2026-04-25 | 9.4084 |
| 2026-05-02 | 9.4118 |
| 2026-05-09 | 9.3946 |
| 2026-05-17 | 9.5164 |
| 2026-05-25 | 9.5908 |
| 2026-06-01 | 9.5881 |
| 2026-06-10 | 9.7328 |
| 2026-06-17 | 9.6404 |
| 2026-06-24 | 9.8179 |
| 2026-07-01 | 9.6555 |
| 2026-07-08 | 9.7081 |
| 2026-07-15 | 9.8100 |
| 2026-07-22 | 9.8423 |
| 2026-07-29 | 9.9128 |
| 2026-08-05 | 9.7632 |
| 2026-08-12 | 9.7541 |
| 2026-08-20 | 9.6150 |
| 2026-08-27 | 9.6717 |
| 2026-09-03 | 9.6412 |
| 2026-09-10 | 9.5911 |
| 2026-09-17 | 9.7595 |
| 2026-09-24 | 9.6621 |
High
9.9128
Low
8.7516
Average
9.2951
Get this rate via the API
One GET request returns the DOP/XAF 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=XAF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=XAF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=XAF").json()Replace YOUR_API_KEY with the key from your dashboard.
DOP/XAF API questions
How do I get the DOP/XAF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=XAF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest DOP/XAF rate in rates.XAF.
How far back does DOP/XAF historical data go?
Daily DOP/XAF 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/XAF 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.