Skip to content

AUD to VND exchange rate API

Australian Dollar to Dong · quoted 2026-09-25

18288.36

▲ +6.38% over 1Y

1 AUD = 18288.36 VND · 1 VND = 0.000055 AUD · Get this rate via the API

1 AUD buys 18288.36 VND as of 2026-09-25, so 1 VND buys 0.000055 AUD. Over the last year, AUD/VND traded between 17143.91 and 19158.31, averaged 18198.33 and rose 6.38%. The API holds daily AUD/VND rates from 2021-01-04 — 5 years of history — so any past day, or a whole series, is one request away.

AUD/VND over 1Y

AUD/VND over 1Y: show the values
PointAUD/VND
2025-09-2517191.33
2025-10-0217249.60
2025-10-0917442.24
2025-10-1617172.81
2025-10-2317187.51
2025-10-3017269.33
2025-11-0617208.47
2025-11-1317332.57
2025-11-2017143.91
2025-11-2717270.34
2025-12-0417480.48
2025-12-1117587.38
2025-12-1817456.18
2025-12-2517663.70
2026-01-0117613.62
2026-01-0817653.11
2026-01-1517629.20
2026-01-2217944.78
2026-01-2918468.71
2026-02-0518168.34
2026-02-1218546.56
2026-02-1918318.55
2026-02-2618639.33
2026-03-0518526.47
2026-03-1218796.74
2026-03-1918481.44
2026-03-2618271.05
2026-04-0218165.29
2026-04-0918599.88
2026-04-1618951.75
2026-04-2318899.33
2026-04-3018892.53
2026-05-0719158.31
2026-05-1419146.97
2026-05-2118854.79
2026-05-2818807.50
2026-06-0418873.85
2026-06-1218580.23
2026-06-1918530.21
2026-06-2618218.92
2026-07-0318306.60
2026-07-1018324.09
2026-07-1718390.70
2026-07-2418452.13
2026-07-3118509.57
2026-08-0718517.08
2026-08-1418554.93
2026-08-2118768.27
2026-08-2818825.52
2026-09-0418851.37
2026-09-1118655.24
2026-09-1818586.45
2026-09-2518286.06

High

19158.31

Low

17143.91

Average

18198.33

For developers

Get this rate via the API

One GET request returns the AUD/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=AUD&currencies=VND"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&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=AUD&currencies=VND").json()

Replace YOUR_API_KEY with the key from your dashboard.

AUD/VND API questions

How do I get the AUD/VND exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=VND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AUD/VND rate in rates.VND.

How far back does AUD/VND historical data go?

Daily AUD/VND rates are available from 2021-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free AUD/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.