Skip to content

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

CAD/VUV over 1Y: show the values
PointCAD/VUV
2025-09-2584.0743
2025-10-0285.9691
2025-10-0987.0491
2025-10-1687.0928
2025-10-2387.2102
2025-10-3086.8398
2025-11-0686.6072
2025-11-1387.0847
2025-11-2086.8004
2025-11-2787.2447
2025-12-0487.4467
2025-12-1188.1037
2025-12-1888.1759
2025-12-2588.5011
2026-01-0188.1808
2026-01-0887.3523
2026-01-1587.2708
2026-01-2287.2796
2026-01-2988.4729
2026-02-0587.5657
2026-02-1287.7565
2026-02-1986.5486
2026-02-2686.8797
2026-03-0587.4066
2026-03-1287.5965
2026-03-1986.8028
2026-03-2686.6192
2026-04-0286.0771
2026-04-0986.4858
2026-04-1686.1240
2026-04-2386.4861
2026-04-3086.7248
2026-05-0786.3925
2026-05-1485.9767
2026-05-2185.9991
2026-05-2885.4378
2026-06-0485.0860
2026-06-1185.2495
2026-06-1884.2375
2026-06-2584.0185
2026-07-0284.6137
2026-07-0984.8499
2026-07-1685.1041
2026-07-2384.7352
2026-07-3085.1711
2026-08-0685.1280
2026-08-1385.0953
2026-08-2085.9067
2026-08-2785.1104
2026-09-0385.6735
2026-09-1085.3271
2026-09-1784.6719
2026-09-2483.9830

High

88.5011

Low

83.9538

Average

86.2509

For developers

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