AED to VUV exchange rate API
UAE Dirham to Vatu · quoted 2026-09-27
32.3260
▼ +1.77% over YTD
1 AED = 32.3260 VUV · 1 VUV = 0.03093 AED · Get this rate via the API
1 AED buys 32.3260 VUV as of 2026-09-27, so 1 VUV buys 0.03093 AED. Over the year to date, AED/VUV traded between 32.0488 and 33.0402, averaged 32.4367 and fell 1.77%. The API holds daily AED/VUV rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AED/VUV over YTD: show the values
| Point | AED/VUV |
|---|---|
| 2025-12-31 | 32.9085 |
| 2026-01-07 | 32.9545 |
| 2026-01-14 | 33.0402 |
| 2026-01-21 | 32.9128 |
| 2026-01-28 | 32.5590 |
| 2026-02-04 | 32.5929 |
| 2026-02-11 | 32.4682 |
| 2026-02-18 | 32.2866 |
| 2026-02-25 | 32.3353 |
| 2026-03-04 | 32.3976 |
| 2026-03-11 | 32.5856 |
| 2026-03-18 | 32.4475 |
| 2026-03-25 | 32.4554 |
| 2026-04-01 | 32.7144 |
| 2026-04-08 | 32.6135 |
| 2026-04-15 | 32.2952 |
| 2026-04-22 | 32.1939 |
| 2026-04-29 | 32.1931 |
| 2026-05-06 | 32.1764 |
| 2026-05-13 | 32.0488 |
| 2026-05-20 | 32.2756 |
| 2026-05-27 | 32.2206 |
| 2026-06-03 | 32.1526 |
| 2026-06-10 | 32.4468 |
| 2026-06-17 | 32.3351 |
| 2026-06-24 | 32.5106 |
| 2026-07-01 | 32.7171 |
| 2026-07-08 | 32.7137 |
| 2026-07-15 | 32.5420 |
| 2026-07-22 | 32.4874 |
| 2026-07-29 | 32.5411 |
| 2026-08-05 | 32.4554 |
| 2026-08-12 | 32.3162 |
| 2026-08-19 | 32.2757 |
| 2026-08-26 | 32.1763 |
| 2026-09-02 | 32.1772 |
| 2026-09-09 | 32.0968 |
| 2026-09-16 | 32.2613 |
| 2026-09-23 | 32.2592 |
High
33.0402
Low
32.0488
Average
32.4367
Get this rate via the API
One GET request returns the AED/VUV 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=VUV"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=VUV");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=VUV").json()Replace YOUR_API_KEY with the key from your dashboard.
AED/VUV API questions
How do I get the AED/VUV exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=VUV, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AED/VUV rate in rates.VUV.
How far back does AED/VUV historical data go?
Daily AED/VUV 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/VUV 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.