Skip to content

AED to VND exchange rate API

UAE Dirham to Dong · quoted 2026-09-25

7099.13

▼ +1.18% over 6M

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 6 months, AED/VND traded between 7088.81 and 7197.26, averaged 7165.21 and fell 1.18%. 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 6M

AED/VND over 6M: show the values
PointAED/VND
2026-03-297183.97
2026-04-057183.27
2026-04-127169.42
2026-04-197170.32
2026-04-267185.91
2026-05-037188.70
2026-05-107179.56
2026-05-177193.28
2026-05-247188.66
2026-05-317176.33
2026-06-087197.26
2026-06-157182.37
2026-06-227189.94
2026-06-297182.38
2026-07-067184.42
2026-07-137174.07
2026-07-207180.60
2026-07-277188.94
2026-08-037180.98
2026-08-107146.60
2026-08-177156.26
2026-08-247141.29
2026-08-317122.15
2026-09-077118.16
2026-09-147088.81
2026-09-217107.81

High

7197.26

Low

7088.81

Average

7165.21

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.