Skip to content

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

CAD/VND over 5Y: show the values
PointCAD/VND
2021-09-2817991.58
2021-11-0918206.19
2021-12-2117733.93
2022-02-0217892.75
2022-03-1617989.00
2022-05-0217808.15
2022-06-1617963.85
2022-07-2818191.62
2022-09-0817940.72
2022-10-2017887.78
2022-12-0118225.91
2023-01-1317484.78
2023-02-2417491.66
2023-04-1217390.58
2023-05-3017284.54
2023-07-1117841.52
2023-08-2217710.19
2023-10-0317793.94
2023-11-1417622.66
2023-12-2818331.57
2024-02-0918173.23
2024-03-2218265.97
2024-05-1018625.60
2024-06-2518629.92
2024-08-0618189.77
2024-09-1517904.31
2024-10-1717984.71
2024-11-1618017.17
2024-12-1617613.42
2025-01-1517478.53
2025-02-1417690.92
2025-03-1617581.76
2025-04-1518419.60
2025-05-1518339.42
2025-06-1419315.44
2025-07-1418890.72
2025-08-1318886.16
2025-09-1218831.65
2025-10-1218861.07
2025-11-1118820.89
2025-12-1119150.93
2026-01-1018914.92
2026-02-0919120.84
2026-03-1119375.02
2026-04-1019114.86
2026-05-1019274.54
2026-06-1018958.84
2026-07-1018629.92
2026-08-0918846.24
2026-09-0818897.40

High

19375.02

Low

17284.54

Average

18273.49

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=VND"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=VND");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=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&currencies=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.