DKK to ZAR exchange rate API
Danish Krone to Rand · quoted 2026-09-26
2.4856
▼ +8.92% over 1Y
1 DKK = 2.4856 ZAR · 1 ZAR = 0.40232 DKK · Get this rate via the API
1 DKK buys 2.4856 ZAR as of 2026-09-26, so 1 ZAR buys 0.40232 DKK. Over the last year, DKK/ZAR traded between 2.4827 and 2.7289, averaged 2.5784 and fell 8.92%. The API holds daily DKK/ZAR rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.
DKK/ZAR over 1Y: show the values
| Point | DKK/ZAR |
|---|---|
| 2025-09-26 | 2.7289 |
| 2025-10-03 | 2.7119 |
| 2025-10-10 | 2.6666 |
| 2025-10-17 | 2.7178 |
| 2025-10-24 | 2.6937 |
| 2025-10-31 | 2.6843 |
| 2025-11-07 | 2.6861 |
| 2025-11-14 | 2.6723 |
| 2025-11-21 | 2.6774 |
| 2025-11-28 | 2.6505 |
| 2025-12-05 | 2.6399 |
| 2025-12-12 | 2.6471 |
| 2025-12-19 | 2.6299 |
| 2025-12-26 | 2.6277 |
| 2026-01-02 | 2.5914 |
| 2026-01-09 | 2.5824 |
| 2026-01-16 | 2.5482 |
| 2026-01-23 | 2.5384 |
| 2026-01-30 | 2.5431 |
| 2026-02-06 | 2.5467 |
| 2026-02-13 | 2.5457 |
| 2026-02-20 | 2.5352 |
| 2026-02-27 | 2.5185 |
| 2026-03-06 | 2.5871 |
| 2026-03-13 | 2.5795 |
| 2026-03-20 | 2.6116 |
| 2026-03-27 | 2.6496 |
| 2026-04-03 | 2.6212 |
| 2026-04-10 | 2.5746 |
| 2026-04-17 | 2.5864 |
| 2026-04-24 | 2.5957 |
| 2026-05-01 | 2.6191 |
| 2026-05-08 | 2.5842 |
| 2026-05-15 | 2.5926 |
| 2026-05-22 | 2.5564 |
| 2026-05-29 | 2.5279 |
| 2026-06-05 | 2.5339 |
| 2026-06-12 | 2.5229 |
| 2026-06-19 | 2.5273 |
| 2026-06-26 | 2.5107 |
| 2026-07-03 | 2.4832 |
| 2026-07-10 | 2.4957 |
| 2026-07-17 | 2.5251 |
| 2026-07-24 | 2.5644 |
| 2026-07-31 | 2.5466 |
| 2026-08-07 | 2.5033 |
| 2026-08-14 | 2.5011 |
| 2026-08-21 | 2.5046 |
| 2026-08-28 | 2.4925 |
| 2026-09-04 | 2.4827 |
| 2026-09-11 | 2.5059 |
| 2026-09-18 | 2.4946 |
| 2026-09-25 | 2.4854 |
High
2.7289
Low
2.4827
Average
2.5784
Get this rate via the API
One GET request returns the DKK/ZAR 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=ZAR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK¤cies=ZAR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK¤cies=ZAR").json()Replace YOUR_API_KEY with the key from your dashboard.
DKK/ZAR API questions
How do I get the DKK/ZAR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK¤cies=ZAR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest DKK/ZAR rate in rates.ZAR.
How far back does DKK/ZAR historical data go?
Daily DKK/ZAR rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free DKK/ZAR 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.