EUR to VND exchange rate API
Euro to Dong · quoted 2026-09-25
29715.38
▼ +4.14% over YTD
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 year to date, EUR/VND traded between 29651.19 and 31344.71, averaged 30561.66 and fell 4.14%. 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: show the values
| Point | EUR/VND |
|---|---|
| 2025-12-31 | 30999.69 |
| 2026-01-07 | 30808.61 |
| 2026-01-14 | 30720.86 |
| 2026-01-21 | 30941.84 |
| 2026-01-28 | 31344.71 |
| 2026-02-04 | 30824.36 |
| 2026-02-11 | 30992.72 |
| 2026-02-18 | 30852.92 |
| 2026-02-25 | 30896.67 |
| 2026-03-04 | 30632.29 |
| 2026-03-11 | 30500.16 |
| 2026-03-18 | 30346.78 |
| 2026-03-25 | 30648.57 |
| 2026-04-01 | 30665.36 |
| 2026-04-08 | 30928.25 |
| 2026-04-15 | 31125.31 |
| 2026-04-22 | 30990.99 |
| 2026-04-29 | 30950.62 |
| 2026-05-06 | 31066.84 |
| 2026-05-13 | 30979.21 |
| 2026-05-20 | 30681.95 |
| 2026-05-27 | 30748.60 |
| 2026-06-03 | 30699.74 |
| 2026-06-11 | 30470.93 |
| 2026-06-18 | 30274.54 |
| 2026-06-25 | 29958.50 |
| 2026-07-02 | 30071.91 |
| 2026-07-09 | 30171.26 |
| 2026-07-16 | 30210.89 |
| 2026-07-23 | 30080.91 |
| 2026-07-30 | 30276.82 |
| 2026-08-06 | 30397.87 |
| 2026-08-13 | 30159.78 |
| 2026-08-20 | 30625.45 |
| 2026-08-27 | 30485.82 |
| 2026-09-03 | 30409.18 |
| 2026-09-10 | 30205.03 |
| 2026-09-17 | 29954.08 |
| 2026-09-24 | 29651.19 |
High
31344.71
Low
29651.19
Average
30561.66
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=VND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=VND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=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¤cies=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.