Skip to content

DKK to ZWL exchange rate API

Danish Krone to Zimbabwe Dollar · quoted 2026-09-26

10143.24

▼ +2.40% over 1Y

1 DKK = 10143.24 ZWL · 1 ZWL = 0.000099 DKK · Get this rate via the API

1 DKK buys 10143.24 ZWL as of 2026-09-26, so 1 ZWL buys 0.000099 DKK. Over the last year, DKK/ZWL traded between 49.5941 and 10477.18, averaged 9046.56 and fell 2.40%. The API holds daily DKK/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DKK/ZWL over 1Y

DKK/ZWL over 1Y: show the values
PointDKK/ZWL
2025-09-2610392.89
2025-10-0310475.94
2025-10-1010341.04
2025-10-1710409.55
2025-10-2410309.45
2025-10-3110212.28
2025-11-0710165.97
2025-11-1410259.21
2025-11-2110175.72
2025-11-2810132.89
2025-12-0510192.48
2025-12-1310252.59
2025-12-2010214.63
2025-12-2710249.04
2026-01-0310168.03
2026-01-1010025.64
2026-01-179961.73
2026-01-2410136.76
2026-01-3110144.08
2026-02-0710118.51
2026-02-1410148.99
2026-02-2110067.87
2026-02-2810183.48
2026-03-0710007.46
2026-03-149719.54
2026-03-219783.93
2026-03-2849.59
2026-04-049766.21
2026-04-1150.53
2026-04-1850.69
2026-04-2550.51
2026-05-0250.51
2026-05-0950.79
2026-05-1710015.20
2026-05-2510250.70
2026-06-0110477.18
2026-06-1010327.07
2026-06-1710345.68
2026-06-2410161.92
2026-07-0110209.08
2026-07-0810215.99
2026-07-1510215.37
2026-07-2210221.02
2026-07-2910166.07
2026-08-0510294.97
2026-08-1210265.97
2026-08-2010412.83
2026-08-2710319.49
2026-09-0310374.68
2026-09-1010364.40
2026-09-1710241.92
2026-09-2410126.13

High

10477.18

Low

49.5941

Average

9046.56

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DKK/ZWL API questions

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

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

How far back does DKK/ZWL historical data go?

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