CAD to VND exchange rate API
Canadian Dollar to Dong · quoted 2026-09-27
18361.25
▲ +2.05% over 5Y
1 CAD = 18361.25 VND · 1 VND = 0.000054 CAD · Get this rate via the API
1 CAD buys 18361.25 VND as of 2026-09-27, so 1 VND buys 0.000054 CAD. Over the last 5 years, CAD/VND traded between 17284.54 and 19375.02, averaged 18273.49 and rose 2.05%. The API holds daily CAD/VND rates from 2021-01-04 — 5 years of history — so any past day, or a whole series, is one request away.
CAD/VND over 5Y: show the values
| Point | CAD/VND |
|---|---|
| 2021-09-28 | 17991.58 |
| 2021-11-09 | 18206.19 |
| 2021-12-21 | 17733.93 |
| 2022-02-02 | 17892.75 |
| 2022-03-16 | 17989.00 |
| 2022-05-02 | 17808.15 |
| 2022-06-16 | 17963.85 |
| 2022-07-28 | 18191.62 |
| 2022-09-08 | 17940.72 |
| 2022-10-20 | 17887.78 |
| 2022-12-01 | 18225.91 |
| 2023-01-13 | 17484.78 |
| 2023-02-24 | 17491.66 |
| 2023-04-12 | 17390.58 |
| 2023-05-30 | 17284.54 |
| 2023-07-11 | 17841.52 |
| 2023-08-22 | 17710.19 |
| 2023-10-03 | 17793.94 |
| 2023-11-14 | 17622.66 |
| 2023-12-28 | 18331.57 |
| 2024-02-09 | 18173.23 |
| 2024-03-22 | 18265.97 |
| 2024-05-10 | 18625.60 |
| 2024-06-25 | 18629.92 |
| 2024-08-06 | 18189.77 |
| 2024-09-15 | 17904.31 |
| 2024-10-17 | 17984.71 |
| 2024-11-16 | 18017.17 |
| 2024-12-16 | 17613.42 |
| 2025-01-15 | 17478.53 |
| 2025-02-14 | 17690.92 |
| 2025-03-16 | 17581.76 |
| 2025-04-15 | 18419.60 |
| 2025-05-15 | 18339.42 |
| 2025-06-14 | 19315.44 |
| 2025-07-14 | 18890.72 |
| 2025-08-13 | 18886.16 |
| 2025-09-12 | 18831.65 |
| 2025-10-12 | 18861.07 |
| 2025-11-11 | 18820.89 |
| 2025-12-11 | 19150.93 |
| 2026-01-10 | 18914.92 |
| 2026-02-09 | 19120.84 |
| 2026-03-11 | 19375.02 |
| 2026-04-10 | 19114.86 |
| 2026-05-10 | 19274.54 |
| 2026-06-10 | 18958.84 |
| 2026-07-10 | 18629.92 |
| 2026-08-09 | 18846.24 |
| 2026-09-08 | 18897.40 |
High
19375.02
Low
17284.54
Average
18273.49
Get this rate via the API
One GET request returns the CAD/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=CAD¤cies=VND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=VND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=VND").json()Replace YOUR_API_KEY with the key from your dashboard.
CAD/VND API questions
How do I get the CAD/VND exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=VND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CAD/VND rate in rates.VND.
How far back does CAD/VND historical data go?
Daily CAD/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 CAD/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.