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: show the values
| Point | DKK/ZWL |
|---|---|
| 2025-09-26 | 10392.89 |
| 2025-10-03 | 10475.94 |
| 2025-10-10 | 10341.04 |
| 2025-10-17 | 10409.55 |
| 2025-10-24 | 10309.45 |
| 2025-10-31 | 10212.28 |
| 2025-11-07 | 10165.97 |
| 2025-11-14 | 10259.21 |
| 2025-11-21 | 10175.72 |
| 2025-11-28 | 10132.89 |
| 2025-12-05 | 10192.48 |
| 2025-12-13 | 10252.59 |
| 2025-12-20 | 10214.63 |
| 2025-12-27 | 10249.04 |
| 2026-01-03 | 10168.03 |
| 2026-01-10 | 10025.64 |
| 2026-01-17 | 9961.73 |
| 2026-01-24 | 10136.76 |
| 2026-01-31 | 10144.08 |
| 2026-02-07 | 10118.51 |
| 2026-02-14 | 10148.99 |
| 2026-02-21 | 10067.87 |
| 2026-02-28 | 10183.48 |
| 2026-03-07 | 10007.46 |
| 2026-03-14 | 9719.54 |
| 2026-03-21 | 9783.93 |
| 2026-03-28 | 49.59 |
| 2026-04-04 | 9766.21 |
| 2026-04-11 | 50.53 |
| 2026-04-18 | 50.69 |
| 2026-04-25 | 50.51 |
| 2026-05-02 | 50.51 |
| 2026-05-09 | 50.79 |
| 2026-05-17 | 10015.20 |
| 2026-05-25 | 10250.70 |
| 2026-06-01 | 10477.18 |
| 2026-06-10 | 10327.07 |
| 2026-06-17 | 10345.68 |
| 2026-06-24 | 10161.92 |
| 2026-07-01 | 10209.08 |
| 2026-07-08 | 10215.99 |
| 2026-07-15 | 10215.37 |
| 2026-07-22 | 10221.02 |
| 2026-07-29 | 10166.07 |
| 2026-08-05 | 10294.97 |
| 2026-08-12 | 10265.97 |
| 2026-08-20 | 10412.83 |
| 2026-08-27 | 10319.49 |
| 2026-09-03 | 10374.68 |
| 2026-09-10 | 10364.40 |
| 2026-09-17 | 10241.92 |
| 2026-09-24 | 10126.13 |
High
10477.18
Low
49.5941
Average
9046.56
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK¤cies=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¤cies=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.