Skip to content

AUD to VND exchange rate API

Australian Dollar to Dong · quoted 2026-09-25

18288.36

▼ +2.80% over 30D

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 30 days, AUD/VND traded between 18286.06 and 18862.32, averaged 18648.33 and fell 2.80%. 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 30D

AUD/VND over 30D: show the values
PointAUD/VND
2026-08-2618815.19
2026-08-2718823.05
2026-08-2818825.52
2026-08-2918701.57
2026-08-3018720.51
2026-08-3118735.55
2026-09-0118683.64
2026-09-0218696.43
2026-09-0318832.70
2026-09-0418851.37
2026-09-0518780.37
2026-09-0618816.62
2026-09-0718862.32
2026-09-0818821.10
2026-09-0918806.84
2026-09-1018683.13
2026-09-1118655.24
2026-09-1218525.64
2026-09-1318574.52
2026-09-1418562.86
2026-09-1518581.80
2026-09-1618598.61
2026-09-1718560.07
2026-09-1818586.45
2026-09-1918527.53
2026-09-2018581.48
2026-09-2118633.74
2026-09-2218562.28
2026-09-2318436.92
2026-09-2418329.22
2026-09-2518286.06

High

18862.32

Low

18286.06

Average

18648.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.