CAD to VUV exchange rate API
Canadian Dollar to Vatu · quoted 2026-09-25
83.9538
▼ +0.14% over 1Y
1 CAD = 83.9538 VUV · 1 VUV = 0.01191 CAD · Get this rate via the API
1 CAD buys 83.9538 VUV as of 2026-09-25, so 1 VUV buys 0.01191 CAD. Over the last year, CAD/VUV traded between 83.9538 and 88.5011, averaged 86.2509 and fell 0.14%. The API holds daily CAD/VUV rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CAD/VUV over 1Y: show the values
| Point | CAD/VUV |
|---|---|
| 2025-09-25 | 84.0743 |
| 2025-10-02 | 85.9691 |
| 2025-10-09 | 87.0491 |
| 2025-10-16 | 87.0928 |
| 2025-10-23 | 87.2102 |
| 2025-10-30 | 86.8398 |
| 2025-11-06 | 86.6072 |
| 2025-11-13 | 87.0847 |
| 2025-11-20 | 86.8004 |
| 2025-11-27 | 87.2447 |
| 2025-12-04 | 87.4467 |
| 2025-12-11 | 88.1037 |
| 2025-12-18 | 88.1759 |
| 2025-12-25 | 88.5011 |
| 2026-01-01 | 88.1808 |
| 2026-01-08 | 87.3523 |
| 2026-01-15 | 87.2708 |
| 2026-01-22 | 87.2796 |
| 2026-01-29 | 88.4729 |
| 2026-02-05 | 87.5657 |
| 2026-02-12 | 87.7565 |
| 2026-02-19 | 86.5486 |
| 2026-02-26 | 86.8797 |
| 2026-03-05 | 87.4066 |
| 2026-03-12 | 87.5965 |
| 2026-03-19 | 86.8028 |
| 2026-03-26 | 86.6192 |
| 2026-04-02 | 86.0771 |
| 2026-04-09 | 86.4858 |
| 2026-04-16 | 86.1240 |
| 2026-04-23 | 86.4861 |
| 2026-04-30 | 86.7248 |
| 2026-05-07 | 86.3925 |
| 2026-05-14 | 85.9767 |
| 2026-05-21 | 85.9991 |
| 2026-05-28 | 85.4378 |
| 2026-06-04 | 85.0860 |
| 2026-06-11 | 85.2495 |
| 2026-06-18 | 84.2375 |
| 2026-06-25 | 84.0185 |
| 2026-07-02 | 84.6137 |
| 2026-07-09 | 84.8499 |
| 2026-07-16 | 85.1041 |
| 2026-07-23 | 84.7352 |
| 2026-07-30 | 85.1711 |
| 2026-08-06 | 85.1280 |
| 2026-08-13 | 85.0953 |
| 2026-08-20 | 85.9067 |
| 2026-08-27 | 85.1104 |
| 2026-09-03 | 85.6735 |
| 2026-09-10 | 85.3271 |
| 2026-09-17 | 84.6719 |
| 2026-09-24 | 83.9830 |
High
88.5011
Low
83.9538
Average
86.2509
Get this rate via the API
One GET request returns the CAD/VUV 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=VUV"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=VUV");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=VUV").json()Replace YOUR_API_KEY with the key from your dashboard.
CAD/VUV API questions
How do I get the CAD/VUV exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=VUV, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CAD/VUV rate in rates.VUV.
How far back does CAD/VUV historical data go?
Daily CAD/VUV rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free CAD/VUV 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.