AED to VND exchange rate API
UAE Dirham to Dong · quoted 2026-09-25
7099.13
▼ +1.17% over YTD
1 AED = 7099.13 VND · 1 VND = 0.000141 AED · Get this rate via the API
1 AED buys 7099.13 VND as of 2026-09-25, so 1 VND buys 0.000141 AED. Over the year to date, AED/VND traded between 7079.48 and 7201.08, averaged 7162.10 and fell 1.17%. The API holds daily AED/VND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AED/VND over YTD: show the values
| Point | AED/VND |
|---|---|
| 2025-12-31 | 7183.07 |
| 2026-01-07 | 7179.03 |
| 2026-01-14 | 7178.83 |
| 2026-01-21 | 7176.29 |
| 2026-01-28 | 7127.05 |
| 2026-02-04 | 7099.94 |
| 2026-02-11 | 7094.43 |
| 2026-02-18 | 7091.46 |
| 2026-02-25 | 7138.38 |
| 2026-03-04 | 7159.25 |
| 2026-03-11 | 7170.21 |
| 2026-03-18 | 7184.23 |
| 2026-03-25 | 7198.02 |
| 2026-04-01 | 7194.06 |
| 2026-04-08 | 7192.96 |
| 2026-04-15 | 7193.43 |
| 2026-04-22 | 7191.13 |
| 2026-04-29 | 7198.39 |
| 2026-05-06 | 7190.94 |
| 2026-05-13 | 7199.40 |
| 2026-05-20 | 7201.08 |
| 2026-05-27 | 7193.95 |
| 2026-06-03 | 7196.52 |
| 2026-06-11 | 7190.69 |
| 2026-06-18 | 7191.74 |
| 2026-06-25 | 7191.20 |
| 2026-07-02 | 7182.51 |
| 2026-07-09 | 7183.57 |
| 2026-07-16 | 7172.96 |
| 2026-07-23 | 7189.13 |
| 2026-07-30 | 7182.92 |
| 2026-08-06 | 7170.42 |
| 2026-08-13 | 7119.32 |
| 2026-08-20 | 7138.18 |
| 2026-08-27 | 7127.51 |
| 2026-09-03 | 7128.07 |
| 2026-09-10 | 7079.48 |
| 2026-09-17 | 7103.24 |
| 2026-09-24 | 7101.96 |
High
7201.08
Low
7079.48
Average
7162.10
Get this rate via the API
One GET request returns the AED/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=AED¤cies=VND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=VND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=VND").json()Replace YOUR_API_KEY with the key from your dashboard.
AED/VND API questions
How do I get the AED/VND exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=VND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AED/VND rate in rates.VND.
How far back does AED/VND historical data go?
Daily AED/VND rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free AED/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.