Skip to content

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

DKK/ZAR over 1Y: show the values
PointDKK/ZAR
2025-09-262.7289
2025-10-032.7119
2025-10-102.6666
2025-10-172.7178
2025-10-242.6937
2025-10-312.6843
2025-11-072.6861
2025-11-142.6723
2025-11-212.6774
2025-11-282.6505
2025-12-052.6399
2025-12-122.6471
2025-12-192.6299
2025-12-262.6277
2026-01-022.5914
2026-01-092.5824
2026-01-162.5482
2026-01-232.5384
2026-01-302.5431
2026-02-062.5467
2026-02-132.5457
2026-02-202.5352
2026-02-272.5185
2026-03-062.5871
2026-03-132.5795
2026-03-202.6116
2026-03-272.6496
2026-04-032.6212
2026-04-102.5746
2026-04-172.5864
2026-04-242.5957
2026-05-012.6191
2026-05-082.5842
2026-05-152.5926
2026-05-222.5564
2026-05-292.5279
2026-06-052.5339
2026-06-122.5229
2026-06-192.5273
2026-06-262.5107
2026-07-032.4832
2026-07-102.4957
2026-07-172.5251
2026-07-242.5644
2026-07-312.5466
2026-08-072.5033
2026-08-142.5011
2026-08-212.5046
2026-08-282.4925
2026-09-042.4827
2026-09-112.5059
2026-09-182.4946
2026-09-252.4854

High

2.7289

Low

2.4827

Average

2.5784

For developers

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