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: show the values
| Point | EUR/VND |
|---|---|
| 2025-09-25 | 30655.59 |
| 2025-10-02 | 30680.14 |
| 2025-10-09 | 30698.33 |
| 2025-10-16 | 30784.00 |
| 2025-10-23 | 30636.74 |
| 2025-10-30 | 30518.39 |
| 2025-11-06 | 30453.83 |
| 2025-11-13 | 30716.78 |
| 2025-11-20 | 30469.89 |
| 2025-11-27 | 30660.05 |
| 2025-12-04 | 30865.30 |
| 2025-12-11 | 30955.56 |
| 2025-12-18 | 30956.80 |
| 2025-12-25 | 31027.70 |
| 2026-01-01 | 31009.72 |
| 2026-01-08 | 30774.65 |
| 2026-01-15 | 30643.06 |
| 2026-01-22 | 30859.65 |
| 2026-01-29 | 31276.77 |
| 2026-02-05 | 30744.46 |
| 2026-02-12 | 30931.94 |
| 2026-02-19 | 30588.33 |
| 2026-02-26 | 30926.37 |
| 2026-03-05 | 30550.15 |
| 2026-03-12 | 30431.93 |
| 2026-03-19 | 30315.12 |
| 2026-03-26 | 30499.87 |
| 2026-04-02 | 30465.04 |
| 2026-04-09 | 30862.77 |
| 2026-04-16 | 31128.24 |
| 2026-04-23 | 30894.74 |
| 2026-04-30 | 30928.98 |
| 2026-05-07 | 31072.87 |
| 2026-05-14 | 30945.35 |
| 2026-05-21 | 30682.39 |
| 2026-05-28 | 30690.08 |
| 2026-06-04 | 30758.72 |
| 2026-06-12 | 30549.62 |
| 2026-06-19 | 30293.21 |
| 2026-06-26 | 30094.01 |
| 2026-07-03 | 30205.87 |
| 2026-07-10 | 30137.64 |
| 2026-07-17 | 30149.71 |
| 2026-07-24 | 30041.92 |
| 2026-07-31 | 30290.94 |
| 2026-08-07 | 30338.39 |
| 2026-08-14 | 30305.77 |
| 2026-08-21 | 30631.71 |
| 2026-08-28 | 30465.33 |
| 2026-09-04 | 30414.80 |
| 2026-09-11 | 30148.77 |
| 2026-09-18 | 29914.90 |
| 2026-09-25 | 29669.76 |
High
31276.77
Low
29669.76
Average
30582.00
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.