AED to VND exchange rate API
UAE Dirham to Dong · quoted 2026-09-25
7099.13
▼ +0.15% over 1Y
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 last year, AED/VND traded between 7080.92 and 7205.13, averaged 7166.55 and fell 0.15%. 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 1Y: show the values
| Point | AED/VND |
|---|---|
| 2025-09-25 | 7109.83 |
| 2025-10-02 | 7106.44 |
| 2025-10-09 | 7198.36 |
| 2025-10-16 | 7194.84 |
| 2025-10-23 | 7195.00 |
| 2025-10-30 | 7193.90 |
| 2025-11-06 | 7189.49 |
| 2025-11-13 | 7197.69 |
| 2025-11-20 | 7205.05 |
| 2025-11-27 | 7205.13 |
| 2025-12-04 | 7203.62 |
| 2025-12-11 | 7195.26 |
| 2025-12-18 | 7192.19 |
| 2025-12-25 | 7173.36 |
| 2026-01-01 | 7189.02 |
| 2026-01-08 | 7176.66 |
| 2026-01-15 | 7177.31 |
| 2026-01-22 | 7177.36 |
| 2026-01-29 | 7115.17 |
| 2026-02-05 | 7094.75 |
| 2026-02-12 | 7092.27 |
| 2026-02-19 | 7085.69 |
| 2026-02-26 | 7127.17 |
| 2026-03-05 | 7159.12 |
| 2026-03-12 | 7175.15 |
| 2026-03-19 | 7183.47 |
| 2026-03-26 | 7196.13 |
| 2026-04-02 | 7196.77 |
| 2026-04-09 | 7190.80 |
| 2026-04-16 | 7192.98 |
| 2026-04-23 | 7192.69 |
| 2026-04-30 | 7195.80 |
| 2026-05-07 | 7187.58 |
| 2026-05-14 | 7199.74 |
| 2026-05-21 | 7201.83 |
| 2026-05-28 | 7192.41 |
| 2026-06-04 | 7194.25 |
| 2026-06-12 | 7190.47 |
| 2026-06-19 | 7192.47 |
| 2026-06-26 | 7186.46 |
| 2026-07-03 | 7183.63 |
| 2026-07-10 | 7178.73 |
| 2026-07-17 | 7178.49 |
| 2026-07-24 | 7189.27 |
| 2026-07-31 | 7180.69 |
| 2026-08-07 | 7160.68 |
| 2026-08-14 | 7133.38 |
| 2026-08-21 | 7128.66 |
| 2026-08-28 | 7123.93 |
| 2026-09-04 | 7125.07 |
| 2026-09-11 | 7080.92 |
| 2026-09-18 | 7106.96 |
| 2026-09-25 | 7100.59 |
High
7205.13
Low
7080.92
Average
7166.55
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.