Skip to content

DKK to XOF exchange rate API

Danish Krone to CFA Franc BCEAO · quoted 2026-09-27

87.7466

▼ +0.15% over 30D

1 DKK = 87.7466 XOF · 1 XOF = 0.01140 DKK · Get this rate via the API

1 DKK buys 87.7466 XOF as of 2026-09-27, so 1 XOF buys 0.01140 DKK. Over the last 30 days, DKK/XOF traded between 87.6065 and 87.8882, averaged 87.7509 and fell 0.15%. The API holds daily DKK/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DKK/XOF over 30D

DKK/XOF over 30D: show the values
PointDKK/XOF
2026-08-2887.8756
2026-08-2987.7608
2026-08-3087.7431
2026-08-3187.7130
2026-09-0187.6832
2026-09-0287.7197
2026-09-0387.7863
2026-09-0487.7557
2026-09-0587.7630
2026-09-0687.7441
2026-09-0787.7735
2026-09-0887.6903
2026-09-0987.8882
2026-09-1087.6652
2026-09-1187.6739
2026-09-1287.7249
2026-09-1387.7340
2026-09-1487.7065
2026-09-1587.7431
2026-09-1687.7845
2026-09-1787.8085
2026-09-1887.6065
2026-09-1987.7519
2026-09-2087.7411
2026-09-2187.8614
2026-09-2287.7716
2026-09-2387.7607
2026-09-2487.6721
2026-09-2587.8832
2026-09-2687.7466

High

87.8882

Low

87.6065

Average

87.7509

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DKK/XOF API questions

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

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

How far back does DKK/XOF historical data go?

Daily DKK/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 DKK/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.