AUD to VND exchange rate API
Australian Dollar to Dong · quoted 2026-09-25
18288.36
▲ +3.72% over YTD
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 year to date, AUD/VND traded between 17605.07 and 19172.67, averaged 18506.03 and rose 3.72%. 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 YTD: show the values
| Point | AUD/VND |
|---|---|
| 2025-12-31 | 17632.48 |
| 2026-01-07 | 17739.75 |
| 2026-01-14 | 17605.07 |
| 2026-01-21 | 17844.20 |
| 2026-01-28 | 18322.73 |
| 2026-02-04 | 18332.55 |
| 2026-02-11 | 18540.08 |
| 2026-02-18 | 18421.87 |
| 2026-02-25 | 18593.41 |
| 2026-03-04 | 18561.64 |
| 2026-03-11 | 18833.07 |
| 2026-03-18 | 18611.94 |
| 2026-03-25 | 18410.85 |
| 2026-04-01 | 18374.58 |
| 2026-04-08 | 18643.82 |
| 2026-04-15 | 18855.82 |
| 2026-04-22 | 18892.33 |
| 2026-04-29 | 18936.97 |
| 2026-05-06 | 19132.18 |
| 2026-05-13 | 19172.67 |
| 2026-05-20 | 18856.81 |
| 2026-05-27 | 18839.90 |
| 2026-06-03 | 18929.41 |
| 2026-06-11 | 18481.79 |
| 2026-06-18 | 18502.96 |
| 2026-06-25 | 18207.41 |
| 2026-07-02 | 18174.72 |
| 2026-07-09 | 18310.03 |
| 2026-07-16 | 18464.04 |
| 2026-07-23 | 18464.73 |
| 2026-07-30 | 18417.67 |
| 2026-08-06 | 18546.58 |
| 2026-08-13 | 18439.57 |
| 2026-08-20 | 18630.89 |
| 2026-08-27 | 18823.05 |
| 2026-09-03 | 18832.70 |
| 2026-09-10 | 18683.13 |
| 2026-09-17 | 18560.07 |
| 2026-09-24 | 18329.22 |
High
19172.67
Low
17605.07
Average
18506.03
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.