AUD to VND exchange rate API
Australian Dollar to Dong · quoted 2026-09-25
18288.36
▲ +0.86% over 6M
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 6 months, AUD/VND traded between 18132.67 and 19085.66, averaged 18613.85 and rose 0.86%. 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 6M: show the values
| Point | AUD/VND |
|---|---|
| 2026-03-29 | 18132.67 |
| 2026-04-05 | 18176.99 |
| 2026-04-12 | 18530.97 |
| 2026-04-19 | 18836.73 |
| 2026-04-26 | 18847.98 |
| 2026-05-03 | 19040.20 |
| 2026-05-10 | 19085.66 |
| 2026-05-17 | 18888.86 |
| 2026-05-24 | 18874.72 |
| 2026-05-31 | 18930.88 |
| 2026-06-08 | 18703.47 |
| 2026-06-15 | 18643.86 |
| 2026-06-22 | 18508.14 |
| 2026-06-29 | 18202.20 |
| 2026-07-06 | 18297.86 |
| 2026-07-13 | 18294.79 |
| 2026-07-20 | 18479.80 |
| 2026-07-27 | 18482.05 |
| 2026-08-03 | 18480.40 |
| 2026-08-10 | 18540.78 |
| 2026-08-17 | 18727.38 |
| 2026-08-24 | 18784.61 |
| 2026-08-31 | 18735.55 |
| 2026-09-07 | 18862.32 |
| 2026-09-14 | 18562.86 |
| 2026-09-21 | 18633.74 |
High
19085.66
Low
18132.67
Average
18613.85
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=VND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=VND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=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¤cies=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.