Skip to content

VUV to CAD exchange rate API

Vatu to Canadian Dollar · quoted 2026-09-25

0.01192

▲ +2.88% over 6M

1 VUV = 0.01192 CAD · 1 CAD = 83.9208 VUV · Get this rate via the API

1 VUV buys 0.01192 CAD as of 2026-09-25, so 1 CAD buys 83.9208 VUV. Over the last 6 months, VUV/CAD traded between 0.01145 and 0.01192, averaged 0.01172 and rose 2.88%. The API holds daily VUV/CAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

VUV/CAD over 6M

VUV/CAD over 6M: show the values
PointVUV/CAD
2026-03-290.01158
2026-04-050.01167
2026-04-120.01164
2026-04-190.01166
2026-04-260.01157
2026-05-030.01145
2026-05-100.01159
2026-05-170.01165
2026-05-240.01167
2026-05-310.01166
2026-06-070.01179
2026-06-140.01172
2026-06-210.01192
2026-06-280.01187
2026-07-050.01185
2026-07-120.01181
2026-07-190.01176
2026-07-260.01181
2026-08-020.01177
2026-08-090.01170
2026-08-160.01169
2026-08-230.01164
2026-08-300.01180
2026-09-060.01173
2026-09-130.01177
2026-09-200.01180

High

0.01192

Low

0.01145

Average

0.01172

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=VUV&currencies=CAD").json()

Replace YOUR_API_KEY with the key from your dashboard.

VUV/CAD API questions

How do I get the VUV/CAD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=VUV&currencies=CAD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest VUV/CAD rate in rates.CAD.

How far back does VUV/CAD historical data go?

Daily VUV/CAD 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 VUV/CAD 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.