Convert CAD to RON
Canadian Dollar → Romanian Leu
1 CAD = 3.271842 RON(1 RON = 0.305638 CAD)
Currency converter
1 CAD =
3.2718 RON
CAD to RON: last 30 days
Over the last 30 days, 1 CAD traded between 3.26 and 3.289 RON, averaging 3.2727 RON. The CAD/RON rate is up 0.36% since 2026-08-28.
- 30-day high
- 3.289
- 2026-09-24
- 30-day low
- 3.26
- 2026-09-02
- 30-day average
- 3.2727
- Days with data: 30
- 30-day change
- +0.36%
- since 2026-08-28
3.289
3.262026-08-28 → 2026-09-26
| Date | 1 CAD in RON | Daily change |
|---|---|---|
| 2026-09-26 | 3.2718 | 0.00% |
| 2026-09-25 | 3.2718 | -0.52% |
| 2026-09-24 | 3.289 | +0.18% |
| 2026-09-23 | 3.2833 | +0.37% |
| 2026-09-22 | 3.2711 | -0.03% |
| 2026-09-21 | 3.2719 | -0.22% |
| 2026-09-20 | 3.2791 | 0.00% |
| 2026-09-19 | 3.2791 | 0.00% |
| 2026-09-18 | 3.2791 | +0.12% |
| 2026-09-17 | 3.2752 | +0.08% |
| 2026-09-16 | 3.2727 | -0.11% |
| 2026-09-15 | 3.2764 | -0.02% |
| 2026-09-14 | 3.2771 | +0.19% |
| 2026-09-13 | 3.271 | 0.00% |
| 2026-09-12 | 3.271 | 0.00% |
| Date | 1 CAD in RON | Daily change |
|---|---|---|
| 2026-09-11 | 3.271 | -0.06% |
| 2026-09-10 | 3.2729 | -0.08% |
| 2026-09-09 | 3.2754 | +0.03% |
| 2026-09-08 | 3.2745 | +0.14% |
| 2026-09-07 | 3.2698 | -0.17% |
| 2026-09-06 | 3.2753 | 0.00% |
| 2026-09-05 | 3.2753 | 0.00% |
| 2026-09-04 | 3.2753 | -0.12% |
| 2026-09-03 | 3.2794 | +0.60% |
| 2026-09-02 | 3.26 | -0.18% |
| 2026-09-01 | 3.2658 | -0.01% |
| 2026-08-31 | 3.2662 | +0.19% |
| 2026-08-30 | 3.26 | 0.00% |
| 2026-08-29 | 3.26 | 0.00% |
| 2026-08-28 | 3.26 | — |
CAD to RON conversion table
1 CAD3.2718 RON
5 CAD16.3592 RON
10 CAD32.7184 RON
25 CAD81.7961 RON
50 CAD163.5921 RON
100 CAD327.1842 RON
500 CAD1,635.9211 RON
1,000 CAD3,271.8423 RON
5,000 CAD16,359.211 RON
10,000 CAD32,718.423 RON
Get the CAD/RON rate in your app
One GET request returns the latest CAD → RON rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/CAD/RON"fetch('https://rate-api.com/api/v1/pair/CAD/RON', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} RON`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/RON",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} RON")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/RON');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CAD = {$data['rate']} RON\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "RON"
},
"rate": 3.2718,
"timestamp": 1790429341,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
RON to CADRomanian Leu → Canadian Dollar0.30564Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.