Skip to content

EUR to VND exchange rate API

Euro to Dong · quoted 2026-09-25

29736.14

▼ +4.08% over YTD

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 year to date, EUR/VND traded between 29651.19 and 31344.71, averaged 30562.18 and fell 4.08%. 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 YTD

EUR/VND over YTD: show the values
PointEUR/VND
2025-12-3130999.69
2026-01-0730808.61
2026-01-1430720.86
2026-01-2130941.84
2026-01-2831344.71
2026-02-0430824.36
2026-02-1130992.72
2026-02-1830852.92
2026-02-2530896.67
2026-03-0430632.29
2026-03-1130500.16
2026-03-1830346.78
2026-03-2530648.57
2026-04-0130665.36
2026-04-0830928.25
2026-04-1531125.31
2026-04-2230990.99
2026-04-2930950.62
2026-05-0631066.84
2026-05-1330979.21
2026-05-2030681.95
2026-05-2730748.60
2026-06-0330699.74
2026-06-1130470.93
2026-06-1830274.54
2026-06-2529958.50
2026-07-0230071.91
2026-07-0930171.26
2026-07-1630210.89
2026-07-2330080.91
2026-07-3030276.82
2026-08-0630397.87
2026-08-1330159.78
2026-08-2030625.45
2026-08-2730485.82
2026-09-0330409.18
2026-09-1030205.03
2026-09-1729954.08
2026-09-2429651.19

High

31344.71

Low

29651.19

Average

30562.18

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.