Skip to content

AED to VUV exchange rate API

UAE Dirham to Vatu · quoted 2026-09-27

32.3260

▼ +0.91% over 1Y

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 last year, AED/VUV traded between 31.7997 and 33.3831, averaged 32.5410 and fell 0.91%. 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 1Y

AED/VUV over 1Y: show the values
PointAED/VUV
2025-09-2732.6215
2025-10-0432.8778
2025-10-1133.1553
2025-10-1833.3831
2025-10-2533.2791
2025-11-0133.1069
2025-11-0833.3554
2025-11-1533.2278
2025-11-2233.3507
2025-11-2933.3090
2025-12-0633.2756
2025-12-1332.9318
2025-12-2033.0006
2025-12-2732.8444
2026-01-0332.8455
2026-01-1032.8280
2026-01-1732.8997
2026-01-2432.6919
2026-01-3132.3359
2026-02-0732.6202
2026-02-1432.4146
2026-02-2132.3439
2026-02-2832.1632
2026-03-0732.4228
2026-03-1432.1939
2026-03-2132.4336
2026-03-2832.5898
2026-04-0432.4600
2026-04-1132.4546
2026-04-1832.1926
2026-04-2532.0843
2026-05-0232.3449
2026-05-0932.1325
2026-05-1631.7997
2026-05-2331.9611
2026-05-3032.0044
2026-06-0632.3428
2026-06-1332.3199
2026-06-2032.2136
2026-06-2732.4765
2026-07-0432.4936
2026-07-1132.6880
2026-07-1832.2933
2026-07-2532.2937
2026-08-0132.1716
2026-08-0832.4866
2026-08-1532.3417
2026-08-2232.2962
2026-08-2932.1018
2026-09-0532.0000
2026-09-1231.9635
2026-09-1932.2087
2026-09-2632.2576

High

33.3831

Low

31.7997

Average

32.5410

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.