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: show the values
| Point | DKK/XOF |
|---|---|
| 2026-08-28 | 87.8756 |
| 2026-08-29 | 87.7608 |
| 2026-08-30 | 87.7431 |
| 2026-08-31 | 87.7130 |
| 2026-09-01 | 87.6832 |
| 2026-09-02 | 87.7197 |
| 2026-09-03 | 87.7863 |
| 2026-09-04 | 87.7557 |
| 2026-09-05 | 87.7630 |
| 2026-09-06 | 87.7441 |
| 2026-09-07 | 87.7735 |
| 2026-09-08 | 87.6903 |
| 2026-09-09 | 87.8882 |
| 2026-09-10 | 87.6652 |
| 2026-09-11 | 87.6739 |
| 2026-09-12 | 87.7249 |
| 2026-09-13 | 87.7340 |
| 2026-09-14 | 87.7065 |
| 2026-09-15 | 87.7431 |
| 2026-09-16 | 87.7845 |
| 2026-09-17 | 87.8085 |
| 2026-09-18 | 87.6065 |
| 2026-09-19 | 87.7519 |
| 2026-09-20 | 87.7411 |
| 2026-09-21 | 87.8614 |
| 2026-09-22 | 87.7716 |
| 2026-09-23 | 87.7607 |
| 2026-09-24 | 87.6721 |
| 2026-09-25 | 87.8832 |
| 2026-09-26 | 87.7466 |
High
87.8882
Low
87.6065
Average
87.7509
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK¤cies=XOF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK¤cies=XOF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK¤cies=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¤cies=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.