AUD to VND exchange rate API
Australian Dollar to Dong · quoted 2026-09-25
18288.36
▲ +10.77% over 5Y
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 5 years, AUD/VND traded between 15301.92 and 19081.20, averaged 16718.68 and rose 10.77%. 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: show the values
| Point | AUD/VND |
|---|---|
| 2021-09-27 | 16509.66 |
| 2021-11-08 | 16811.89 |
| 2021-12-20 | 16314.53 |
| 2022-02-01 | 16059.20 |
| 2022-03-15 | 16492.77 |
| 2022-04-29 | 16463.45 |
| 2022-06-15 | 16086.37 |
| 2022-07-27 | 16252.24 |
| 2022-09-07 | 15797.43 |
| 2022-10-19 | 15366.34 |
| 2022-11-30 | 16595.10 |
| 2023-01-12 | 16204.27 |
| 2023-02-23 | 16268.53 |
| 2023-04-11 | 15619.28 |
| 2023-05-26 | 15366.05 |
| 2023-07-10 | 15724.87 |
| 2023-08-21 | 15301.92 |
| 2023-10-02 | 15586.80 |
| 2023-11-13 | 15557.30 |
| 2023-12-27 | 16662.76 |
| 2024-02-08 | 15869.93 |
| 2024-03-21 | 16348.82 |
| 2024-05-08 | 16698.39 |
| 2024-06-24 | 16925.81 |
| 2024-08-05 | 16183.37 |
| 2024-09-13 | 16256.62 |
| 2024-10-16 | 16522.69 |
| 2024-11-15 | 16259.60 |
| 2024-12-15 | 15995.08 |
| 2025-01-14 | 15483.97 |
| 2025-02-13 | 15755.89 |
| 2025-03-15 | 16128.88 |
| 2025-04-14 | 16107.72 |
| 2025-05-14 | 16588.64 |
| 2025-06-13 | 16696.63 |
| 2025-07-13 | 17054.24 |
| 2025-08-12 | 16850.16 |
| 2025-09-11 | 17236.71 |
| 2025-10-11 | 17007.49 |
| 2025-11-10 | 17242.63 |
| 2025-12-10 | 17574.62 |
| 2026-01-09 | 17594.89 |
| 2026-02-08 | 18163.51 |
| 2026-03-10 | 18742.48 |
| 2026-04-09 | 18599.88 |
| 2026-05-09 | 19081.20 |
| 2026-06-09 | 18656.97 |
| 2026-07-09 | 18310.03 |
| 2026-08-08 | 18524.34 |
| 2026-09-07 | 18862.32 |
High
19081.20
Low
15301.92
Average
16718.68
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.