Skip to content

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

AED/VUV over YTD: show the values
PointAED/VUV
2025-12-3132.9085
2026-01-0732.9545
2026-01-1433.0402
2026-01-2132.9128
2026-01-2832.5590
2026-02-0432.5929
2026-02-1132.4682
2026-02-1832.2866
2026-02-2532.3353
2026-03-0432.3976
2026-03-1132.5856
2026-03-1832.4475
2026-03-2532.4554
2026-04-0132.7144
2026-04-0832.6135
2026-04-1532.2952
2026-04-2232.1939
2026-04-2932.1931
2026-05-0632.1764
2026-05-1332.0488
2026-05-2032.2756
2026-05-2732.2206
2026-06-0332.1526
2026-06-1032.4468
2026-06-1732.3351
2026-06-2432.5106
2026-07-0132.7171
2026-07-0832.7137
2026-07-1532.5420
2026-07-2232.4874
2026-07-2932.5411
2026-08-0532.4554
2026-08-1232.3162
2026-08-1932.2757
2026-08-2632.1763
2026-09-0232.1772
2026-09-0932.0968
2026-09-1632.2613
2026-09-2332.2592

High

33.0402

Low

32.0488

Average

32.4367

For developers

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