Convert CHF to YER
Swiss Franc → Yemeni Rial
1 CHF = 285.63438 YER(1 YER = 0.00350098 CHF)
Currency converter
1 CHF =
285.6344 YER
CHF to YER: last 30 days
Over the last 30 days, 1 CHF traded between 285.6344 and 294.6953 YER, averaging 290.3498 YER. The CHF/YER rate is down 2.94% since 2026-08-28.
- 30-day high
- 294.6953
- 2026-08-29
- 30-day low
- 285.6344
- 2026-09-25
- 30-day average
- 290.3498
- Days with data: 30
- 30-day change
- -2.94%
- since 2026-08-28
294.6953
285.63442026-08-28 → 2026-09-26
| Date | 1 CHF in YER | Daily change |
|---|---|---|
| 2026-09-26 | 285.6344 | 0.00% |
| 2026-09-25 | 285.6344 | -0.07% |
| 2026-09-24 | 285.8376 | -0.59% |
| 2026-09-23 | 287.5233 | -0.42% |
| 2026-09-22 | 288.7284 | +0.24% |
| 2026-09-21 | 288.0433 | +0.52% |
| 2026-09-20 | 286.5435 | -0.01% |
| 2026-09-19 | 286.562 | -0.02% |
| 2026-09-18 | 286.6225 | -0.11% |
| 2026-09-17 | 286.9509 | -0.65% |
| 2026-09-16 | 288.8184 | -0.11% |
| 2026-09-15 | 289.1265 | -0.41% |
| 2026-09-14 | 290.3286 | -0.13% |
| 2026-09-13 | 290.6952 | -0.02% |
| 2026-09-12 | 290.7553 | +0.01% |
| Date | 1 CHF in YER | Daily change |
|---|---|---|
| 2026-09-11 | 290.73 | -0.41% |
| 2026-09-10 | 291.9298 | -0.60% |
| 2026-09-09 | 293.6867 | +0.57% |
| 2026-09-08 | 292.0366 | -0.29% |
| 2026-09-07 | 292.8719 | +0.01% |
| 2026-09-06 | 292.8506 | -0.01% |
| 2026-09-05 | 292.8775 | +0.00% |
| 2026-09-04 | 292.8666 | -0.11% |
| 2026-09-03 | 293.1908 | +0.69% |
| 2026-09-02 | 291.1851 | -0.42% |
| 2026-09-01 | 292.4123 | -0.09% |
| 2026-08-31 | 292.6694 | -0.59% |
| 2026-08-30 | 294.3924 | -0.10% |
| 2026-08-29 | 294.6953 | +0.14% |
| 2026-08-28 | 294.2947 | — |
CHF to YER conversion table
1 CHF285.6344 YER
5 CHF1,428.1719 YER
10 CHF2,856.3438 YER
25 CHF7,140.8596 YER
50 CHF14,281.719 YER
100 CHF28,563.438 YER
500 CHF142,817.19 YER
1,000 CHF285,634.38 YER
5,000 CHF1,428,171.9 YER
10,000 CHF2,856,343.8 YER
Get the CHF/YER rate in your app
One GET request returns the latest CHF → YER 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/YER"fetch('https://rate-api.com/api/v1/pair/CHF/YER', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} YER`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/YER",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} YER")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/YER');
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']} YER\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "YER"
},
"rate": 285.6344,
"timestamp": 1790432065,
"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
YER to CHFYemeni Rial → Swiss Franc0.003501Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.