Skip to content

EUR to VND exchange rate API

Euro to Dong · quoted 2026-09-25

29736.14

▲ +11.67% over 5Y

1 EUR = 29736.14 VND · 1 VND = 0.000034 EUR · Get this rate via the API

1 EUR buys 29736.14 VND as of 2026-09-25, so 1 VND buys 0.000034 EUR. Over the last 5 years, EUR/VND traded between 23298.06 and 31022.11, averaged 27520.16 and rose 11.67%. The API holds daily EUR/VND rates from 2021-01-04 — 5 years of history — so any past day, or a whole series, is one request away.

EUR/VND over 5Y

EUR/VND over 5Y: show the values
PointEUR/VND
2021-09-2726628.45
2021-11-0826261.86
2021-12-2025866.68
2022-02-0125482.75
2022-03-1525125.10
2022-04-2924199.65
2022-06-1524211.61
2022-07-2723760.78
2022-09-0723298.06
2022-10-1923922.31
2022-11-3025597.94
2023-01-1225230.07
2023-02-2325299.19
2023-04-1125595.33
2023-05-2625260.26
2023-07-1025927.18
2023-08-2126005.62
2023-10-0225674.59
2023-11-1326046.03
2023-12-2726943.69
2024-02-0826294.90
2024-03-2127032.77
2024-05-0827341.95
2024-06-2427347.03
2024-08-0527524.68
2024-09-1326891.70
2024-10-1626917.13
2024-11-1526576.33
2024-12-1526408.20
2025-01-1425704.96
2025-02-1326140.61
2025-03-1527772.93
2025-04-1429048.65
2025-05-1428764.71
2025-06-1329681.61
2025-07-1330310.21
2025-08-1230139.88
2025-09-1130503.79
2025-10-1130471.98
2025-11-1030536.70
2025-12-1030778.46
2026-01-0930687.27
2026-02-0830605.08
2026-03-1030653.35
2026-04-0930862.77
2026-05-0931022.11
2026-06-0930580.62
2026-07-0930171.26
2026-08-0830297.94
2026-09-0730385.31

High

31022.11

Low

23298.06

Average

27520.16

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EUR/VND API questions

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

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

How far back does EUR/VND historical data go?

Daily EUR/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 EUR/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.