Skip to content

EUR to VND exchange rate API

Euro to Dong · quoted 2026-09-25

29715.38

▼ +3.07% over 1Y

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

1 EUR buys 29715.38 VND as of 2026-09-25, so 1 VND buys 0.000034 EUR. Over the last year, EUR/VND traded between 29669.76 and 31276.77, averaged 30582.00 and fell 3.07%. 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 1Y

EUR/VND over 1Y: show the values
PointEUR/VND
2025-09-2530655.59
2025-10-0230680.14
2025-10-0930698.33
2025-10-1630784.00
2025-10-2330636.74
2025-10-3030518.39
2025-11-0630453.83
2025-11-1330716.78
2025-11-2030469.89
2025-11-2730660.05
2025-12-0430865.30
2025-12-1130955.56
2025-12-1830956.80
2025-12-2531027.70
2026-01-0131009.72
2026-01-0830774.65
2026-01-1530643.06
2026-01-2230859.65
2026-01-2931276.77
2026-02-0530744.46
2026-02-1230931.94
2026-02-1930588.33
2026-02-2630926.37
2026-03-0530550.15
2026-03-1230431.93
2026-03-1930315.12
2026-03-2630499.87
2026-04-0230465.04
2026-04-0930862.77
2026-04-1631128.24
2026-04-2330894.74
2026-04-3030928.98
2026-05-0731072.87
2026-05-1430945.35
2026-05-2130682.39
2026-05-2830690.08
2026-06-0430758.72
2026-06-1230549.62
2026-06-1930293.21
2026-06-2630094.01
2026-07-0330205.87
2026-07-1030137.64
2026-07-1730149.71
2026-07-2430041.92
2026-07-3130290.94
2026-08-0730338.39
2026-08-1430305.77
2026-08-2130631.71
2026-08-2830465.33
2026-09-0430414.80
2026-09-1130148.77
2026-09-1829914.90
2026-09-2529669.76

High

31276.77

Low

29669.76

Average

30582.00

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.