Skip to content

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

AED/VND over 1Y: show the values
PointAED/VND
2025-09-257109.83
2025-10-027106.44
2025-10-097198.36
2025-10-167194.84
2025-10-237195.00
2025-10-307193.90
2025-11-067189.49
2025-11-137197.69
2025-11-207205.05
2025-11-277205.13
2025-12-047203.62
2025-12-117195.26
2025-12-187192.19
2025-12-257173.36
2026-01-017189.02
2026-01-087176.66
2026-01-157177.31
2026-01-227177.36
2026-01-297115.17
2026-02-057094.75
2026-02-127092.27
2026-02-197085.69
2026-02-267127.17
2026-03-057159.12
2026-03-127175.15
2026-03-197183.47
2026-03-267196.13
2026-04-027196.77
2026-04-097190.80
2026-04-167192.98
2026-04-237192.69
2026-04-307195.80
2026-05-077187.58
2026-05-147199.74
2026-05-217201.83
2026-05-287192.41
2026-06-047194.25
2026-06-127190.47
2026-06-197192.47
2026-06-267186.46
2026-07-037183.63
2026-07-107178.73
2026-07-177178.49
2026-07-247189.27
2026-07-317180.69
2026-08-077160.68
2026-08-147133.38
2026-08-217128.66
2026-08-287123.93
2026-09-047125.07
2026-09-117080.92
2026-09-187106.96
2026-09-257100.59

High

7205.13

Low

7080.92

Average

7166.55

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=VND"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=VND");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=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&currencies=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.