Skip to content

VND to DKK exchange rate API

Dong to Danish Krone · quoted 2026-09-27

0.000252

▼ +9.68% over 5Y

1 VND = 0.000252 DKK · 1 DKK = 3968.25 VND · Get this rate via the API

1 VND buys 0.000252 DKK as of 2026-09-27, so 1 DKK buys 3968.25 VND. Over the last 5 years, VND/DKK traded between 0.000240 and 0.000315, averaged 0.000272 and fell 9.68%. The API holds daily VND/DKK rates from 2021-01-04 — 5 years of history — so any past day, or a whole series, is one request away.

VND/DKK over 5Y

VND/DKK over 5Y: show the values
PointVND/DKK
2021-09-280.000279
2021-11-090.000283
2021-12-210.000287
2022-02-020.000290
2022-03-160.000296
2022-05-020.000308
2022-06-160.000307
2022-07-280.000315
2022-09-080.000315
2022-10-200.000308
2022-12-010.000290
2023-01-130.000293
2023-02-240.000296
2023-04-120.000290
2023-05-300.000295
2023-07-110.000286
2023-08-220.000285
2023-10-030.000291
2023-11-140.000285
2023-12-280.000276
2024-02-090.000283
2024-03-220.000277
2024-05-100.000271
2024-06-250.000273
2024-08-060.000271
2024-09-150.000276
2024-10-170.000277
2024-11-160.000278
2024-12-160.000283
2025-01-150.000288
2025-02-140.000283
2025-03-160.000271
2025-04-150.000257
2025-05-150.000260
2025-06-140.000246
2025-07-140.000247
2025-08-130.000245
2025-09-120.000244
2025-10-120.000243
2025-11-110.000244
2025-12-110.000241
2026-01-100.000243
2026-02-090.000241
2026-03-110.000244
2026-04-100.000241
2026-05-100.000240
2026-06-100.000245
2026-07-100.000248
2026-08-090.000246
2026-09-080.000246

High

0.000315

Low

0.000240

Average

0.000272

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=VND&currencies=DKK").json()

Replace YOUR_API_KEY with the key from your dashboard.

VND/DKK API questions

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

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

How far back does VND/DKK historical data go?

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