Convert CHF to RON
Swiss Franc → Romanian Leu
1 CHF = 5.586554 RON(1 RON = 0.179001 CHF)
Currency converter
1 CHF =
5.5866 RON
CHF to RON: last 30 days
Over the last 30 days, 1 CHF traded between 5.5593 and 5.6214 RON, averaging 5.5843 RON. The CHF/RON rate is down 0.52% since 2026-08-28.
- 30-day high
- 5.6214
- 2026-09-23
- 30-day low
- 5.5593
- 2026-09-17
- 30-day average
- 5.5843
- Days with data: 30
- 30-day change
- -0.52%
- since 2026-08-28
5.6214
5.55932026-08-28 → 2026-09-26
| Date | 1 CHF in RON | Daily change |
|---|---|---|
| 2026-09-26 | 5.5866 | 0.00% |
| 2026-09-25 | 5.5866 | -0.41% |
| 2026-09-24 | 5.6094 | -0.21% |
| 2026-09-23 | 5.6214 | +0.27% |
| 2026-09-22 | 5.6063 | +0.50% |
| 2026-09-21 | 5.5782 | +0.25% |
| 2026-09-20 | 5.5641 | 0.00% |
| 2026-09-19 | 5.5641 | 0.00% |
| 2026-09-18 | 5.5641 | +0.09% |
| 2026-09-17 | 5.5593 | -0.19% |
| 2026-09-16 | 5.5698 | -0.08% |
| 2026-09-15 | 5.5743 | +0.01% |
| 2026-09-14 | 5.5739 | +0.25% |
| 2026-09-13 | 5.5599 | 0.00% |
| 2026-09-12 | 5.5599 | 0.00% |
| Date | 1 CHF in RON | Daily change |
|---|---|---|
| 2026-09-11 | 5.5599 | -0.16% |
| 2026-09-10 | 5.5689 | -0.34% |
| 2026-09-09 | 5.5876 | +0.31% |
| 2026-09-08 | 5.5703 | -0.25% |
| 2026-09-07 | 5.5841 | -0.02% |
| 2026-09-06 | 5.5854 | 0.00% |
| 2026-09-05 | 5.5854 | 0.00% |
| 2026-09-04 | 5.5854 | -0.17% |
| 2026-09-03 | 5.5946 | +0.31% |
| 2026-09-02 | 5.5771 | -0.33% |
| 2026-09-01 | 5.5957 | -0.24% |
| 2026-08-31 | 5.6093 | -0.11% |
| 2026-08-30 | 5.6156 | 0.00% |
| 2026-08-29 | 5.6156 | 0.00% |
| 2026-08-28 | 5.6156 | — |
CHF to RON conversion table
1 CHF5.5866 RON
5 CHF27.9328 RON
10 CHF55.8655 RON
25 CHF139.6638 RON
50 CHF279.3277 RON
100 CHF558.6554 RON
500 CHF2,793.2769 RON
1,000 CHF5,586.5537 RON
5,000 CHF27,932.769 RON
10,000 CHF55,865.537 RON
Get the CHF/RON rate in your app
One GET request returns the latest CHF → 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/CHF/RON"fetch('https://rate-api.com/api/v1/pair/CHF/RON', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} RON`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/RON",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} RON")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/RON');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} RON\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "RON"
},
"rate": 5.5866,
"timestamp": 1790447427,
"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 CHFRomanian Leu → Swiss Franc0.179Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.