Skip to content

DKK to VND exchange rate API

Danish Krone to Dong · quoted 2026-09-27

3956.73

▲ +10.67% over 5Y

1 DKK = 3956.73 VND · 1 VND = 0.000253 DKK · Get this rate via the API

1 DKK buys 3956.73 VND as of 2026-09-27, so 1 VND buys 0.000253 DKK. Over the last 5 years, DKK/VND traded between 3168.61 and 4155.64, averaged 3693.55 and rose 10.67%. The API holds daily DKK/VND rates from 2021-01-04 — 5 years of history — so any past day, or a whole series, is one request away.

DKK/VND over 5Y

DKK/VND over 5Y: show the values
PointDKK/VND
2021-09-283575.09
2021-11-093524.13
2021-12-213481.58
2022-02-023447.07
2022-03-163376.50
2022-05-023246.07
2022-06-163247.14
2022-07-283173.43
2022-09-083168.61
2022-10-203236.87
2022-12-013445.31
2023-01-133406.84
2023-02-243377.64
2023-04-123437.69
2023-05-303384.69
2023-07-113492.22
2023-08-223496.65
2023-10-033427.14
2023-11-143503.89
2023-12-283614.43
2024-02-093531.95
2024-03-223597.30
2024-05-103681.58
2024-06-253658.85
2024-08-063679.73
2024-09-153611.56
2024-10-173609.96
2024-11-163586.47
2024-12-163532.46
2025-01-153463.33
2025-02-143523.48
2025-03-163684.78
2025-04-153877.10
2025-05-153846.06
2025-06-144063.80
2025-07-144046.00
2025-08-134078.09
2025-09-124093.85
2025-10-124105.66
2025-11-114091.35
2025-12-114144.48
2026-01-104098.63
2026-02-094140.48
2026-03-114082.04
2026-04-104140.57
2026-05-104155.64
2026-06-104076.87
2026-07-104031.73
2026-08-094064.03
2026-09-084053.38

High

4155.64

Low

3168.61

Average

3693.55

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DKK/VND API questions

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

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

How far back does DKK/VND historical data go?

Daily DKK/VND rates are available from 2021-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free DKK/VND 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.