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: show the values
| Point | DKK/VND |
|---|---|
| 2021-09-28 | 3575.09 |
| 2021-11-09 | 3524.13 |
| 2021-12-21 | 3481.58 |
| 2022-02-02 | 3447.07 |
| 2022-03-16 | 3376.50 |
| 2022-05-02 | 3246.07 |
| 2022-06-16 | 3247.14 |
| 2022-07-28 | 3173.43 |
| 2022-09-08 | 3168.61 |
| 2022-10-20 | 3236.87 |
| 2022-12-01 | 3445.31 |
| 2023-01-13 | 3406.84 |
| 2023-02-24 | 3377.64 |
| 2023-04-12 | 3437.69 |
| 2023-05-30 | 3384.69 |
| 2023-07-11 | 3492.22 |
| 2023-08-22 | 3496.65 |
| 2023-10-03 | 3427.14 |
| 2023-11-14 | 3503.89 |
| 2023-12-28 | 3614.43 |
| 2024-02-09 | 3531.95 |
| 2024-03-22 | 3597.30 |
| 2024-05-10 | 3681.58 |
| 2024-06-25 | 3658.85 |
| 2024-08-06 | 3679.73 |
| 2024-09-15 | 3611.56 |
| 2024-10-17 | 3609.96 |
| 2024-11-16 | 3586.47 |
| 2024-12-16 | 3532.46 |
| 2025-01-15 | 3463.33 |
| 2025-02-14 | 3523.48 |
| 2025-03-16 | 3684.78 |
| 2025-04-15 | 3877.10 |
| 2025-05-15 | 3846.06 |
| 2025-06-14 | 4063.80 |
| 2025-07-14 | 4046.00 |
| 2025-08-13 | 4078.09 |
| 2025-09-12 | 4093.85 |
| 2025-10-12 | 4105.66 |
| 2025-11-11 | 4091.35 |
| 2025-12-11 | 4144.48 |
| 2026-01-10 | 4098.63 |
| 2026-02-09 | 4140.48 |
| 2026-03-11 | 4082.04 |
| 2026-04-10 | 4140.57 |
| 2026-05-10 | 4155.64 |
| 2026-06-10 | 4076.87 |
| 2026-07-10 | 4031.73 |
| 2026-08-09 | 4064.03 |
| 2026-09-08 | 4053.38 |
High
4155.64
Low
3168.61
Average
3693.55
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK¤cies=VND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK¤cies=VND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK¤cies=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¤cies=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.