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: show the values
| Point | EUR/VND |
|---|---|
| 2021-09-27 | 26628.45 |
| 2021-11-08 | 26261.86 |
| 2021-12-20 | 25866.68 |
| 2022-02-01 | 25482.75 |
| 2022-03-15 | 25125.10 |
| 2022-04-29 | 24199.65 |
| 2022-06-15 | 24211.61 |
| 2022-07-27 | 23760.78 |
| 2022-09-07 | 23298.06 |
| 2022-10-19 | 23922.31 |
| 2022-11-30 | 25597.94 |
| 2023-01-12 | 25230.07 |
| 2023-02-23 | 25299.19 |
| 2023-04-11 | 25595.33 |
| 2023-05-26 | 25260.26 |
| 2023-07-10 | 25927.18 |
| 2023-08-21 | 26005.62 |
| 2023-10-02 | 25674.59 |
| 2023-11-13 | 26046.03 |
| 2023-12-27 | 26943.69 |
| 2024-02-08 | 26294.90 |
| 2024-03-21 | 27032.77 |
| 2024-05-08 | 27341.95 |
| 2024-06-24 | 27347.03 |
| 2024-08-05 | 27524.68 |
| 2024-09-13 | 26891.70 |
| 2024-10-16 | 26917.13 |
| 2024-11-15 | 26576.33 |
| 2024-12-15 | 26408.20 |
| 2025-01-14 | 25704.96 |
| 2025-02-13 | 26140.61 |
| 2025-03-15 | 27772.93 |
| 2025-04-14 | 29048.65 |
| 2025-05-14 | 28764.71 |
| 2025-06-13 | 29681.61 |
| 2025-07-13 | 30310.21 |
| 2025-08-12 | 30139.88 |
| 2025-09-11 | 30503.79 |
| 2025-10-11 | 30471.98 |
| 2025-11-10 | 30536.70 |
| 2025-12-10 | 30778.46 |
| 2026-01-09 | 30687.27 |
| 2026-02-08 | 30605.08 |
| 2026-03-10 | 30653.35 |
| 2026-04-09 | 30862.77 |
| 2026-05-09 | 31022.11 |
| 2026-06-09 | 30580.62 |
| 2026-07-09 | 30171.26 |
| 2026-08-08 | 30297.94 |
| 2026-09-07 | 30385.31 |
High
31022.11
Low
23298.06
Average
27520.16
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.