Skip to content

DKK to VND exchange rate API

Danish Krone to Dong · quoted 2026-09-27

3956.73

▼ +4.67% over YTD

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 year to date, DKK/VND traded between 3956.73 and 4197.99, averaged 4089.09 and fell 4.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 YTD

DKK/VND over YTD: show the values
PointDKK/VND
2025-12-314150.50
2026-01-074122.93
2026-01-144111.30
2026-01-214141.87
2026-01-284197.99
2026-02-044127.91
2026-02-114149.04
2026-02-184129.47
2026-02-254135.38
2026-03-044099.88
2026-03-114082.04
2026-03-184061.40
2026-03-254101.95
2026-04-014103.70
2026-04-084138.77
2026-04-154165.03
2026-04-224146.78
2026-04-294141.82
2026-05-064157.49
2026-05-134145.04
2026-05-204105.59
2026-05-274114.85
2026-06-034107.59
2026-06-114076.76
2026-06-184050.27
2026-06-254008.09
2026-07-024023.16
2026-07-094036.13
2026-07-164041.43
2026-07-234023.82
2026-07-304050.46
2026-08-064066.33
2026-08-134034.37
2026-08-204096.61
2026-08-274078.53
2026-09-034068.33
2026-09-104040.75
2026-09-174007.07
2026-09-243966.39

High

4197.99

Low

3956.73

Average

4089.09

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.