Skip to content

AUD to VND exchange rate API

Australian Dollar to Dong · quoted 2026-09-25

18299.39

▲ +10.84% over 5Y

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

1 AUD buys 18299.39 VND as of 2026-09-25, so 1 VND buys 0.000055 AUD. Over the last 5 years, AUD/VND traded between 15301.92 and 19081.20, averaged 16718.90 and rose 10.84%. 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 5Y

AUD/VND over 5Y: show the values
PointAUD/VND
2021-09-2716509.66
2021-11-0816811.89
2021-12-2016314.53
2022-02-0116059.20
2022-03-1516492.77
2022-04-2916463.45
2022-06-1516086.37
2022-07-2716252.24
2022-09-0715797.43
2022-10-1915366.34
2022-11-3016595.10
2023-01-1216204.27
2023-02-2316268.53
2023-04-1115619.28
2023-05-2615366.05
2023-07-1015724.87
2023-08-2115301.92
2023-10-0215586.80
2023-11-1315557.30
2023-12-2716662.76
2024-02-0815869.93
2024-03-2116348.82
2024-05-0816698.39
2024-06-2416925.81
2024-08-0516183.37
2024-09-1316256.62
2024-10-1616522.69
2024-11-1516259.60
2024-12-1515995.08
2025-01-1415483.97
2025-02-1315755.89
2025-03-1516128.88
2025-04-1416107.72
2025-05-1416588.64
2025-06-1316696.63
2025-07-1317054.24
2025-08-1216850.16
2025-09-1117236.71
2025-10-1117007.49
2025-11-1017242.63
2025-12-1017574.62
2026-01-0917594.89
2026-02-0818163.51
2026-03-1018742.48
2026-04-0918599.88
2026-05-0919081.20
2026-06-0918656.97
2026-07-0918310.03
2026-08-0818524.34
2026-09-0718862.32

High

19081.20

Low

15301.92

Average

16718.90

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.