Skip to content

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

DOP/XAF over 1Y: show the values
PointDOP/XAF
2025-09-269.0096
2025-10-038.9425
2025-10-109.0019
2025-10-178.8688
2025-10-248.8684
2025-10-318.8335
2025-11-078.8400
2025-11-148.7547
2025-11-218.9251
2025-11-289.0409
2025-12-058.8496
2025-12-138.7516
2025-12-208.9395
2025-12-278.8848
2026-01-038.8664
2026-01-108.8876
2026-01-178.9163
2026-01-248.8107
2026-01-318.8064
2026-02-078.8277
2026-02-148.8773
2026-02-219.0990
2026-02-289.2310
2026-03-079.3787
2026-03-149.2703
2026-03-219.5890
2026-03-289.5449
2026-04-049.3709
2026-04-119.2714
2026-04-189.2111
2026-04-259.4084
2026-05-029.4118
2026-05-099.3946
2026-05-179.5164
2026-05-259.5908
2026-06-019.5881
2026-06-109.7328
2026-06-179.6404
2026-06-249.8179
2026-07-019.6555
2026-07-089.7081
2026-07-159.8100
2026-07-229.8423
2026-07-299.9128
2026-08-059.7632
2026-08-129.7541
2026-08-209.6150
2026-08-279.6717
2026-09-039.6412
2026-09-109.5911
2026-09-179.7595
2026-09-249.6621

High

9.9128

Low

8.7516

Average

9.2951

For developers

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