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: show the values
| Point | AUD/VND |
|---|---|
| 2025-09-25 | 17191.33 |
| 2025-10-02 | 17249.60 |
| 2025-10-09 | 17442.24 |
| 2025-10-16 | 17172.81 |
| 2025-10-23 | 17187.51 |
| 2025-10-30 | 17269.33 |
| 2025-11-06 | 17208.47 |
| 2025-11-13 | 17332.57 |
| 2025-11-20 | 17143.91 |
| 2025-11-27 | 17270.34 |
| 2025-12-04 | 17480.48 |
| 2025-12-11 | 17587.38 |
| 2025-12-18 | 17456.18 |
| 2025-12-25 | 17663.70 |
| 2026-01-01 | 17613.62 |
| 2026-01-08 | 17653.11 |
| 2026-01-15 | 17629.20 |
| 2026-01-22 | 17944.78 |
| 2026-01-29 | 18468.71 |
| 2026-02-05 | 18168.34 |
| 2026-02-12 | 18546.56 |
| 2026-02-19 | 18318.55 |
| 2026-02-26 | 18639.33 |
| 2026-03-05 | 18526.47 |
| 2026-03-12 | 18796.74 |
| 2026-03-19 | 18481.44 |
| 2026-03-26 | 18271.05 |
| 2026-04-02 | 18165.29 |
| 2026-04-09 | 18599.88 |
| 2026-04-16 | 18951.75 |
| 2026-04-23 | 18899.33 |
| 2026-04-30 | 18892.53 |
| 2026-05-07 | 19158.31 |
| 2026-05-14 | 19146.97 |
| 2026-05-21 | 18854.79 |
| 2026-05-28 | 18807.50 |
| 2026-06-04 | 18873.85 |
| 2026-06-12 | 18580.23 |
| 2026-06-19 | 18530.21 |
| 2026-06-26 | 18218.92 |
| 2026-07-03 | 18306.60 |
| 2026-07-10 | 18324.09 |
| 2026-07-17 | 18390.70 |
| 2026-07-24 | 18452.13 |
| 2026-07-31 | 18509.57 |
| 2026-08-07 | 18517.08 |
| 2026-08-14 | 18554.93 |
| 2026-08-21 | 18768.27 |
| 2026-08-28 | 18825.52 |
| 2026-09-04 | 18851.37 |
| 2026-09-11 | 18655.24 |
| 2026-09-18 | 18586.45 |
| 2026-09-25 | 18286.06 |
High
19158.31
Low
17143.91
Average
18198.33
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.